Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/core/
Ddriver.c310 id = usb_match_id(intf, driver->id_table); in usb_probe_interface()
779 const struct usb_device_id *usb_match_id(struct usb_interface *interface, in usb_match_id() function
799 EXPORT_SYMBOL_GPL(usb_match_id);
825 id = usb_match_id(intf, usb_drv->id_table); in usb_device_match()
/Linux-v4.19/drivers/bluetooth/
Dath3k.c523 match = usb_match_id(intf, ath3k_blist_tbl); in ath3k_probe()
Dbtusb.c2939 match = usb_match_id(intf, blacklist_table); in btusb_probe()
/Linux-v4.19/drivers/net/usb/
Dcdc_mbim.c128 id = usb_match_id(intf, driver->id_table); in cdc_mbim_set_ctrlalt()
/Linux-v4.19/include/linux/
Dusb.h864 const struct usb_device_id *usb_match_id(struct usb_interface *interface,
/Linux-v4.19/drivers/usb/serial/
Dusb-serial.c623 id = usb_match_id(intf, drv->id_table); in get_iface_id()