Searched defs:USB_TYPE_CLASS (Results 1 - 4 of 4) sorted by relevance

/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/kernel-headers/original/linux/
H A Dusb_ch9.h42 #define USB_TYPE_CLASS (0x01 << 5) macro
/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)

Completed in 34 milliseconds