Searched refs:usb_match_id (Results 1 - 6 of 6) sorted by relevance

/drivers/usb/core/
H A Ddriver.c317 id = usb_match_id(intf, driver->id_table);
704 * usb_match_id - find first usb_device_id matching device or interface
708 * usb_match_id searches an array of usb_device_id's and returns
776 const struct usb_device_id *usb_match_id(struct usb_interface *interface, function
796 EXPORT_SYMBOL_GPL(usb_match_id); variable
822 id = usb_match_id(intf, usb_drv->id_table);
/drivers/staging/media/lirc/
H A Dlirc_imon.c750 if (usb_match_id(interface, ir_only_list))
816 if (usb_match_id(interface, vfd_proto_6p_list))
/drivers/bluetooth/
H A Dath3k.c469 match = usb_match_id(intf, ath3k_blist_tbl);
H A Dbtusb.c1955 match = usb_match_id(intf, blacklist_table);
/drivers/net/usb/
H A Dcdc_mbim.c127 id = usb_match_id(intf, driver->id_table);
/drivers/usb/serial/
H A Dusb-serial.c639 id = usb_match_id(intf, drv->id_table);

Completed in 136 milliseconds