Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
H A Dotg_productlist.h77 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_CLASS) && in is_targeted()
H A Ddriver.c671 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_CLASS) && in usb_match_device()
H A Dhub.c6044 { .match_flags = USB_DEVICE_ID_MATCH_DEV_CLASS,
/linux/drivers/usb/serial/
H A Dsafe_serial.c109 USB_DEVICE_ID_MATCH_DEV_CLASS | \
/linux/include/linux/
H A Dmod_devicetable.h161 #define USB_DEVICE_ID_MATCH_DEV_CLASS 0x0010 macro
/linux/drivers/net/usb/
H A Dpegasus.c60 {.match_flags = (USB_DEVICE_ID_MATCH_DEVICE | USB_DEVICE_ID_MATCH_DEV_CLASS), \
/linux/scripts/mod/
H A Dfile2alias.c231 ADD(alias, "dc", match_flags&USB_DEVICE_ID_MATCH_DEV_CLASS, in do_usb_entry()