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.c987 req.bmRequestType = UT_READ_DEVICE; in usbd_req_get_desc()
1194 req.bmRequestType = UT_READ_DEVICE; in usbd_req_get_descriptor_ptr()
1436 req.bmRequestType = UT_READ_DEVICE; in usbd_req_get_device_status()
1907 req.bmRequestType = UT_READ_DEVICE; in usbd_req_get_config()
Dusb_handle_request.c506 case UT_READ_DEVICE: in usb_handle_request()
Dusb.h153 #define UT_READ_DEVICE (UT_READ | UT_STANDARD | UT_DEVICE) macro
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c3068 case C(UR_GET_CONFIG, UT_READ_DEVICE):
3072 case C(UR_GET_DESCRIPTOR, UT_READ_DEVICE):
3138 case C(UR_GET_STATUS, UT_READ_DEVICE):
Dxhci.c3270 case C(UR_GET_CONFIG, UT_READ_DEVICE): in xhci_roothub_exec()
3274 case C(UR_GET_DESCRIPTOR, UT_READ_DEVICE): in xhci_roothub_exec()
3337 case C(UR_GET_STATUS, UT_READ_DEVICE): in xhci_roothub_exec()