Searched refs:UT_WRITE_ENDPOINT (Results 1 – 16 of 16) sorted by relevance
/freebsd/usr.sbin/bhyve/ |
H A D | usb_mouse.c | 574 case UREQ(UR_CLEAR_FEATURE, UT_WRITE_ENDPOINT): in umouse_request() 576 case UREQ(UR_SET_FEATURE, UT_WRITE_ENDPOINT): in umouse_request() 593 case UREQ(UR_SYNCH_FRAME, UT_WRITE_ENDPOINT): in umouse_request()
|
/freebsd/sys/dev/usb/ |
H A D | usb_util.c | 236 if (req->bmRequestType == UT_WRITE_ENDPOINT) { in usb_check_request()
|
H A D | usb_handle_request.c | 592 case UT_WRITE_ENDPOINT: in usb_handle_request()
|
H A D | usb.h | 172 #define UT_WRITE_ENDPOINT (UT_WRITE | UT_STANDARD | UT_ENDPOINT) macro
|
H A D | usb_request.c | 278 req.bmRequestType = UT_WRITE_ENDPOINT; in usb_do_clear_stall_callback()
|
H A D | usb_generic.c | 1171 req.bmRequestType = UT_WRITE_ENDPOINT; in usb_fs_clear_stall_sync()
|
H A D | usb_transfer.c | 3380 req.bmRequestType = UT_WRITE_ENDPOINT; in usbd_clear_stall_callback()
|
/freebsd/sys/dev/usb/controller/ |
H A D | ohci.c | 2081 case C(UR_CLEAR_FEATURE, UT_WRITE_ENDPOINT): in ohci_roothub_exec() 2172 case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT): in ohci_roothub_exec() 2177 case C(UR_SYNCH_FRAME, UT_WRITE_ENDPOINT): in ohci_roothub_exec()
|
H A D | uhci.c | 2449 case C(UR_CLEAR_FEATURE, UT_WRITE_ENDPOINT): in uhci_roothub_exec() 2540 case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT): in uhci_roothub_exec() 2545 case C(UR_SYNCH_FRAME, UT_WRITE_ENDPOINT): in uhci_roothub_exec()
|
H A D | ehci.c | 3030 case C(UR_CLEAR_FEATURE, UT_WRITE_ENDPOINT): in ehci_roothub_exec() 3133 case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT): in ehci_roothub_exec() 3138 case C(UR_SYNCH_FRAME, UT_WRITE_ENDPOINT): in ehci_roothub_exec()
|
H A D | atmegadci.c | 1574 case UT_WRITE_ENDPOINT: in atmegadci_roothub_exec()
|
H A D | avr32dci.c | 1523 case UT_WRITE_ENDPOINT: in avr32dci_roothub_exec()
|
H A D | uss820dci.c | 1868 case UT_WRITE_ENDPOINT: in uss820dci_roothub_exec()
|
H A D | musb_otg.c | 3600 case UT_WRITE_ENDPOINT: in musbotg_roothub_exec()
|
H A D | dwc_otg.c | 4354 case UT_WRITE_ENDPOINT: in dwc_otg_roothub_exec()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_usb.c | 581 UR_CLEAR_FEATURE, UT_WRITE_ENDPOINT, in usb_clear_halt()
|