Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/linux/usb/
H A Dch9.h117 #define USB_DT_CONFIG 0x02 macro
140 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
/aosp12/system/core/fastboot/
H A Dusb_linux.cpp164 if (check(ptr, len, USB_DT_CONFIG, USB_DT_CONFIG_SIZE)) in filter_usb_device()
/aosp12/packages/modules/adb/client/
H A Dusb_linux.cpp190 if (config->bLength != USB_DT_CONFIG_SIZE || config->bDescriptorType != USB_DT_CONFIG) { in find_usb_device()