Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/i2c/
Dinstantiating-devices.rst126 i2c_new_probed_device() instead of i2c_new_device().
142 isp1301_i2c_client = i2c_new_probed_device(i2c_adap, &i2c_info,
156 i2c_new_probed_device().
163 to call i2c_new_probed_device(). The typical case is hardware monitoring
Dwriting-clients.rst188 that case, you can use the i2c_new_probed_device() variant, which is
192 present in the address range, simply call i2c_new_probed_device() that
195 The call to i2c_new_device() or i2c_new_probed_device() typically happens
240 i2c_new_probed_device() can be unregistered by calling
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-i2c.c77 client = i2c_new_probed_device(adapter, info, probe_addrs, in v4l2_i2c_new_subdev_board()
/Linux-v5.4/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-v5.4/drivers/i2c/busses/
Di2c-icy.c191 i2c_new_probed_device(&i2c->adapter, in icy_probe()
/Linux-v5.4/drivers/video/fbdev/matrox/
Di2c-matroxfb.c194 i2c_new_probed_device(&m2info->maven.adapter, in i2c_matroxfb_probe()
/Linux-v5.4/drivers/media/pci/ivtv/
Divtv-i2c.c211 return i2c_new_probed_device(adap, &info, addr_list, NULL) == NULL ? in ivtv_i2c_new_ir()
238 return i2c_new_probed_device(&itv->i2c_adap, &info, addr_list, NULL); in ivtv_i2c_new_ir_legacy()
/Linux-v5.4/drivers/input/mouse/
Dpsmouse-smbus.c201 smbdev->client = i2c_new_probed_device(adapter, &smbdev->board, in psmouse_smbus_create_companion()
/Linux-v5.4/drivers/platform/chrome/
Dchromeos_laptop.c90 client = i2c_new_probed_device(adapter, info, addr_list, NULL); in chromes_laptop_instantiate_i2c_device()
100 dummy = i2c_new_probed_device(adapter, &dummy_info, in chromes_laptop_instantiate_i2c_device()
/Linux-v5.4/drivers/media/pci/cx18/
Dcx18-i2c.c91 return i2c_new_probed_device(adap, &info, addr_list, NULL) == NULL ? in cx18_i2c_new_ir()
/Linux-v5.4/drivers/media/pci/cx23885/
Dcx23885-i2c.c340 i2c_new_probed_device(&bus->i2c_adap, &info, addr_list, in cx23885_i2c_register()
/Linux-v5.4/drivers/media/pci/bt8xx/
Dbttv-input.c399 i2c_dev = i2c_new_probed_device(&btv->c.i2c_adap, &info, addr_list, NULL); in init_bttv_i2c_ir()
/Linux-v5.4/include/linux/
Di2c.h455 i2c_new_probed_device(struct i2c_adapter *adap,
/Linux-v5.4/drivers/i2c/
Di2c-core-base.c2274 i2c_new_probed_device(struct i2c_adapter *adap, in i2c_new_probed_device() function
2313 EXPORT_SYMBOL_GPL(i2c_new_probed_device);