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_util.c209 if (((req->bmRequestType == UT_WRITE_DEVICE) && in usb_check_request()
211 ((req->bmRequestType == UT_WRITE_DEVICE) && in usb_check_request()
Dusb_request.c1518 req.bmRequestType = UT_WRITE_DEVICE; in usbd_req_set_address()
1877 req.bmRequestType = UT_WRITE_DEVICE; in usbd_req_set_config()
2121 req.bmRequestType = UT_WRITE_DEVICE; in usbd_req_clear_device_feature()
2142 req.bmRequestType = UT_WRITE_DEVICE; in usbd_req_set_device_feature()
Dusb_handle_request.c523 case UT_WRITE_DEVICE: in usb_handle_request()
Dusb.h157 #define UT_WRITE_DEVICE (UT_WRITE | UT_STANDARD | UT_DEVICE) macro
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c3061 case C(UR_CLEAR_FEATURE, UT_WRITE_DEVICE):
3148 case C(UR_SET_ADDRESS, UT_WRITE_DEVICE):
3155 case C(UR_SET_CONFIG, UT_WRITE_DEVICE):
3162 case C(UR_SET_DESCRIPTOR, UT_WRITE_DEVICE):
3164 case C(UR_SET_FEATURE, UT_WRITE_DEVICE):
Dxhci.c3263 case C(UR_CLEAR_FEATURE, UT_WRITE_DEVICE): in xhci_roothub_exec()
3347 case C(UR_SET_ADDRESS, UT_WRITE_DEVICE): in xhci_roothub_exec()
3353 case C(UR_SET_CONFIG, UT_WRITE_DEVICE): in xhci_roothub_exec()
3360 case C(UR_SET_DESCRIPTOR, UT_WRITE_DEVICE): in xhci_roothub_exec()
3362 case C(UR_SET_FEATURE, UT_WRITE_DEVICE): in xhci_roothub_exec()