Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_handle_request.c251 if ((state == USB_HR_NOT_COMPLETE) && in usb_handle_iface_request()
263 if (state != USB_HR_NOT_COMPLETE) { in usb_handle_iface_request()
416 * USB_HR_NOT_COMPLETE -> USB_HR_COMPLETE_OK v USB_HR_COMPLETE_ERR
448 state = USB_HR_NOT_COMPLETE; in usb_handle_request()
459 state = USB_HR_NOT_COMPLETE; in usb_handle_request()
507 if (state != USB_HR_NOT_COMPLETE) { in usb_handle_request()
640 if (state == USB_HR_NOT_COMPLETE) { in usb_handle_request()
648 } else if (state != USB_HR_NOT_COMPLETE) { in usb_handle_request()
655 if (state == USB_HR_NOT_COMPLETE) { in usb_handle_request()
663 if (state == USB_HR_NOT_COMPLETE) { in usb_handle_request()
[all...]
H A Dusbdi.h461 #define USB_HR_NOT_COMPLETE 0 macro

Completed in 3 milliseconds