Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/usb/host/
Dusb-uclass.c449 (id->match_flags & (USB_DEVICE_ID_MATCH_INT_CLASS | in usb_match_one_id_intf()
455 if ((id->match_flags & USB_DEVICE_ID_MATCH_INT_CLASS) && in usb_match_one_id_intf()
726 plat->id.match_flags |= USB_DEVICE_ID_MATCH_INT_CLASS; in usb_child_post_bind()
/third_party/uboot/u-boot-2020.01/include/
Dusb.h491 #define USB_DEVICE_ID_MATCH_INT_CLASS 0x0080 macro
/third_party/uboot/u-boot-2020.01/common/
Dusb_kbd.c699 .match_flags = USB_DEVICE_ID_MATCH_INT_CLASS |
Dusb_storage.c1535 .match_flags = USB_DEVICE_ID_MATCH_INT_CLASS,
/third_party/FreeBSD/sys/dev/usb/
Dusbdi.h309 #define USB_DEVICE_ID_MATCH_INT_CLASS 0x0080 macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c166 (id->match_flags & (USB_DEVICE_ID_MATCH_INT_CLASS | in usb_linux_lookup_id()
171 if ((id->match_flags & USB_DEVICE_ID_MATCH_INT_CLASS) && in usb_linux_lookup_id()
/third_party/uboot/u-boot-2020.01/doc/driver-model/
Dusb-info.rst307 { .match_flags = USB_DEVICE_ID_MATCH_INT_CLASS,