Home
last modified time | relevance | path

Searched refs:usb_match_id (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/usb/core/
H A Ddriver.c345 id = usb_match_id(intf, driver->id_table); in usb_probe_interface()
743 * usb_match_id - find first usb_device_id matching device or interface
747 * usb_match_id searches an array of usb_device_id's and returns
815 const struct usb_device_id *usb_match_id(struct usb_interface *interface, in usb_match_id() function
835 EXPORT_SYMBOL_GPL(usb_match_id);
903 id = usb_match_id(intf, usb_drv->id_table); in usb_device_match()
/linux/drivers/net/usb/
H A Dcdc_mbim.c127 id = usb_match_id(intf, driver->id_table); in cdc_mbim_set_ctrlalt()
/linux/sound/usb/
H A Dcard.c824 if (usb_match_id(intf, usb_audio_ids)) in find_last_interface()
/linux/include/linux/
H A Dusb.h909 const struct usb_device_id *usb_match_id(struct usb_interface *interface,
/linux/drivers/usb/serial/
H A Dusb-serial.c723 id = usb_match_id(intf, drv->id_table); in get_iface_id()
/linux/drivers/bluetooth/
H A Dbtusb.c3942 match = usb_match_id(intf, quirks_table); in btusb_probe()