Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dusb.h481 #define USB_DEVICE_ID_MATCH_DEV_LO 0x0004 macro
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dusb-uclass.c419 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_LO) && in usb_match_device()