Searched refs:USB_TYPE_CLASS (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/linux/usb/
H A Dch9.h57 #define USB_TYPE_CLASS (0x01 << 5) macro
235 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
236 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
237 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
238 #define USB_DT_CS_INTERFACE (USB_TYPE_CLASS | USB_DT_INTERFACE)
239 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)
/external/kernel-headers/original/linux/
H A Dhid.h59 #define HID_DT_HID (USB_TYPE_CLASS | 0x01)
60 #define HID_DT_REPORT (USB_TYPE_CLASS | 0x02)
61 #define HID_DT_PHYSICAL (USB_TYPE_CLASS | 0x03)
H A Dusb_ch9.h42 #define USB_TYPE_CLASS (0x01 << 5) macro
/external/libusb-compat/libusb/
H A Dusb.h217 #define USB_TYPE_CLASS (0x01 << 5) macro
/external/qemu/hw/
H A Dusb.h76 #define USB_TYPE_CLASS (0x01 << 5) macro
/external/libmtp/src/
H A Dlibusb-glue.c1570 USB_TYPE_CLASS | USB_RECIP_INTERFACE,

Completed in 67 milliseconds