Searched refs:USB_DT_CONFIG (Results 1 – 3 of 3) sorted by relevance
117 #define USB_DT_CONFIG 0x02 macro140 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
164 if (check(ptr, len, USB_DT_CONFIG, USB_DT_CONFIG_SIZE)) in filter_usb_device()
190 if (config->bLength != USB_DT_CONFIG_SIZE || config->bDescriptorType != USB_DT_CONFIG) { in find_usb_device()