Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/usb/template/
H A Dusb_template.c660 if (ep->needs_ep_type == UE_CONTROL) { in usb_hw_ep_find_match()
701 if (!usb_hw_ep_match(pf, ep->needs_ep_type, dir_in)) { in usb_hw_ep_find_match()
905 ep_curr->needs_ep_type = ep_type; in usb_hw_ep_get_needs()
/freebsd-12.1/sys/dev/usb/
H A Dusb_device.h130 uint8_t needs_ep_type; member