Searched refs:i2c_match_id (Results 1 – 25 of 62) sorted by relevance
123
/drivers/iio/accel/ |
D | adxl313_i2c.c | 70 chip_data = (const struct adxl313_chip_info *)i2c_match_id(adxl313_i2c_id, client)->driver_data; in adxl313_i2c_probe()
|
/drivers/hwmon/pmbus/ |
D | bel-pfe.c | 97 model = (int)i2c_match_id(pfe_device_id, client)->driver_data; in pfe_pmbus_probe()
|
D | fsp-3y.c | 245 id = i2c_match_id(fsp3y_id, client); in fsp3y_probe()
|
D | pmbus.c | 175 device_info = (struct pmbus_device_info *)i2c_match_id(pmbus_id, client)->driver_data; in pmbus_probe()
|
D | tps53679.c | 240 chip_id = i2c_match_id(tps53679_id, client)->driver_data; in tps53679_probe()
|
D | isl68137.c | 232 switch (i2c_match_id(raa_dmpvr_id, client)->driver_data) { in isl68137_probe()
|
D | max16601.c | 317 id = i2c_match_id(max16601_id, client); in max16601_probe()
|
D | q54sj108a2.c | 295 chip_id = i2c_match_id(q54sj108a2_id, client)->driver_data; in q54sj108a2_probe()
|
/drivers/iio/potentiometer/ |
D | mcp4018.c | 162 data->cfg = &mcp4018_cfg[i2c_match_id(mcp4018_id, client)->driver_data]; in mcp4018_probe()
|
D | mcp4531.c | 373 data->cfg = &mcp4531_cfg[i2c_match_id(mcp4531_id, client)->driver_data]; in mcp4531_probe()
|
/drivers/hwmon/ |
D | mcp3021.c | 153 switch (i2c_match_id(mcp3021_id, client)->driver_data) { in mcp3021_probe()
|
D | nct6775-i2c.c | 161 i2c_id = i2c_match_id(nct6775_i2c_id, client); in nct6775_i2c_probe()
|
D | ads7828.c | 145 chip = i2c_match_id(ads7828_device_ids, client)->driver_data; in ads7828_probe()
|
D | powr1220.c | 296 switch (i2c_match_id(powr1220_ids, client)->driver_data) { in powr1220_probe()
|
D | shtc1.c | 198 enum shtcx_chips chip = i2c_match_id(shtc1_id, client)->driver_data; in shtc1_probe()
|
D | ad7418.c | 258 data->type = i2c_match_id(ad7418_id, client)->driver_data; in ad7418_probe()
|
D | ds1621.c | 359 data->kind = i2c_match_id(ds1621_id, client)->driver_data; in ds1621_probe()
|
D | lm83.c | 441 data->type = i2c_match_id(lm83_id, client)->driver_data; in lm83_probe()
|
D | tmp421.c | 453 data->channels = i2c_match_id(tmp421_id, client)->driver_data; in tmp421_probe()
|
D | adm1021.c | 456 data->type = i2c_match_id(adm1021_id, client)->driver_data; in adm1021_probe()
|
/drivers/i2c/muxes/ |
D | i2c-mux-ltc4306.c | 222 chip = &chips[i2c_match_id(ltc4306_id, client)->driver_data]; in ltc4306_probe()
|
/drivers/i2c/ |
D | i2c-core-base.c | 101 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/ |
D | exc3000.c | 351 i2c_match_id(exc3000_id, client)->driver_data; in exc3000_probe()
|
/drivers/clk/ |
D | clk-si570.c | 414 const struct i2c_device_id *id = i2c_match_id(si570_id, client); in si570_probe()
|
D | clk-si544.c | 466 const struct i2c_device_id *id = i2c_match_id(si544_id, client); in si544_probe()
|
123