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

/freebsd-13-stable/sys/dev/usb/template/
H A Dusb_template.c656 if ((!ep->needs_in) && (!ep->needs_out)) {
663 if (ep->needs_in) {
730 ep->needs_in = 0;
887 ep_curr->needs_in = 1;
891 ep_curr->needs_in = 1;
1011 while (ep->needs_in || ep->needs_out) {
/freebsd-13-stable/sys/dev/usb/
H A Dusb_device.h131 uint8_t needs_in:1; member in struct:usb_hw_ep_scratch_sub

Completed in 112 milliseconds