Home
last modified time | relevance | path

Searched refs:USB_DEVICE_ID_MATCH_DEV_CLASS (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dusb-uclass.c427 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_CLASS) && in usb_match_device()
724 plat->id.match_flags |= USB_DEVICE_ID_MATCH_DEV_CLASS; in usb_child_post_bind()
/openbmc/u-boot/include/
H A Dusb.h482 #define USB_DEVICE_ID_MATCH_DEV_CLASS 0x0010 macro
/openbmc/u-boot/common/
H A Dusb_hub.c972 .match_flags = USB_DEVICE_ID_MATCH_DEV_CLASS,