Searched refs:usb_match_id (Results 1 – 8 of 8) sorted by relevance
/drivers/media/video/et61x251/ |
D | et61x251.h | 152 return usb_match_id(usb_ifnum_to_if(cam->usbdev, 0), id) ? cam : NULL; in et61x251_match_id()
|
/drivers/media/video/sn9c102/ |
D | sn9c102.h | 141 return usb_match_id(usb_ifnum_to_if(cam->usbdev, 0), id) ? cam : NULL; in sn9c102_match_id()
|
/drivers/usb/core/ |
D | driver.c | 280 id = usb_match_id(intf, driver->id_table); in usb_probe_interface() 646 const struct usb_device_id *usb_match_id(struct usb_interface *interface, in usb_match_id() function 666 EXPORT_SYMBOL_GPL(usb_match_id); 692 id = usb_match_id(intf, usb_drv->id_table); in usb_device_match()
|
/drivers/staging/media/lirc/ |
D | lirc_imon.c | 744 if (usb_match_id(interface, ir_only_list)) in imon_probe() 808 if (usb_match_id(interface, vfd_proto_6p_list)) in imon_probe()
|
/drivers/bluetooth/ |
D | ath3k.c | 389 match = usb_match_id(intf, ath3k_blist_tbl); in ath3k_probe()
|
D | btusb.c | 928 match = usb_match_id(intf, blacklist_table); in btusb_probe()
|
/drivers/usb/serial/ |
D | generic.c | 83 id_pattern = usb_match_id(interface, generic_device_ids); in generic_probe()
|
D | usb-serial.c | 658 id = usb_match_id(intf, drv->id_table); in get_iface_id()
|