Searched refs:UT_WRITE_INTERFACE (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/sys/bus/u4b/ |
| HD | usb_handle_request.c | 304 case UT_WRITE_INTERFACE: in usb_handle_iface_request()
|
| HD | usb.h | 163 #define UT_WRITE_INTERFACE (UT_WRITE | UT_STANDARD | UT_INTERFACE) macro
|
| HD | usb_request.c | 1442 req.bmRequestType = UT_WRITE_INTERFACE;
|
| HD | usb_generic.c | 878 ((req->bmRequestType == UT_WRITE_INTERFACE) && in ugen_check_request()
|
| /dragonfly/sys/bus/u4b/controller/ |
| HD | ohci.c | 2115 case C(UR_CLEAR_FEATURE, UT_WRITE_INTERFACE): in ohci_roothub_exec() 2206 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in ohci_roothub_exec() 2210 case C(UR_SET_INTERFACE, UT_WRITE_INTERFACE): in ohci_roothub_exec()
|
| HD | uhci.c | 2510 case C(UR_CLEAR_FEATURE, UT_WRITE_INTERFACE): in uhci_roothub_exec() 2601 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in uhci_roothub_exec() 2605 case C(UR_SET_INTERFACE, UT_WRITE_INTERFACE): in uhci_roothub_exec()
|
| HD | ehci.c | 3129 case C(UR_CLEAR_FEATURE, UT_WRITE_INTERFACE): in ehci_roothub_exec() 3232 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in ehci_roothub_exec() 3236 case C(UR_SET_INTERFACE, UT_WRITE_INTERFACE): in ehci_roothub_exec()
|
| HD | xhci.c | 3303 case C(UR_CLEAR_FEATURE, UT_WRITE_INTERFACE): in xhci_roothub_exec() 3402 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in xhci_roothub_exec() 3406 case C(UR_SET_INTERFACE, UT_WRITE_INTERFACE): in xhci_roothub_exec()
|