Home
last modified time | relevance | path

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

/drivers/usb/core/
Ddriver.c345 id = usb_match_id(intf, driver->id_table); in usb_probe_interface()
802 const struct usb_device_id *usb_match_id(struct usb_interface *interface, in usb_match_id() function
822 EXPORT_SYMBOL_GPL(usb_match_id);
889 id = usb_match_id(intf, usb_drv->id_table); in usb_device_match()
/drivers/bluetooth/
Dath3k.c475 match = usb_match_id(intf, ath3k_blist_tbl); in ath3k_probe()
Dbtusb.c3756 match = usb_match_id(intf, blacklist_table); in btusb_probe()
/drivers/net/usb/
Dcdc_mbim.c126 id = usb_match_id(intf, driver->id_table); in cdc_mbim_set_ctrlalt()
/drivers/usb/serial/
Dusb-serial.c722 id = usb_match_id(intf, drv->id_table); in get_iface_id()