Searched refs:USB_TYPE_CLASS (Results 1 – 3 of 3) sorted by relevance
50 #define USB_TYPE_CLASS (0x01 << 5) macro116 #define USB_DT_HID (USB_TYPE_CLASS | 0x01)117 #define USB_DT_REPORT (USB_TYPE_CLASS | 0x02)118 #define USB_DT_PHYSICAL (USB_TYPE_CLASS | 0x03)119 #define USB_DT_HUB (USB_TYPE_CLASS | 0x09)120 #define USB_DT_SS_HUB (USB_TYPE_CLASS | 0x0a)234 #define USB_RT_HUB (USB_TYPE_CLASS | USB_RECIP_DEVICE)235 #define USB_RT_PORT (USB_TYPE_CLASS | USB_RECIP_OTHER)
169 #define USB_TYPE_CLASS (0x01 << 5) macro196 #define USB_DT_HID (USB_TYPE_CLASS | 0x01)197 #define USB_DT_REPORT (USB_TYPE_CLASS | 0x02)198 #define USB_DT_PHYSICAL (USB_TYPE_CLASS | 0x03)199 #define USB_DT_HUB (USB_TYPE_CLASS | 0x09)655 if ((r->bmRequestType & USB_TYPE_CLASS) == USB_TYPE_CLASS) in print_usb_device_request()
58 #define USB_TYPE_CLASS (0x01 << 5) macro239 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)240 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)241 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)242 #define USB_DT_CS_INTERFACE (USB_TYPE_CLASS | USB_DT_INTERFACE)243 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)
Completed in 10 milliseconds