Searched refs:usb_match_id (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | driver.c | 345 id = usb_match_id(intf, driver->id_table); in usb_probe_interface() 734 * usb_match_id - find first usb_device_id matching device or interface 738 * usb_match_id searches an array of usb_device_id's and returns 806 const struct usb_device_id *usb_match_id(struct usb_interface *interface, in usb_match_id() function 826 EXPORT_SYMBOL_GPL(usb_match_id); variable 893 id = usb_match_id(intf, usb_drv->id_table); in usb_device_match()
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | driver.c | 345 id = usb_match_id(intf, driver->id_table); in usb_probe_interface() 730 * usb_match_id - find first usb_device_id matching device or interface 734 * usb_match_id searches an array of usb_device_id's and returns 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); variable 890 id = usb_match_id(intf, usb_drv->id_table); in usb_device_match()
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | ath3k.c | 475 match = usb_match_id(intf, ath3k_blist_tbl); in ath3k_probe()
|
H A D | btusb.c | 4022 match = usb_match_id(intf, blacklist_table); in btusb_probe()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | ath3k.c | 474 match = usb_match_id(intf, ath3k_blist_tbl); in ath3k_probe()
|
H A D | btusb.c | 4206 match = usb_match_id(intf, quirks_table); in btusb_probe()
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | cdc_mbim.c | 126 id = usb_match_id(intf, driver->id_table); in cdc_mbim_set_ctrlalt()
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | cdc_mbim.c | 127 id = usb_match_id(intf, driver->id_table); in cdc_mbim_set_ctrlalt()
|
/kernel/linux/linux-6.6/sound/usb/ |
H A D | card.c | 722 if (usb_match_id(intf, usb_audio_ids)) in find_last_interface()
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | usb-serial.c | 641 id = usb_match_id(intf, drv->id_table); in get_iface_id()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | usb.h | 871 const struct usb_device_id *usb_match_id(struct usb_interface *interface,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | usb.h | 903 const struct usb_device_id *usb_match_id(struct usb_interface *interface,
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | usb.c | 1334 /* Forward declaration for usb_match_id() call */ 1349 id = usb_match_id(intf, brcmf_usb_devid_table); in brcmf_usb_probe()
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | usb-serial.c | 725 id = usb_match_id(intf, drv->id_table); in get_iface_id()
|
Completed in 35 milliseconds