Home
last modified time | relevance | path

Searched refs:USB_DEVICE_ID_MATCH_DEV_CLASS (Results 1 – 5 of 5) 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/include/linux/
H A Dusb.h999 (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()