Home
last modified time | relevance | path

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

/include/uapi/linux/
Dhid.h60 #define HID_DT_HID (USB_TYPE_CLASS | 0x01)
61 #define HID_DT_REPORT (USB_TYPE_CLASS | 0x02)
62 #define HID_DT_PHYSICAL (USB_TYPE_CLASS | 0x03)
/include/uapi/linux/usb/
Dch11.h33 #define USB_RT_HUB (USB_TYPE_CLASS | USB_RECIP_DEVICE)
34 #define USB_RT_PORT (USB_TYPE_CLASS | USB_RECIP_OTHER)
246 #define USB_DT_HUB (USB_TYPE_CLASS | 0x09)
247 #define USB_DT_SS_HUB (USB_TYPE_CLASS | 0x0a)
Dch9.h58 #define USB_TYPE_CLASS (0x01 << 5) macro
273 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
274 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
275 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
276 #define USB_DT_CS_INTERFACE (USB_TYPE_CLASS | USB_DT_INTERFACE)
277 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)