Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dusb-uclass.c479 (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()
787 plat->id.match_flags |= USB_DEVICE_ID_MATCH_INT_CLASS; in usb_child_post_bind()
/u-boot/include/
A Dusb.h492 #define USB_DEVICE_ID_MATCH_INT_CLASS 0x0080 macro
/u-boot/common/
A Dusb_kbd.c705 .match_flags = USB_DEVICE_ID_MATCH_INT_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 11 milliseconds