Searched refs:USB_DT_CONFIG (Results 1 - 8 of 8) sorted by relevance

/external/kernel-headers/original/linux/usb/
H A Dch9.h205 #define USB_DT_CONFIG 0x02 macro
236 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
299 /* USB_DT_CONFIG: Configuration descriptor information.
/external/kernel-headers/original/linux/
H A Dusb_ch9.h149 #define USB_DT_CONFIG 0x02 macro
232 /* USB_DT_CONFIG: Configuration descriptor information.
/external/libusb-compat/libusb/
H A Dusb.h59 #define USB_DT_CONFIG 0x02 macro
/external/qemu/hw/
H A Dusb.h112 #define USB_DT_CONFIG 0x02 macro
H A Dusb-hub.c252 case USB_DT_CONFIG:
H A Dusb-msd.c270 case USB_DT_CONFIG:
H A Dusb-hid.c208 USB_DT_CONFIG, /* u8 bDescriptorType; Configuration */
673 case USB_DT_CONFIG:
/external/qemu/
H A Dusb-linux.c329 if (dev->descr[i+1] != USB_DT_CONFIG) {
810 if (descriptors[i + 1] != USB_DT_CONFIG ||

Completed in 185 milliseconds