Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/usb/template/
Dusb_template.c573 if ((!ep->needs_in) && (!ep->needs_out)) { in usb_hw_ep_find_match()
580 if (ep->needs_in) { in usb_hw_ep_find_match()
648 ep->needs_in = 0; in usb_hw_ep_find_match()
812 ep_curr->needs_in = 1; in usb_hw_ep_get_needs()
816 ep_curr->needs_in = 1; in usb_hw_ep_get_needs()
938 while (ep->needs_in || ep->needs_out) { in usb_hw_ep_resolve()
/freebsd-10-stable/sys/dev/usb/
Dusb_device.h129 uint8_t needs_in:1; member