Home
last modified time | relevance | path

Searched refs:i2c_match_id (Results 1 – 25 of 50) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/hwmon/pmbus/
H A Dbel-pfe.c96 model = (int)i2c_match_id(pfe_device_id, client)->driver_data; in pfe_pmbus_probe()
H A Dtps53679.c197 chip_id = i2c_match_id(tps53679_id, client)->driver_data; in tps53679_probe()
H A Dpmbus.c175 device_info = (struct pmbus_device_info *)i2c_match_id(pmbus_id, client)->driver_data; in pmbus_probe()
H A Disl68137.c232 switch (i2c_match_id(raa_dmpvr_id, client)->driver_data) { in isl68137_probe()
H A Dlm25066.c464 data->id = i2c_match_id(lm25066_id, client)->driver_data; in lm25066_probe()
H A Dmax34440.c495 data->id = i2c_match_id(max34440_id, client)->driver_data; in max34440_probe()
H A Dibm-cffps.c497 id = i2c_match_id(ibm_cffps_id, client); in ibm_cffps_probe()
/OK3568_Linux_fs/kernel/drivers/iio/potentiometer/
H A Dmcp4018.c162 data->cfg = &mcp4018_cfg[i2c_match_id(mcp4018_id, client)->driver_data]; in mcp4018_probe()
H A Dmcp4531.c373 data->cfg = &mcp4531_cfg[i2c_match_id(mcp4531_id, client)->driver_data]; in mcp4531_probe()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dmcp3021.c136 switch (i2c_match_id(mcp3021_id, client)->driver_data) { in mcp3021_probe()
H A Dads7828.c145 chip = i2c_match_id(ads7828_device_ids, client)->driver_data; in ads7828_probe()
H A Dshtc1.c198 enum shtcx_chips chip = i2c_match_id(shtc1_id, client)->driver_data; in shtc1_probe()
H A Dtmp421.c305 data->channels = i2c_match_id(tmp421_id, client)->driver_data; in tmp421_probe()
H A Dad7418.c258 data->type = i2c_match_id(ad7418_id, client)->driver_data; in ad7418_probe()
H A Dlm83.c342 if (i2c_match_id(lm83_id, new_client)->driver_data == lm83) in lm83_probe()
H A Dds1621.c359 data->kind = i2c_match_id(ds1621_id, client)->driver_data; in ds1621_probe()
H A Demc1403.c395 const struct i2c_device_id *id = i2c_match_id(emc1403_idtable, client); in emc1403_probe()
H A Dthmc50.c394 data->type = i2c_match_id(thmc50_id, client)->driver_data; in thmc50_probe()
H A Dadm1021.c441 data->type = i2c_match_id(adm1021_id, client)->driver_data; in adm1021_probe()
H A Dmax1668.c411 data->type = i2c_match_id(max1668_id, client)->driver_data; in max1668_probe()
H A Dtmp513.c726 data->id = i2c_match_id(tmp51x_id, client)->driver_data; in tmp51x_probe()
H A Dmax6650.c780 i2c_match_id(max6650_id, client)->driver_data; in max6650_probe()
/OK3568_Linux_fs/kernel/drivers/i2c/muxes/
H A Di2c-mux-ltc4306.c222 chip = &chips[i2c_match_id(ltc4306_id, client)->driver_data]; in ltc4306_probe()
/OK3568_Linux_fs/kernel/drivers/i2c/
H A Di2c-core-base.c81 const struct i2c_device_id *i2c_match_id(const struct i2c_device_id *id, in i2c_match_id() function
94 EXPORT_SYMBOL_GPL(i2c_match_id);
113 if (i2c_match_id(driver->id_table, client)) in i2c_device_match()
532 i2c_match_id(driver->id_table, client)); in i2c_device_probe()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dexc3000.c324 i2c_match_id(exc3000_id, client)->driver_data; in exc3000_probe()

12