Home
last modified time | relevance | path

Searched refs:usb_match_device (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/core/
H A Dquirks.c604 if (!usb_match_device(udev, id)) in usb_endpoint_is_ignored()
662 if (!usb_match_device(udev, id)) in usb_detect_static_quirks()
H A Dusb.h73 extern int usb_match_device(struct usb_device *dev,
H A Ddriver.c654 int usb_match_device(struct usb_device *dev, const struct usb_device_id *id) in usb_match_device() function
738 if (!usb_match_device(dev, id)) in usb_match_one_id()
847 if (usb_match_device(udev, id)) in usb_device_match_id()