Home
last modified time | relevance | path

Searched refs:USB_TYPE_CLASS (Results 1 – 3 of 3) sorted by relevance

/include/uapi/linux/
A Dhid.h74 #define HID_DT_HID (USB_TYPE_CLASS | 0x01)
75 #define HID_DT_REPORT (USB_TYPE_CLASS | 0x02)
76 #define HID_DT_PHYSICAL (USB_TYPE_CLASS | 0x03)
/include/uapi/linux/usb/
A Dch11.h31 #define USB_RT_HUB (USB_TYPE_CLASS | USB_RECIP_DEVICE)
32 #define USB_RT_PORT (USB_TYPE_CLASS | USB_RECIP_OTHER)
244 #define USB_DT_HUB (USB_TYPE_CLASS | 0x09)
245 #define USB_DT_SS_HUB (USB_TYPE_CLASS | 0x0a)
A Dch9.h55 #define USB_TYPE_CLASS (0x01 << 5) macro
276 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
277 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
278 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
279 #define USB_DT_CS_INTERFACE (USB_TYPE_CLASS | USB_DT_INTERFACE)
280 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)

Completed in 10 milliseconds