Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/template/
H A Dusb_template.c655 if ((!ep->needs_in) && (!ep->needs_out)) { in usb_hw_ep_find_match()
662 if (ep->needs_in) { in usb_hw_ep_find_match()
729 ep->needs_in = 0; in usb_hw_ep_find_match()
886 ep_curr->needs_in = 1; in usb_hw_ep_get_needs()
890 ep_curr->needs_in = 1; in usb_hw_ep_get_needs()
1010 while (ep->needs_in || ep->needs_out) { in usb_hw_ep_resolve()
/freebsd/sys/dev/usb/
H A Dusb_device.h130 uint8_t needs_in:1; member