Home
last modified time | relevance | path

Searched refs:UT_READ_DEVICE (Results 1 – 5 of 5) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_request.c979 req.bmRequestType = UT_READ_DEVICE; in usbd_req_get_desc()
1188 req.bmRequestType = UT_READ_DEVICE; in usbd_req_get_descriptor_ptr()
1419 req.bmRequestType = UT_READ_DEVICE; in usbd_req_get_device_status()
1890 req.bmRequestType = UT_READ_DEVICE; in usbd_req_get_config()
Dusb_handle_request.c508 case UT_READ_DEVICE: in usb_handle_request()
Dusb.h154 #define UT_READ_DEVICE (UT_READ | UT_STANDARD | UT_DEVICE) macro
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c3094 case C(UR_GET_CONFIG, UT_READ_DEVICE):
3098 case C(UR_GET_DESCRIPTOR, UT_READ_DEVICE):
3164 case C(UR_GET_STATUS, UT_READ_DEVICE):
Dxhci.c3295 case C(UR_GET_CONFIG, UT_READ_DEVICE): in xhci_roothub_exec()
3299 case C(UR_GET_DESCRIPTOR, UT_READ_DEVICE): in xhci_roothub_exec()
3362 case C(UR_GET_STATUS, UT_READ_DEVICE): in xhci_roothub_exec()