Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/template/
H A Dusb_template.c573 if (ep->needs_ep_type == UE_CONTROL) { in usb_hw_ep_find_match()
614 if (!usb_hw_ep_match(pf, ep->needs_ep_type, dir_in)) { in usb_hw_ep_find_match()
818 ep_curr->needs_ep_type = ep_type; in usb_hw_ep_get_needs()
/dragonfly/sys/bus/u4b/
H A Dusb_device.h132 uint8_t needs_ep_type; member