Searched refs:needs_out (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/dev/usb/template/
H A Dusb_template.c621 if ((!ep->needs_in) && (!ep->needs_out)) {
703 ep->needs_out = 0;
861 ep_curr->needs_out = 1;
866 ep_curr->needs_out = 1;
986 while (ep->needs_in || ep->needs_out) {
/freebsd-11-stable/sys/dev/usb/
H A Dusb_device.h130 uint8_t needs_out:1; member in struct:usb_hw_ep_scratch_sub

Completed in 214 milliseconds