Home
last modified time | relevance | path

Searched refs:USB_DEVICE_ID_MATCH_DEV_SUBCLASS (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/
Dusb.h483 #define USB_DEVICE_ID_MATCH_DEV_SUBCLASS 0x0020 macro
/external/u-boot/drivers/usb/host/
Dusb-uclass.c431 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_SUBCLASS) && in usb_match_device()