Home
last modified time | relevance | path

Searched refs:i2c_new_probed_device (Results 1 – 10 of 10) sorted by relevance

/drivers/media/pci/ivtv/
Divtv-i2c.c190 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/
Dchromeos_laptop.c186 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/
Dtherm_windtunnel.c324 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/
Dpsmouse-smbus.c200 smbdev->client = i2c_new_probed_device(adapter, &smbdev->board, in psmouse_smbus_create_companion()
/drivers/video/fbdev/matrox/
Di2c-matroxfb.c193 i2c_new_probed_device(&m2info->maven.adapter, in i2c_matroxfb_probe()
/drivers/media/pci/cx18/
Dcx18-i2c.c103 return i2c_new_probed_device(adap, &info, addr_list, NULL) == NULL ? in cx18_i2c_new_ir()
/drivers/media/v4l2-core/
Dv4l2-common.c144 client = i2c_new_probed_device(adapter, info, probe_addrs, in v4l2_i2c_new_subdev_board()
/drivers/media/pci/cx23885/
Dcx23885-i2c.c351 i2c_new_probed_device(&bus->i2c_adap, &info, addr_list, in cx23885_i2c_register()
/drivers/media/pci/bt8xx/
Dbttv-input.c404 i2c_dev = i2c_new_probed_device(&btv->c.i2c_adap, &info, addr_list, NULL); in init_bttv_i2c_ir()
/drivers/i2c/
Di2c-core-base.c2176 i2c_new_probed_device(struct i2c_adapter *adap, in i2c_new_probed_device() function
2215 EXPORT_SYMBOL_GPL(i2c_new_probed_device);