Home
last modified time | relevance | path

Searched refs:i2c_new_scanned_device (Results 1 – 15 of 15) sorted by relevance

/linux-6.3-rc2/Documentation/i2c/
A Dinstantiating-devices.rst143 i2c_new_scanned_device() instead of i2c_new_client_device().
161 isp1301_i2c_client = i2c_new_scanned_device(i2c_adap, &i2c_info,
175 i2c_new_scanned_device().
182 to call i2c_new_scanned_device(). The typical case is hardware monitoring
A Dwriting-clients.rst191 that case, you can use the i2c_new_scanned_device() variant, which is
195 present in the address range, simply call i2c_new_scanned_device() that
198 The call to i2c_new_client_device() or i2c_new_scanned_device() typically
243 or i2c_new_scanned_device() can be unregistered by calling
/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-i2c.c77 client = i2c_new_scanned_device(adapter, info, probe_addrs, in v4l2_i2c_new_subdev_board()
/linux-6.3-rc2/drivers/i2c/busses/
A Di2c-icy.c180 i2c->ltc2990_client = i2c_new_scanned_device(&i2c->adapter, in icy_probe()
/linux-6.3-rc2/drivers/macintosh/
A Dtherm_windtunnel.c326 i2c_new_scanned_device(adapter, &info, scan_ds1775, NULL); in do_attach()
335 i2c_new_scanned_device(adapter, &info, scan_adm1030, NULL); in do_attach()
/linux-6.3-rc2/drivers/video/fbdev/matrox/
A Di2c-matroxfb.c194 i2c_new_scanned_device(&m2info->maven.adapter, in i2c_matroxfb_probe()
/linux-6.3-rc2/drivers/media/pci/ivtv/
A Divtv-i2c.c211 return IS_ERR(i2c_new_scanned_device(adap, &info, addr_list, NULL)) ? in ivtv_i2c_new_ir()
238 i2c_new_scanned_device(&itv->i2c_adap, &info, addr_list, NULL); in ivtv_i2c_new_ir_legacy()
/linux-6.3-rc2/drivers/input/mouse/
A Dpsmouse-smbus.c208 client = i2c_new_scanned_device(adapter, &smbdev->board, in psmouse_smbus_create_companion()
/linux-6.3-rc2/drivers/i2c/
A Di2c-smbus.c402 if (!IS_ERR(i2c_new_scanned_device(adap, &info, addr_list, NULL))) { in i2c_register_spd()
A Di2c-core-base.c2506 i2c_new_scanned_device(struct i2c_adapter *adap, in i2c_new_scanned_device() function
2545 EXPORT_SYMBOL_GPL(i2c_new_scanned_device);
/linux-6.3-rc2/drivers/platform/chrome/
A Dchromeos_laptop.c93 client = i2c_new_scanned_device(adapter, info, addr_list, NULL); in chromes_laptop_instantiate_i2c_device()
103 dummy = i2c_new_scanned_device(adapter, &dummy_info, in chromes_laptop_instantiate_i2c_device()
/linux-6.3-rc2/drivers/media/pci/cx18/
A Dcx18-i2c.c91 return IS_ERR(i2c_new_scanned_device(adap, &info, addr_list, NULL)) ? in cx18_i2c_new_ir()
/linux-6.3-rc2/drivers/media/pci/cx23885/
A Dcx23885-i2c.c340 i2c_new_scanned_device(&bus->i2c_adap, &info, addr_list, in cx23885_i2c_register()
/linux-6.3-rc2/drivers/media/pci/bt8xx/
A Dbttv-input.c399 i2c_dev = i2c_new_scanned_device(&btv->c.i2c_adap, &info, addr_list, NULL); in init_bttv_i2c_ir()
/linux-6.3-rc2/include/linux/
A Di2c.h475 i2c_new_scanned_device(struct i2c_adapter *adap,

Completed in 33 milliseconds