Searched refs:i2c_new_probed_device (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/Documentation/i2c/ |
| D | instantiating-devices.rst | 126 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
|
| D | writing-clients.rst | 188 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/ |
| D | v4l2-i2c.c | 77 client = i2c_new_probed_device(adapter, info, probe_addrs, in v4l2_i2c_new_subdev_board()
|
| /Linux-v5.4/drivers/macintosh/ |
| D | therm_windtunnel.c | 324 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/ |
| D | i2c-icy.c | 191 i2c_new_probed_device(&i2c->adapter, in icy_probe()
|
| /Linux-v5.4/drivers/video/fbdev/matrox/ |
| D | i2c-matroxfb.c | 194 i2c_new_probed_device(&m2info->maven.adapter, in i2c_matroxfb_probe()
|
| /Linux-v5.4/drivers/media/pci/ivtv/ |
| D | ivtv-i2c.c | 211 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/ |
| D | psmouse-smbus.c | 201 smbdev->client = i2c_new_probed_device(adapter, &smbdev->board, in psmouse_smbus_create_companion()
|
| /Linux-v5.4/drivers/platform/chrome/ |
| D | chromeos_laptop.c | 90 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/ |
| D | cx18-i2c.c | 91 return i2c_new_probed_device(adap, &info, addr_list, NULL) == NULL ? in cx18_i2c_new_ir()
|
| /Linux-v5.4/drivers/media/pci/cx23885/ |
| D | cx23885-i2c.c | 340 i2c_new_probed_device(&bus->i2c_adap, &info, addr_list, in cx23885_i2c_register()
|
| /Linux-v5.4/drivers/media/pci/bt8xx/ |
| D | bttv-input.c | 399 i2c_dev = i2c_new_probed_device(&btv->c.i2c_adap, &info, addr_list, NULL); in init_bttv_i2c_ir()
|
| /Linux-v5.4/include/linux/ |
| D | i2c.h | 455 i2c_new_probed_device(struct i2c_adapter *adap,
|
| /Linux-v5.4/drivers/i2c/ |
| D | i2c-core-base.c | 2274 i2c_new_probed_device(struct i2c_adapter *adap, in i2c_new_probed_device() function 2313 EXPORT_SYMBOL_GPL(i2c_new_probed_device);
|