Home
last modified time | relevance | path

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

/external/u-boot/include/
Dusb.h480 #define USB_DEVICE_ID_MATCH_DEV_LO 0x0004 macro
/external/u-boot/drivers/usb/host/
Dusb-uclass.c419 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_LO) && in usb_match_device()