Home
last modified time | relevance | path

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

/external/u-boot/include/
Dusb.h484 #define USB_DEVICE_ID_MATCH_DEV_PROTOCOL 0x0040 macro
/external/u-boot/drivers/usb/host/
Dusb-uclass.c435 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_PROTOCOL) && in usb_match_device()