Home
last modified time | relevance | path

Searched refs:USB_DEVICE_ID_MATCH_INT_CLASS (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dusb-uclass.c452 (id->match_flags & (USB_DEVICE_ID_MATCH_INT_CLASS | in usb_match_one_id_intf()
458 if ((id->match_flags & USB_DEVICE_ID_MATCH_INT_CLASS) && in usb_match_one_id_intf()
729 plat->id.match_flags |= USB_DEVICE_ID_MATCH_INT_CLASS; in usb_child_post_bind()
/openbmc/u-boot/common/
H A Dusb_kbd.c664 .match_flags = USB_DEVICE_ID_MATCH_INT_CLASS |
H A Dusb_storage.c1534 .match_flags = USB_DEVICE_ID_MATCH_INT_CLASS,
/openbmc/u-boot/include/
H A Dusb.h485 #define USB_DEVICE_ID_MATCH_INT_CLASS 0x0080 macro
/openbmc/u-boot/doc/driver-model/
H A Dusb-info.txt301 { .match_flags = USB_DEVICE_ID_MATCH_INT_CLASS,