Searched refs:UT_WRITE_INTERFACE (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/usr.sbin/bhyve/ |
| H A D | usb_mouse.c | 575 case UREQ(UR_CLEAR_FEATURE, UT_WRITE_INTERFACE): in umouse_request() 577 case UREQ(UR_SET_FEATURE, UT_WRITE_INTERFACE): in umouse_request() 583 case UREQ(UR_SET_INTERFACE, UT_WRITE_INTERFACE): in umouse_request()
|
| /freebsd-12.1/sys/mips/cavium/usb/ |
| H A D | octusb.c | 1466 case C(UR_CLEAR_FEATURE, UT_WRITE_INTERFACE): in octusb_roothub_exec() 1561 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in octusb_roothub_exec() 1565 case C(UR_SET_INTERFACE, UT_WRITE_INTERFACE): in octusb_roothub_exec()
|
| /freebsd-12.1/sys/dev/usb/ |
| H A D | usb_handle_request.c | 313 case UT_WRITE_INTERFACE: in usb_handle_iface_request()
|
| H A D | usb.h | 171 #define UT_WRITE_INTERFACE (UT_WRITE | UT_STANDARD | UT_INTERFACE) macro
|
| H A D | usb_request.c | 1445 req.bmRequestType = UT_WRITE_INTERFACE; in usbd_req_set_alt_interface_no()
|
| H A D | usb_generic.c | 890 ((req->bmRequestType == UT_WRITE_INTERFACE) && in ugen_check_request()
|
| /freebsd-12.1/sys/dev/usb/controller/ |
| H A D | ohci.c | 2123 case C(UR_CLEAR_FEATURE, UT_WRITE_INTERFACE): in ohci_roothub_exec() 2214 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in ohci_roothub_exec() 2218 case C(UR_SET_INTERFACE, UT_WRITE_INTERFACE): in ohci_roothub_exec()
|
| H A D | uhci.c | 2515 case C(UR_CLEAR_FEATURE, UT_WRITE_INTERFACE): in uhci_roothub_exec() 2606 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in uhci_roothub_exec() 2610 case C(UR_SET_INTERFACE, UT_WRITE_INTERFACE): in uhci_roothub_exec()
|
| H A D | ehci.c | 3126 case C(UR_CLEAR_FEATURE, UT_WRITE_INTERFACE): in ehci_roothub_exec() 3229 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in ehci_roothub_exec() 3233 case C(UR_SET_INTERFACE, UT_WRITE_INTERFACE): in ehci_roothub_exec()
|
| H A D | xhci.c | 3331 case C(UR_CLEAR_FEATURE, UT_WRITE_INTERFACE): in xhci_roothub_exec() 3430 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in xhci_roothub_exec() 3434 case C(UR_SET_INTERFACE, UT_WRITE_INTERFACE): in xhci_roothub_exec()
|
| H A D | avr32dci.c | 1613 case UT_WRITE_INTERFACE: in avr32dci_roothub_exec()
|
| H A D | atmegadci.c | 1673 case UT_WRITE_INTERFACE: in atmegadci_roothub_exec()
|
| H A D | uss820dci.c | 1963 case UT_WRITE_INTERFACE: in uss820dci_roothub_exec()
|
| H A D | saf1761_otg.c | 2970 case UT_WRITE_INTERFACE: in saf1761_otg_roothub_exec()
|
| H A D | musb_otg.c | 3720 case UT_WRITE_INTERFACE: in musbotg_roothub_exec()
|
| H A D | dwc_otg.c | 4444 case UT_WRITE_INTERFACE: in dwc_otg_roothub_exec()
|