Home
last modified time | relevance | path

Searched refs:USB_DEVICE_ID_MATCH_DEV_SUBCLASS (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/usb/core/
H A Dotg_productlist.h81 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_SUBCLASS) && in is_targeted()
H A Ddriver.c662 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_SUBCLASS) && in usb_match_device()
/openbmc/linux/include/linux/
H A Dmod_devicetable.h162 #define USB_DEVICE_ID_MATCH_DEV_SUBCLASS 0x0020 macro
H A Dusb.h969 USB_DEVICE_ID_MATCH_DEV_SUBCLASS | \
/openbmc/u-boot/include/
H A Dusb.h483 #define USB_DEVICE_ID_MATCH_DEV_SUBCLASS 0x0020 macro
/openbmc/u-boot/drivers/usb/host/
H A Dusb-uclass.c431 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_SUBCLASS) && in usb_match_device()
/openbmc/linux/sound/usb/
H A Dquirks-table.h1816 USB_DEVICE_ID_MATCH_DEV_SUBCLASS,
/openbmc/linux/scripts/mod/
H A Dfile2alias.c219 ADD(alias, "dsc", match_flags&USB_DEVICE_ID_MATCH_DEV_SUBCLASS, in do_usb_entry()