Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/i2c/
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
Dwriting-clients.rst187 that case, you can use the i2c_new_scanned_device() variant, which is
191 present in the address range, simply call i2c_new_scanned_device() that
194 The call to i2c_new_client_device() or i2c_new_scanned_device() typically
219 or i2c_new_scanned_device() can be unregistered by calling
/linux-6.12.1/drivers/media/v4l2-core/
Dv4l2-i2c.c77 client = i2c_new_scanned_device(adapter, info, probe_addrs, in v4l2_i2c_new_subdev_board()
/linux-6.12.1/drivers/i2c/busses/
Di2c-icy.c180 i2c->ltc2990_client = i2c_new_scanned_device(&i2c->adapter, in icy_probe()
Di2c-keba.c486 client = i2c_new_scanned_device(&ki2c->adapter, &info[i], in ki2c_register_devices()
/linux-6.12.1/drivers/macintosh/
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()
/linux-6.12.1/drivers/media/pci/ivtv/
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.12.1/drivers/video/fbdev/matrox/
Di2c-matroxfb.c189 i2c_new_scanned_device(&m2info->maven.adapter, in i2c_matroxfb_probe()
/linux-6.12.1/drivers/misc/eeprom/
Dee1004.c214 i2c_new_scanned_device(client->adapter, &info, addr_list, NULL); in ee1004_probe_temp_sensor()
/linux-6.12.1/drivers/platform/chrome/
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.12.1/drivers/input/mouse/
Dpsmouse-smbus.c208 client = i2c_new_scanned_device(adapter, &smbdev->board, in psmouse_smbus_create_companion()
/linux-6.12.1/drivers/i2c/
Di2c-smbus.c454 if (!IS_ERR(i2c_new_scanned_device(adap, &info, addr_list, NULL))) { in i2c_register_spd()
Di2c-core-base.c2549 i2c_new_scanned_device(struct i2c_adapter *adap, in i2c_new_scanned_device() function
2588 EXPORT_SYMBOL_GPL(i2c_new_scanned_device);
/linux-6.12.1/drivers/media/pci/cx18/
Dcx18-i2c.c91 return IS_ERR(i2c_new_scanned_device(adap, &info, addr_list, NULL)) ? in cx18_i2c_new_ir()
/linux-6.12.1/drivers/media/pci/cx23885/
Dcx23885-i2c.c340 i2c_new_scanned_device(&bus->i2c_adap, &info, addr_list, in cx23885_i2c_register()
/linux-6.12.1/drivers/media/pci/bt8xx/
Dbttv-input.c399 i2c_dev = i2c_new_scanned_device(&btv->c.i2c_adap, &info, addr_list, NULL); in init_bttv_i2c_ir()
/linux-6.12.1/include/linux/
Di2c.h467 i2c_new_scanned_device(struct i2c_adapter *adap,