Home
last modified time | relevance | path

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

/linux-6.6.21/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()
/linux-6.6.21/drivers/usb/core/
Dusb.h75 extern const struct usb_device_id *usb_device_match_id(struct usb_device *udev,
Ddriver.c824 const struct usb_device_id *usb_device_match_id(struct usb_device *udev, in usb_device_match_id() function
837 EXPORT_SYMBOL_GPL(usb_device_match_id);
843 return usb_device_match_id(udev, udrv->id_table) != NULL && in usb_driver_applicable()
847 return usb_device_match_id(udev, udrv->id_table) != NULL; in usb_driver_applicable()