Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/template/
H A Dusb_template.c658 if (ep->needs_ep_type == UE_CONTROL) { in usb_hw_ep_find_match()
698 if (!usb_hw_ep_match(pf, ep->needs_ep_type, dir_in)) { in usb_hw_ep_find_match()
895 ep_curr->needs_ep_type = ep_type; in usb_hw_ep_get_needs()
/freebsd/sys/dev/usb/
H A Dusb_device.h129 uint8_t needs_ep_type; member