Searched refs:i2c_new_probed_device (Results 1 – 10 of 10) sorted by relevance
/drivers/media/pci/ivtv/ |
D | ivtv-i2c.c | 190 return i2c_new_probed_device(adap, &info, addr_list, NULL) in ivtv_i2c_new_ir() 235 return i2c_new_probed_device(adap, &info, addr_list, NULL) == NULL ? in ivtv_i2c_new_ir() 262 return i2c_new_probed_device(&itv->i2c_adap, &info, addr_list, NULL); in ivtv_i2c_new_ir_legacy()
|
/drivers/platform/chrome/ |
D | chromeos_laptop.c | 186 client = i2c_new_probed_device(adapter, info, addr_list, NULL); in __add_probed_i2c_device() 193 dummy = i2c_new_probed_device(adapter, &dummy_info, in __add_probed_i2c_device()
|
/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()
|
/drivers/input/mouse/ |
D | psmouse-smbus.c | 200 smbdev->client = i2c_new_probed_device(adapter, &smbdev->board, in psmouse_smbus_create_companion()
|
/drivers/video/fbdev/matrox/ |
D | i2c-matroxfb.c | 193 i2c_new_probed_device(&m2info->maven.adapter, in i2c_matroxfb_probe()
|
/drivers/media/pci/cx18/ |
D | cx18-i2c.c | 103 return i2c_new_probed_device(adap, &info, addr_list, NULL) == NULL ? in cx18_i2c_new_ir()
|
/drivers/media/v4l2-core/ |
D | v4l2-common.c | 144 client = i2c_new_probed_device(adapter, info, probe_addrs, in v4l2_i2c_new_subdev_board()
|
/drivers/media/pci/cx23885/ |
D | cx23885-i2c.c | 351 i2c_new_probed_device(&bus->i2c_adap, &info, addr_list, in cx23885_i2c_register()
|
/drivers/media/pci/bt8xx/ |
D | bttv-input.c | 404 i2c_dev = i2c_new_probed_device(&btv->c.i2c_adap, &info, addr_list, NULL); in init_bttv_i2c_ir()
|
/drivers/i2c/ |
D | i2c-core-base.c | 2176 i2c_new_probed_device(struct i2c_adapter *adap, in i2c_new_probed_device() function 2215 EXPORT_SYMBOL_GPL(i2c_new_probed_device);
|