Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Ddriver.c346 id = usb_match_id(intf, driver->id_table); in usb_probe_interface()
807 const struct usb_device_id *usb_match_id(struct usb_interface *interface, in usb_match_id() function
827 EXPORT_SYMBOL_GPL(usb_match_id);
894 id = usb_match_id(intf, usb_drv->id_table); in usb_device_match()
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dath3k.c475 match = usb_match_id(intf, ath3k_blist_tbl); in ath3k_probe()
H A Dbtusb.c4000 match = usb_match_id(intf, blacklist_table); in btusb_probe()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dcdc_mbim.c126 id = usb_match_id(intf, driver->id_table); in cdc_mbim_set_ctrlalt()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_virtual_device619 usb_match_id
H A Dabi_gki_aarch64_rockchip1284 usb_match_id
H A Dabi_gki_aarch64_galaxy4309 usb_match_id
/OK3568_Linux_fs/kernel/include/linux/
H A Dusb.h887 const struct usb_device_id *usb_match_id(struct usb_interface *interface,
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dusb-serial.c641 id = usb_match_id(intf, drv->id_table); in get_iface_id()