Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/template/
HDusb_template.c576 if (ep->needs_ep_type == UE_CONTROL) { in usb_hw_ep_find_match()
617 if (!usb_hw_ep_match(pf, ep->needs_ep_type, dir_in)) { in usb_hw_ep_find_match()
821 ep_curr->needs_ep_type = ep_type; in usb_hw_ep_get_needs()
/NextBSD/sys/dev/usb/
HDusb_device.h128 uint8_t needs_ep_type; member