Home
last modified time | relevance | path

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

/drivers/usb/misc/
Dehset.c21 extern const struct usb_device_id *usb_device_match_id(struct usb_device *udev,
46 if (usb_device_match_id(hub_udev, ehset_hub_list)) { in ehset_prepare_port_for_testing()
/drivers/usb/core/
Dusb.h75 extern const struct usb_device_id *usb_device_match_id(struct usb_device *udev,
Ddriver.c825 const struct usb_device_id *usb_device_match_id(struct usb_device *udev, in usb_device_match_id() function
838 EXPORT_SYMBOL_GPL(usb_device_match_id);
844 return usb_device_match_id(udev, udrv->id_table) != NULL && in usb_driver_applicable()
848 return usb_device_match_id(udev, udrv->id_table) != NULL; in usb_driver_applicable()