Home
last modified time | relevance | path

Searched refs:UT_WRITE_DEVICE (Results 1 – 6 of 6) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_request.c1510 req.bmRequestType = UT_WRITE_DEVICE; in usbd_req_set_address()
1869 req.bmRequestType = UT_WRITE_DEVICE; in usbd_req_set_config()
2098 req.bmRequestType = UT_WRITE_DEVICE; in usbd_req_clear_device_feature()
2119 req.bmRequestType = UT_WRITE_DEVICE; in usbd_req_set_device_feature()
Dusb_handle_request.c524 case UT_WRITE_DEVICE: in usb_handle_request()
Dusb.h157 #define UT_WRITE_DEVICE (UT_WRITE | UT_STANDARD | UT_DEVICE) macro
Dusb_generic.c832 if (((req->bmRequestType == UT_WRITE_DEVICE) && in ugen_check_request()
834 ((req->bmRequestType == UT_WRITE_DEVICE) && in ugen_check_request()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c3086 case C(UR_CLEAR_FEATURE, UT_WRITE_DEVICE):
3173 case C(UR_SET_ADDRESS, UT_WRITE_DEVICE):
3180 case C(UR_SET_CONFIG, UT_WRITE_DEVICE):
3187 case C(UR_SET_DESCRIPTOR, UT_WRITE_DEVICE):
3189 case C(UR_SET_FEATURE, UT_WRITE_DEVICE):
Dxhci.c3287 case C(UR_CLEAR_FEATURE, UT_WRITE_DEVICE): in xhci_roothub_exec()
3371 case C(UR_SET_ADDRESS, UT_WRITE_DEVICE): in xhci_roothub_exec()
3377 case C(UR_SET_CONFIG, UT_WRITE_DEVICE): in xhci_roothub_exec()
3384 case C(UR_SET_DESCRIPTOR, UT_WRITE_DEVICE): in xhci_roothub_exec()
3386 case C(UR_SET_FEATURE, UT_WRITE_DEVICE): in xhci_roothub_exec()