Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dusb.h485 #define USB_DEVICE_ID_MATCH_DEV_PROTOCOL 0x0040 macro
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dusb-uclass.c435 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_PROTOCOL) && in usb_match_device()