Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/template/
H A Dusb_template.c87 static uint8_t usb_hw_ep_match(const struct usb_hw_ep_profile *, uint8_t,
526 usb_hw_ep_match(const struct usb_hw_ep_profile *pf, in usb_hw_ep_match() function
614 if (!usb_hw_ep_match(pf, ep->needs_ep_type, dir_in)) { in usb_hw_ep_find_match()
871 if (!usb_hw_ep_match(pf, UE_CONTROL, 0)) { in usb_hw_ep_resolve()