/openbmc/linux/sound/soc/codecs/ |
H A D | ad193x-i2c.c | 26 const struct i2c_device_id *id = i2c_match_id(ad193x_id, client); in ad193x_i2c_probe()
|
H A D | adau1977-i2c.c | 22 const struct i2c_device_id *id = i2c_match_id(adau1977_i2c_ids, client); in adau1977_i2c_probe()
|
H A D | ssm2602-i2c.c | 26 const struct i2c_device_id *id = i2c_match_id(ssm2602_i2c_id, client); in ssm2602_i2c_probe()
|
H A D | adau1781-i2c.c | 22 const struct i2c_device_id *id = i2c_match_id(adau1781_i2c_ids, client); in adau1781_i2c_probe()
|
H A D | tlv320aic3x-i2c.c | 34 const struct i2c_device_id *id = i2c_match_id(aic3x_i2c_id, i2c); in aic3x_i2c_probe()
|
H A D | adau1761-i2c.c | 22 const struct i2c_device_id *id = i2c_match_id(adau1761_i2c_ids, client); in adau1761_i2c_probe()
|
H A D | pcm186x-i2c.c | 36 const struct i2c_device_id *id = i2c_match_id(pcm186x_i2c_id, i2c); in pcm186x_i2c_probe()
|
H A D | tlv320aic32x4-i2c.c | 41 id = i2c_match_id(aic32x4_i2c_id, i2c); in aic32x4_i2c_probe()
|
H A D | tpa6130a2.c | 254 id = i2c_match_id(tpa6130a2_id, client); in tpa6130a2_probe()
|
/openbmc/linux/drivers/hwmon/pmbus/ |
H A D | bel-pfe.c | 97 model = (int)i2c_match_id(pfe_device_id, client)->driver_data; in pfe_pmbus_probe()
|
H A D | fsp-3y.c | 245 id = i2c_match_id(fsp3y_id, client); in fsp3y_probe()
|
H A D | pmbus.c | 177 device_info = (struct pmbus_device_info *)i2c_match_id(pmbus_id, client)->driver_data; in pmbus_probe()
|
H A D | tps53679.c | 240 chip_id = i2c_match_id(tps53679_id, client)->driver_data; in tps53679_probe()
|
H A D | isl68137.c | 232 switch (i2c_match_id(raa_dmpvr_id, client)->driver_data) { in isl68137_probe()
|
H A D | max16601.c | 321 id = i2c_match_id(max16601_id, client); in max16601_probe()
|
/openbmc/linux/drivers/hwmon/ |
H A D | nct6775-i2c.c | 163 i2c_id = i2c_match_id(nct6775_i2c_id, client); in nct6775_i2c_probe()
|
H A D | mcp3021.c | 152 switch (i2c_match_id(mcp3021_id, client)->driver_data) { in mcp3021_probe()
|
H A D | ads7828.c | 144 chip = i2c_match_id(ads7828_device_ids, client)->driver_data; in ads7828_probe()
|
H A D | powr1220.c | 296 switch (i2c_match_id(powr1220_ids, client)->driver_data) { in powr1220_probe()
|
H A D | shtc1.c | 198 enum shtcx_chips chip = i2c_match_id(shtc1_id, client)->driver_data; in shtc1_probe()
|
H A D | aht10.c | 334 const struct i2c_device_id *id = i2c_match_id(aht10_id, client); in aht10_probe()
|
H A D | ad7418.c | 258 data->type = i2c_match_id(ad7418_id, client)->driver_data; in ad7418_probe()
|
H A D | lm83.c | 441 data->type = i2c_match_id(lm83_id, client)->driver_data; in lm83_probe()
|
/openbmc/linux/drivers/i2c/muxes/ |
H A D | i2c-mux-ltc4306.c | 221 chip = &chips[i2c_match_id(ltc4306_id, client)->driver_data]; in ltc4306_probe()
|
/openbmc/linux/drivers/i2c/ |
H A D | i2c-core-base.c | 105 const struct i2c_device_id *i2c_match_id(const struct i2c_device_id *id, in i2c_match_id() function 118 EXPORT_SYMBOL_GPL(i2c_match_id); 128 match = i2c_match_id(driver->id_table, client); in i2c_get_match_data() 156 if (i2c_match_id(driver->id_table, client)) in i2c_device_match() 2445 return i2c_match_id(drv->id_table, client); in i2c_client_get_device_id()
|