usb_device_match_id
EXPORT_SYMBOL_GPL(usb_device_match_id);
return usb_device_match_id(udev, udrv->id_table) != NULL &&
return usb_device_match_id(udev, udrv->id_table) != NULL;
extern const struct usb_device_id *usb_device_match_id(struct usb_device *udev,
extern const struct usb_device_id *usb_device_match_id(struct usb_device *udev,
if (usb_device_match_id(hub_udev, ehset_hub_list)) {