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.c208 if (((req->bmRequestType == UT_WRITE_DEVICE) && in usb_check_request()
210 ((req->bmRequestType == UT_WRITE_DEVICE) && in usb_check_request()
Dusb_request.c1527 req.bmRequestType = UT_WRITE_DEVICE; in usbd_req_set_address()
1886 req.bmRequestType = UT_WRITE_DEVICE; in usbd_req_set_config()
2130 req.bmRequestType = UT_WRITE_DEVICE; in usbd_req_clear_device_feature()
2151 req.bmRequestType = UT_WRITE_DEVICE; in usbd_req_set_device_feature()
Dusb_handle_request.c522 case UT_WRITE_DEVICE: in usb_handle_request()
Dusb.h156 #define UT_WRITE_DEVICE (UT_WRITE | UT_STANDARD | UT_DEVICE) macro
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c3060 case C(UR_CLEAR_FEATURE, UT_WRITE_DEVICE):
3147 case C(UR_SET_ADDRESS, UT_WRITE_DEVICE):
3154 case C(UR_SET_CONFIG, UT_WRITE_DEVICE):
3161 case C(UR_SET_DESCRIPTOR, UT_WRITE_DEVICE):
3163 case C(UR_SET_FEATURE, UT_WRITE_DEVICE):
Dxhci.c3262 case C(UR_CLEAR_FEATURE, UT_WRITE_DEVICE): in xhci_roothub_exec()
3346 case C(UR_SET_ADDRESS, UT_WRITE_DEVICE): in xhci_roothub_exec()
3352 case C(UR_SET_CONFIG, UT_WRITE_DEVICE): in xhci_roothub_exec()
3359 case C(UR_SET_DESCRIPTOR, UT_WRITE_DEVICE): in xhci_roothub_exec()
3361 case C(UR_SET_FEATURE, UT_WRITE_DEVICE): in xhci_roothub_exec()