Home
last modified time | relevance | path

Searched refs:i2c_new_probed_device (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-i2c.c190 return i2c_new_probed_device(adap, &info, addr_list, NULL) in ivtv_i2c_new_ir()
234 return i2c_new_probed_device(adap, &info, addr_list, NULL) == NULL ? in ivtv_i2c_new_ir()
261 return i2c_new_probed_device(&itv->i2c_adap, &info, addr_list, NULL); in ivtv_i2c_new_ir_legacy()
/linux-4.4.14/drivers/platform/chrome/
Dchromeos_laptop.c180 client = i2c_new_probed_device(adapter, info, addr_list, NULL); in __add_probed_i2c_device()
187 dummy = i2c_new_probed_device(adapter, &dummy_info, in __add_probed_i2c_device()
/linux-4.4.14/Documentation/i2c/
Dinstantiating-devices125 i2c_new_probed_device() instead of i2c_new_device().
141 isp1301_i2c_client = i2c_new_probed_device(i2c_adap, &i2c_info,
155 i2c_new_probed_device().
162 to call i2c_new_probed_device(). The typical case is hardware monitoring
Dwriting-clients178 that case, you can use the i2c_new_probed_device() variant, which is
182 present in the address range, simply call i2c_new_probed_device() that
185 The call to i2c_new_device() or i2c_new_probed_device() typically happens
230 i2c_new_probed_device() can be unregistered by calling
/linux-4.4.14/drivers/macintosh/
Dtherm_windtunnel.c324 i2c_new_probed_device(adapter, &info, scan_ds1775, NULL); in do_attach()
327 i2c_new_probed_device(adapter, &info, scan_adm1030, NULL); in do_attach()
/linux-4.4.14/drivers/video/fbdev/matrox/
Di2c-matroxfb.c193 i2c_new_probed_device(&m2info->maven.adapter, in i2c_matroxfb_probe()
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-i2c.c107 return i2c_new_probed_device(adap, &info, addr_list, NULL) == NULL ? in cx18_i2c_new_ir()
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-common.c144 client = i2c_new_probed_device(adapter, info, probe_addrs, in v4l2_i2c_new_subdev_board()
/linux-4.4.14/drivers/media/pci/cx23885/
Dcx23885-i2c.c350 i2c_new_probed_device(&bus->i2c_adap, &info, addr_list, in cx23885_i2c_register()
/linux-4.4.14/include/linux/
Di2c.h338 i2c_new_probed_device(struct i2c_adapter *adap,
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-input.c406 i2c_dev = i2c_new_probed_device(&btv->c.i2c_adap, &info, addr_list, NULL); in init_bttv_i2c_ir()
/linux-4.4.14/drivers/i2c/
Di2c-core.c2495 i2c_new_probed_device(struct i2c_adapter *adap, in i2c_new_probed_device() function
2533 EXPORT_SYMBOL_GPL(i2c_new_probed_device);