Home
last modified time | relevance | path

Searched refs:match_flags (Results 1 – 6 of 6) sorted by relevance

/u-boot/drivers/usb/host/
A Dusb-uclass.c436 if ((id->match_flags & USB_DEVICE_ID_MATCH_VENDOR) && in usb_match_device()
440 if ((id->match_flags & USB_DEVICE_ID_MATCH_PRODUCT) && in usb_match_device()
446 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_LO) && in usb_match_device()
450 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_HI) && in usb_match_device()
454 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_CLASS) && in usb_match_device()
478 !(id->match_flags & USB_DEVICE_ID_MATCH_VENDOR) && in usb_match_one_id_intf()
479 (id->match_flags & (USB_DEVICE_ID_MATCH_INT_CLASS | in usb_match_one_id_intf()
485 if ((id->match_flags & USB_DEVICE_ID_MATCH_INT_CLASS) && in usb_match_one_id_intf()
571 for (id = entry->match; id->match_flags; id++) { in usb_find_and_bind_driver()
782 plat->id.match_flags |= USB_DEVICE_ID_MATCH_DEV_CLASS; in usb_child_post_bind()
[all …]
/u-boot/include/
A Dusb.h459 u16 match_flags; member
523 .match_flags = USB_DEVICE_ID_MATCH_DEVICE, \
/u-boot/common/
A Dusb_kbd.c705 .match_flags = USB_DEVICE_ID_MATCH_INT_CLASS |
A Dusb_hub.c968 .match_flags = USB_DEVICE_ID_MATCH_DEV_CLASS,
A Dusb_storage.c1543 .match_flags = USB_DEVICE_ID_MATCH_INT_CLASS,
/u-boot/doc/driver-model/
A Dusb-info.rst307 { .match_flags = USB_DEVICE_ID_MATCH_INT_CLASS,

Completed in 16 milliseconds