Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dquirks.c600 if (!usb_match_device(udev, id)) in usb_endpoint_is_ignored()
658 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.c643 int usb_match_device(struct usb_device *dev, const struct usb_device_id *id) in usb_match_device() function
727 if (!usb_match_device(dev, id)) in usb_match_one_id()
836 if (usb_match_device(udev, id)) in usb_device_match_id()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dusb-uclass.c406 static int usb_match_device(const struct usb_device_descriptor *desc, in usb_match_device() function
482 if (!usb_match_device(desc, id)) in usb_match_one_id()