Home
last modified time | relevance | path

Searched refs:UT_READ_CLASS_DEVICE (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/usb/
H A Dusb_request.c1508 req.bmRequestType = UT_READ_CLASS_DEVICE; in usbd_req_get_hub_descriptor()
1530 req.bmRequestType = UT_READ_CLASS_DEVICE; in usbd_req_get_ss_hub_descriptor()
1551 req.bmRequestType = UT_READ_CLASS_DEVICE; in usbd_req_get_hub_status()
H A Dusb.h173 #define UT_READ_CLASS_DEVICE (UT_READ | UT_CLASS | UT_DEVICE) macro
/freebsd/sys/dev/usb/controller/
H A Dohci.c2236 case C(UR_GET_DESCRIPTOR, UT_READ_CLASS_DEVICE): in ohci_roothub_exec()
2264 case C(UR_GET_STATUS, UT_READ_CLASS_DEVICE): in ohci_roothub_exec()
H A Duhci.c2617 case C(UR_GET_DESCRIPTOR, UT_READ_CLASS_DEVICE): in uhci_roothub_exec()
2625 case C(UR_GET_STATUS, UT_READ_CLASS_DEVICE): in uhci_roothub_exec()
H A Datmegadci.c1684 case UT_READ_CLASS_DEVICE: in atmegadci_roothub_exec()
H A Davr32dci.c1633 case UT_READ_CLASS_DEVICE: in avr32dci_roothub_exec()
H A Duss820dci.c1978 case UT_READ_CLASS_DEVICE: in uss820dci_roothub_exec()
H A Dehci.c3206 case C(UR_GET_DESCRIPTOR, UT_READ_CLASS_DEVICE): in ehci_roothub_exec()
3232 case C(UR_GET_STATUS, UT_READ_CLASS_DEVICE): in ehci_roothub_exec()
H A Dxhci.c3423 case C(UR_GET_DESCRIPTOR, UT_READ_CLASS_DEVICE): in xhci_roothub_exec()
3460 case C(UR_GET_STATUS, UT_READ_CLASS_DEVICE): in xhci_roothub_exec()
H A Dmusb_otg.c3710 case UT_READ_CLASS_DEVICE: in musbotg_roothub_exec()
H A Ddwc_otg.c4464 case UT_READ_CLASS_DEVICE: in dwc_otg_roothub_exec()
/freebsd/sys/dev/usb/template/
H A Dusb_template.c1222 case UT_READ_CLASS_DEVICE: in usb_temp_get_desc()