Home
last modified time | relevance | path

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

123

/drivers/iio/accel/
Dadxl313_i2c.c70 chip_data = (const struct adxl313_chip_info *)i2c_match_id(adxl313_i2c_id, client)->driver_data; in adxl313_i2c_probe()
/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.c317 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()
/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.c153 switch (i2c_match_id(mcp3021_id, client)->driver_data) { in mcp3021_probe()
Dnct6775-i2c.c161 i2c_id = i2c_match_id(nct6775_i2c_id, client); in nct6775_i2c_probe()
Dads7828.c145 chip = i2c_match_id(ads7828_device_ids, client)->driver_data; in ads7828_probe()
Dpowr1220.c296 switch (i2c_match_id(powr1220_ids, client)->driver_data) { in powr1220_probe()
Dshtc1.c198 enum shtcx_chips chip = i2c_match_id(shtc1_id, client)->driver_data; in shtc1_probe()
Dad7418.c258 data->type = i2c_match_id(ad7418_id, client)->driver_data; in ad7418_probe()
Dds1621.c359 data->kind = i2c_match_id(ds1621_id, client)->driver_data; in ds1621_probe()
Dlm83.c441 data->type = i2c_match_id(lm83_id, client)->driver_data; in lm83_probe()
Dtmp421.c453 data->channels = i2c_match_id(tmp421_id, client)->driver_data; in tmp421_probe()
Dadm1021.c456 data->type = i2c_match_id(adm1021_id, client)->driver_data; in adm1021_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()
569 i2c_match_id(driver->id_table, client)); in i2c_device_probe()
/drivers/input/touchscreen/
Dexc3000.c351 i2c_match_id(exc3000_id, client)->driver_data; in exc3000_probe()
/drivers/clk/
Dclk-si570.c414 const struct i2c_device_id *id = i2c_match_id(si570_id, client); in si570_probe()
Dclk-si544.c466 const struct i2c_device_id *id = i2c_match_id(si544_id, client); in si544_probe()

123