Searched refs:usb_match_id (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.6/drivers/usb/core/ |
| D | driver.c | 345 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); 890 id = usb_match_id(intf, usb_drv->id_table); in usb_device_match()
|
| /Linux-v6.6/drivers/bluetooth/ |
| D | ath3k.c | 474 match = usb_match_id(intf, ath3k_blist_tbl); in ath3k_probe()
|
| D | btusb.c | 4197 match = usb_match_id(intf, quirks_table); in btusb_probe()
|
| /Linux-v6.6/drivers/net/usb/ |
| D | cdc_mbim.c | 127 id = usb_match_id(intf, driver->id_table); in cdc_mbim_set_ctrlalt()
|
| /Linux-v6.6/sound/usb/ |
| D | card.c | 722 if (usb_match_id(intf, usb_audio_ids)) in find_last_interface()
|
| /Linux-v6.6/include/linux/ |
| D | usb.h | 903 const struct usb_device_id *usb_match_id(struct usb_interface *interface,
|
| /Linux-v6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | usb.c | 1349 id = usb_match_id(intf, brcmf_usb_devid_table); in brcmf_usb_probe()
|
| /Linux-v6.6/drivers/usb/serial/ |
| D | usb-serial.c | 725 id = usb_match_id(intf, drv->id_table); in get_iface_id()
|