Home
last modified time | relevance | path

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

123

/drivers/hwmon/pmbus/
Dbel-pfe.c97 model = (int)i2c_match_id(pfe_device_id, client)->driver_data; in pfe_pmbus_probe()
Dfsp-3y.c245 id = i2c_match_id(fsp3y_id, client); in fsp3y_probe()
Dpmbus.c175 device_info = (struct pmbus_device_info *)i2c_match_id(pmbus_id, client)->driver_data; in pmbus_probe()
Dtps53679.c240 chip_id = i2c_match_id(tps53679_id, client)->driver_data; in tps53679_probe()
Disl68137.c232 switch (i2c_match_id(raa_dmpvr_id, client)->driver_data) { in isl68137_probe()
Dmax16601.c314 id = i2c_match_id(max16601_id, client); in max16601_probe()
Dq54sj108a2.c295 chip_id = i2c_match_id(q54sj108a2_id, client)->driver_data; in q54sj108a2_probe()
Dlm25066.c459 data->id = i2c_match_id(lm25066_id, client)->driver_data; in lm25066_probe()
/drivers/iio/potentiometer/
Dmcp4018.c162 data->cfg = &mcp4018_cfg[i2c_match_id(mcp4018_id, client)->driver_data]; in mcp4018_probe()
Dmcp4531.c373 data->cfg = &mcp4531_cfg[i2c_match_id(mcp4531_id, client)->driver_data]; in mcp4531_probe()
/drivers/hwmon/
Dmcp3021.c136 switch (i2c_match_id(mcp3021_id, client)->driver_data) { in mcp3021_probe()
Dads7828.c145 chip = i2c_match_id(ads7828_device_ids, client)->driver_data; in ads7828_probe()
Dshtc1.c198 enum shtcx_chips chip = i2c_match_id(shtc1_id, client)->driver_data; in shtc1_probe()
Dtmp421.c305 data->channels = i2c_match_id(tmp421_id, client)->driver_data; in tmp421_probe()
Dad7418.c258 data->type = i2c_match_id(ad7418_id, client)->driver_data; in ad7418_probe()
Dlm83.c342 if (i2c_match_id(lm83_id, new_client)->driver_data == lm83) in lm83_probe()
Dds1621.c359 data->kind = i2c_match_id(ds1621_id, client)->driver_data; in ds1621_probe()
Demc1403.c395 const struct i2c_device_id *id = i2c_match_id(emc1403_idtable, client); in emc1403_probe()
Dthmc50.c394 data->type = i2c_match_id(thmc50_id, client)->driver_data; in thmc50_probe()
Dadm1021.c441 data->type = i2c_match_id(adm1021_id, client)->driver_data; in adm1021_probe()
Dmax1668.c411 data->type = i2c_match_id(max1668_id, client)->driver_data; in max1668_probe()
Dmax6650.c780 i2c_match_id(max6650_id, client)->driver_data; in max6650_probe()
/drivers/i2c/muxes/
Di2c-mux-ltc4306.c222 chip = &chips[i2c_match_id(ltc4306_id, client)->driver_data]; in ltc4306_probe()
/drivers/i2c/
Di2c-core-base.c101 const struct i2c_device_id *i2c_match_id(const struct i2c_device_id *id, in i2c_match_id() function
114 EXPORT_SYMBOL_GPL(i2c_match_id);
133 if (i2c_match_id(driver->id_table, client)) in i2c_device_match()
563 i2c_match_id(driver->id_table, client)); in i2c_device_probe()
/drivers/input/touchscreen/
Dexc3000.c346 i2c_match_id(exc3000_id, client)->driver_data; in exc3000_probe()

123