Home
last modified time | relevance | path

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

/drivers/media/video/et61x251/
Det61x251.h152 return usb_match_id(usb_ifnum_to_if(cam->usbdev, 0), id) ? cam : NULL; in et61x251_match_id()
/drivers/media/video/sn9c102/
Dsn9c102.h141 return usb_match_id(usb_ifnum_to_if(cam->usbdev, 0), id) ? cam : NULL; in sn9c102_match_id()
/drivers/usb/core/
Ddriver.c280 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/
Dlirc_imon.c744 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/
Dath3k.c389 match = usb_match_id(intf, ath3k_blist_tbl); in ath3k_probe()
Dbtusb.c928 match = usb_match_id(intf, blacklist_table); in btusb_probe()
/drivers/usb/serial/
Dgeneric.c83 id_pattern = usb_match_id(interface, generic_device_ids); in generic_probe()
Dusb-serial.c658 id = usb_match_id(intf, drv->id_table); in get_iface_id()