Home
last modified time | relevance | path

Searched refs:UT_WRITE_INTERFACE (Results 1 – 7 of 7) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_handle_request.c270 case UT_WRITE_INTERFACE: in usb_handle_iface_request()
Dusb.h158 #define UT_WRITE_INTERFACE (UT_WRITE | UT_STANDARD | UT_INTERFACE) macro
Dusb_request.c1396 req.bmRequestType = UT_WRITE_INTERFACE; in usbd_req_set_alt_interface_no()
Dusb_hub.c2687 req.bmRequestType = UT_WRITE_INTERFACE; in usbd_device_30_remote_wakeup()
Dusb_generic.c836 ((req->bmRequestType == UT_WRITE_INTERFACE) && in ugen_check_request()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c3087 case C(UR_CLEAR_FEATURE, UT_WRITE_INTERFACE):
3190 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE):
3194 case C(UR_SET_INTERFACE, UT_WRITE_INTERFACE):
Dxhci.c3288 case C(UR_CLEAR_FEATURE, UT_WRITE_INTERFACE): in xhci_roothub_exec()
3387 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in xhci_roothub_exec()
3391 case C(UR_SET_INTERFACE, UT_WRITE_INTERFACE): in xhci_roothub_exec()