Home
last modified time | relevance | path

Searched refs:UT_WRITE_ENDPOINT (Results 1 – 10 of 10) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_handle_request.c551 case UT_WRITE_ENDPOINT: in usb_handle_request()
Dusb.h159 #define UT_WRITE_ENDPOINT (UT_WRITE | UT_STANDARD | UT_ENDPOINT) macro
Dusb_generic.c849 if (req->bmRequestType == UT_WRITE_ENDPOINT) { in ugen_check_request()
1639 req.bmRequestType = UT_WRITE_ENDPOINT; in ugen_ioctl()
Dusb_request.c248 req.bmRequestType = UT_WRITE_ENDPOINT; in usb_do_clear_stall_callback()
Dusb_transfer.c3227 req.bmRequestType = UT_WRITE_ENDPOINT; in usbd_clear_stall_callback()
/third_party/libusb/libusb/os/
Dnetbsd_usb.c362 req.ucr_request.bmRequestType = UT_WRITE_ENDPOINT; in netbsd_clear_halt()
Dopenbsd_usb.c395 req.ucr_request.bmRequestType = UT_WRITE_ENDPOINT; in obsd_clear_halt()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c3088 case C(UR_CLEAR_FEATURE, UT_WRITE_ENDPOINT):
3191 case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT):
3196 case C(UR_SYNCH_FRAME, UT_WRITE_ENDPOINT):
Dxhci.c3289 case C(UR_CLEAR_FEATURE, UT_WRITE_ENDPOINT): in xhci_roothub_exec()
3388 case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT): in xhci_roothub_exec()
3393 case C(UR_SYNCH_FRAME, UT_WRITE_ENDPOINT): in xhci_roothub_exec()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c580 UR_CLEAR_FEATURE, UT_WRITE_ENDPOINT, in usb_clear_halt()