Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_util.c225 if (req->bmRequestType == UT_WRITE_ENDPOINT) { in usb_check_request()
Dusb_handle_request.c549 case UT_WRITE_ENDPOINT: in usb_handle_request()
Dusb.h158 #define UT_WRITE_ENDPOINT (UT_WRITE | UT_STANDARD | UT_ENDPOINT) macro
Dusb_request.c246 req.bmRequestType = UT_WRITE_ENDPOINT; in usb_do_clear_stall_callback()
Dusb_generic.c1577 req.bmRequestType = UT_WRITE_ENDPOINT; in ugen_ioctl()
Dusb_transfer.c3195 req.bmRequestType = UT_WRITE_ENDPOINT; in usbd_clear_stall_callback()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c3062 case C(UR_CLEAR_FEATURE, UT_WRITE_ENDPOINT):
3165 case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT):
3170 case C(UR_SYNCH_FRAME, UT_WRITE_ENDPOINT):
Dxhci.c3264 case C(UR_CLEAR_FEATURE, UT_WRITE_ENDPOINT): in xhci_roothub_exec()
3363 case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT): in xhci_roothub_exec()
3368 case C(UR_SYNCH_FRAME, UT_WRITE_ENDPOINT): in xhci_roothub_exec()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c576 UR_CLEAR_FEATURE, UT_WRITE_ENDPOINT, in usb_clear_halt()