Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dusb_mouse.c574 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 Dusb_util.c236 if (req->bmRequestType == UT_WRITE_ENDPOINT) { in usb_check_request()
H A Dusb_handle_request.c592 case UT_WRITE_ENDPOINT: in usb_handle_request()
H A Dusb.h172 #define UT_WRITE_ENDPOINT (UT_WRITE | UT_STANDARD | UT_ENDPOINT) macro
H A Dusb_request.c278 req.bmRequestType = UT_WRITE_ENDPOINT; in usb_do_clear_stall_callback()
H A Dusb_generic.c1171 req.bmRequestType = UT_WRITE_ENDPOINT; in usb_fs_clear_stall_sync()
H A Dusb_transfer.c3380 req.bmRequestType = UT_WRITE_ENDPOINT; in usbd_clear_stall_callback()
/freebsd/sys/dev/usb/controller/
H A Dohci.c2081 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 Duhci.c2449 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 Dehci.c3030 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 Datmegadci.c1574 case UT_WRITE_ENDPOINT: in atmegadci_roothub_exec()
H A Davr32dci.c1523 case UT_WRITE_ENDPOINT: in avr32dci_roothub_exec()
H A Duss820dci.c1868 case UT_WRITE_ENDPOINT: in uss820dci_roothub_exec()
H A Dmusb_otg.c3600 case UT_WRITE_ENDPOINT: in musbotg_roothub_exec()
H A Ddwc_otg.c4354 case UT_WRITE_ENDPOINT: in dwc_otg_roothub_exec()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c581 UR_CLEAR_FEATURE, UT_WRITE_ENDPOINT, in usb_clear_halt()