Searched refs:usb_device_match_id (Results 1 – 3 of 3) sorted by relevance
21 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()
75 extern const struct usb_device_id *usb_device_match_id(struct usb_device *udev,
825 const struct usb_device_id *usb_device_match_id(struct usb_device *udev, in usb_device_match_id() function838 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()