Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dusb.h486 #define USB_DEVICE_ID_MATCH_DEV_LO 0x0004 macro
/third_party/FreeBSD/sys/dev/usb/
Dusbdi.h304 #define USB_DEVICE_ID_MATCH_DEV_LO 0x0004 macro
/third_party/uboot/u-boot-2020.01/drivers/usb/host/
Dusb-uclass.c416 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_LO) && in usb_match_device()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c144 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_LO) && in usb_linux_lookup_id()