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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/sn9c102/
H A Dsn9c102.h142 return usb_match_id(usb_ifnum_to_if(cam->usbdev, 0), id) ? cam : NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/et61x251/
H A Det61x251.h177 return usb_match_id(usb_ifnum_to_if(cam->usbdev, 0), id) ? cam : NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Ddriver.c291 id = usb_match_id(intf, driver->id_table);
587 * usb_match_id - find first usb_device_id matching device or interface
591 * usb_match_id searches an array of usb_device_id's and returns
657 const struct usb_device_id *usb_match_id(struct usb_interface *interface, function
677 EXPORT_SYMBOL_GPL(usb_match_id); variable
731 id = usb_match_id(intf, usb_drv->id_table);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dmceusb.c931 is_gen3 = usb_match_id(intf, gen3_list) ? 1 : 0;
932 is_microsoft_gen1 = usb_match_id(intf, microsoft_gen1_list) ? 1 : 0;
933 tx_mask_inverted = usb_match_id(intf, std_tx_mask_list) ? 0 : 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dgeneric.c81 id_pattern = usb_match_id(interface, generic_device_ids);
H A Dusb-serial.c645 id = usb_match_id(intf, drv->id_table);
H A Dti_usb_3410_5052.c403 if (usb_match_id(serial->interface, ti_id_table_3410))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_imon.c748 if (usb_match_id(interface, ir_only_list))
817 if (usb_match_id(interface, vfd_proto_6p_list))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/bluetooth/
H A Dbtusb.c875 match = usb_match_id(intf, blacklist_table);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dusb.h536 const struct usb_device_id *usb_match_id(struct usb_interface *interface,

Completed in 95 milliseconds