Home
last modified time | relevance | path

Searched refs:get_hw_ep_profile (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/bus/u4b/template/
H A Dusb_template.c589 (ues->methods->get_hw_ep_profile) (ues->udev, &pf, n); in usb_hw_ep_find_match()
750 (ues->methods->get_hw_ep_profile) in usb_hw_ep_get_needs()
856 if (methods->get_hw_ep_profile == NULL) in usb_hw_ep_resolve()
867 (methods->get_hw_ep_profile) (udev, &pf, 0); in usb_hw_ep_resolve()
/dragonfly/sys/bus/u4b/
H A Dusb_controller.h109 …void (*get_hw_ep_profile) (struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8… member