Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/dwc2/
Ddwc2.h159 #define GetHubDescriptor ((UT_READ_CLASS_DEVICE << 8) | USB_REQ_GET_DESCRIPTOR)
160 #define GetHubStatus ((UT_READ_CLASS_DEVICE << 8) | USB_REQ_GET_STATUS)
/openbsd/src/sys/dev/usb/
Dusbdi_util.c92 req.bmRequestType = UT_READ_CLASS_DEVICE; in usbd_get_hub_descriptor()
107 req.bmRequestType = UT_READ_CLASS_DEVICE; in usbd_get_hub_ss_descriptor()
Dusb.h109 #define UT_READ_CLASS_DEVICE (UT_READ | UT_CLASS | UT_DEVICE) macro
Dusb_subr.c688 req.bmRequestType = UT_READ_CLASS_DEVICE; in usbd_set_config_index()
Dohci.c2468 case C(UR_GET_DESCRIPTOR, UT_READ_CLASS_DEVICE): in ohci_root_ctrl_start()
2490 case C(UR_GET_STATUS, UT_READ_CLASS_DEVICE): in ohci_root_ctrl_start()
Duhci.c3090 case C(UR_GET_DESCRIPTOR, UT_READ_CLASS_DEVICE): in uhci_root_ctrl_start()
3099 case C(UR_GET_STATUS, UT_READ_CLASS_DEVICE): in uhci_root_ctrl_start()
Dxhci.c2639 case C(UR_GET_DESCRIPTOR, UT_READ_CLASS_DEVICE): in xhci_root_ctrl_start()
2663 case C(UR_GET_STATUS, UT_READ_CLASS_DEVICE): in xhci_root_ctrl_start()
Dehci.c2005 case C(UR_GET_DESCRIPTOR, UT_READ_CLASS_DEVICE): in ehci_root_ctrl_start()
2024 case C(UR_GET_STATUS, UT_READ_CLASS_DEVICE): in ehci_root_ctrl_start()
/openbsd/src/usr.sbin/tcpdump/
Dprint-usbpcap.c233 case UT_READ_CLASS_DEVICE: in usbpcap_print_request_type()