Home
last modified time | relevance | path

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

/include/uapi/linux/
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/
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)
Dch9.h55 #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)