Searched refs:UT_WRITE_INTERFACE (Results 1 – 17 of 17) sorted by relevance
| /freebsd-13-stable/usr.sbin/bhyve/ |
| HD | usb_mouse.c | 573 case UREQ(UR_CLEAR_FEATURE, UT_WRITE_INTERFACE): in umouse_request() 575 case UREQ(UR_SET_FEATURE, UT_WRITE_INTERFACE): in umouse_request() 581 case UREQ(UR_SET_INTERFACE, UT_WRITE_INTERFACE): in umouse_request()
|
| /freebsd-13-stable/sys/dev/usb/ |
| HD | usb_util.c | 247 ((req->bmRequestType == UT_WRITE_INTERFACE) && in usb_check_request()
|
| HD | usb_handle_request.c | 311 case UT_WRITE_INTERFACE: in usb_handle_iface_request()
|
| HD | usb.h | 171 #define UT_WRITE_INTERFACE (UT_WRITE | UT_STANDARD | UT_INTERFACE) macro
|
| HD | usb_request.c | 1453 req.bmRequestType = UT_WRITE_INTERFACE; in usbd_req_set_alt_interface_no()
|
| HD | usb_hub.c | 2591 req.bmRequestType = UT_WRITE_INTERFACE; in usbd_device_30_remote_wakeup()
|
| /freebsd-13-stable/sys/mips/cavium/usb/ |
| HD | octusb.c | 1453 case C(UR_CLEAR_FEATURE, UT_WRITE_INTERFACE): in octusb_roothub_exec() 1548 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in octusb_roothub_exec() 1552 case C(UR_SET_INTERFACE, UT_WRITE_INTERFACE): in octusb_roothub_exec()
|
| /freebsd-13-stable/sys/dev/usb/controller/ |
| HD | ohci.c | 2080 case C(UR_CLEAR_FEATURE, UT_WRITE_INTERFACE): in ohci_roothub_exec() 2171 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in ohci_roothub_exec() 2175 case C(UR_SET_INTERFACE, UT_WRITE_INTERFACE): in ohci_roothub_exec()
|
| HD | uhci.c | 2450 case C(UR_CLEAR_FEATURE, UT_WRITE_INTERFACE): in uhci_roothub_exec() 2541 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in uhci_roothub_exec() 2545 case C(UR_SET_INTERFACE, UT_WRITE_INTERFACE): in uhci_roothub_exec()
|
| HD | ehci.c | 3029 case C(UR_CLEAR_FEATURE, UT_WRITE_INTERFACE): in ehci_roothub_exec() 3132 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in ehci_roothub_exec() 3136 case C(UR_SET_INTERFACE, UT_WRITE_INTERFACE): in ehci_roothub_exec()
|
| HD | xhci.c | 3245 case C(UR_CLEAR_FEATURE, UT_WRITE_INTERFACE): in xhci_roothub_exec() 3344 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in xhci_roothub_exec() 3348 case C(UR_SET_INTERFACE, UT_WRITE_INTERFACE): in xhci_roothub_exec()
|
| HD | avr32dci.c | 1561 case UT_WRITE_INTERFACE: in avr32dci_roothub_exec()
|
| HD | atmegadci.c | 1612 case UT_WRITE_INTERFACE: in atmegadci_roothub_exec()
|
| HD | uss820dci.c | 1906 case UT_WRITE_INTERFACE: in uss820dci_roothub_exec()
|
| HD | saf1761_otg.c | 2893 case UT_WRITE_INTERFACE: in saf1761_otg_roothub_exec()
|
| HD | musb_otg.c | 3638 case UT_WRITE_INTERFACE: in musbotg_roothub_exec()
|
| HD | dwc_otg.c | 4392 case UT_WRITE_INTERFACE: in dwc_otg_roothub_exec()
|