Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/i2c/
H 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
H 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
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-i2c.c77 client = i2c_new_scanned_device(adapter, info, probe_addrs, in v4l2_i2c_new_subdev_board()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-icy.c180 i2c->ltc2990_client = i2c_new_scanned_device(&i2c->adapter, in icy_probe()
/openbmc/linux/drivers/macintosh/
H A Dtherm_windtunnel.c328 i2c_new_scanned_device(adapter, &info, scan_ds1775, NULL); in do_attach()
337 i2c_new_scanned_device(adapter, &info, scan_adm1030, NULL); in do_attach()
/openbmc/linux/drivers/media/pci/ivtv/
H 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()
/openbmc/linux/drivers/video/fbdev/matrox/
H A Di2c-matroxfb.c194 i2c_new_scanned_device(&m2info->maven.adapter, in i2c_matroxfb_probe()
/openbmc/linux/drivers/platform/chrome/
H 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()
/openbmc/linux/drivers/input/mouse/
H A Dpsmouse-smbus.c208 client = i2c_new_scanned_device(adapter, &smbdev->board, in psmouse_smbus_create_companion()
/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-i2c.c91 return IS_ERR(i2c_new_scanned_device(adap, &info, addr_list, NULL)) ? in cx18_i2c_new_ir()
/openbmc/linux/drivers/i2c/
H A Di2c-smbus.c452 if (!IS_ERR(i2c_new_scanned_device(adap, &info, addr_list, NULL))) { in i2c_register_spd()
H A Di2c-core-base.c2608 i2c_new_scanned_device(struct i2c_adapter *adap, in i2c_new_scanned_device() function
2647 EXPORT_SYMBOL_GPL(i2c_new_scanned_device);
/openbmc/linux/drivers/media/pci/cx23885/
H A Dcx23885-i2c.c340 i2c_new_scanned_device(&bus->i2c_adap, &info, addr_list, in cx23885_i2c_register()
/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-input.c399 i2c_dev = i2c_new_scanned_device(&btv->c.i2c_adap, &info, addr_list, NULL); in init_bttv_i2c_ir()
/openbmc/linux/include/linux/
H A Di2c.h468 i2c_new_scanned_device(struct i2c_adapter *adap,