Home
last modified time | relevance | path

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

1234

/openbmc/linux/sound/soc/codecs/
H A Dad193x-i2c.c26 const struct i2c_device_id *id = i2c_match_id(ad193x_id, client); in ad193x_i2c_probe()
H A Dadau1977-i2c.c22 const struct i2c_device_id *id = i2c_match_id(adau1977_i2c_ids, client); in adau1977_i2c_probe()
H A Dssm2602-i2c.c26 const struct i2c_device_id *id = i2c_match_id(ssm2602_i2c_id, client); in ssm2602_i2c_probe()
H A Dadau1781-i2c.c22 const struct i2c_device_id *id = i2c_match_id(adau1781_i2c_ids, client); in adau1781_i2c_probe()
H A Dtlv320aic3x-i2c.c34 const struct i2c_device_id *id = i2c_match_id(aic3x_i2c_id, i2c); in aic3x_i2c_probe()
H A Dadau1761-i2c.c22 const struct i2c_device_id *id = i2c_match_id(adau1761_i2c_ids, client); in adau1761_i2c_probe()
H A Dpcm186x-i2c.c36 const struct i2c_device_id *id = i2c_match_id(pcm186x_i2c_id, i2c); in pcm186x_i2c_probe()
H A Dtlv320aic32x4-i2c.c41 id = i2c_match_id(aic32x4_i2c_id, i2c); in aic32x4_i2c_probe()
H A Dtpa6130a2.c254 id = i2c_match_id(tpa6130a2_id, client); in tpa6130a2_probe()
/openbmc/linux/drivers/hwmon/pmbus/
H A Dbel-pfe.c97 model = (int)i2c_match_id(pfe_device_id, client)->driver_data; in pfe_pmbus_probe()
H A Dfsp-3y.c245 id = i2c_match_id(fsp3y_id, client); in fsp3y_probe()
H A Dpmbus.c177 device_info = (struct pmbus_device_info *)i2c_match_id(pmbus_id, client)->driver_data; in pmbus_probe()
H A Dtps53679.c240 chip_id = i2c_match_id(tps53679_id, client)->driver_data; in tps53679_probe()
H A Disl68137.c232 switch (i2c_match_id(raa_dmpvr_id, client)->driver_data) { in isl68137_probe()
H A Dmax16601.c321 id = i2c_match_id(max16601_id, client); in max16601_probe()
/openbmc/linux/drivers/hwmon/
H A Dnct6775-i2c.c163 i2c_id = i2c_match_id(nct6775_i2c_id, client); in nct6775_i2c_probe()
H A Dmcp3021.c152 switch (i2c_match_id(mcp3021_id, client)->driver_data) { in mcp3021_probe()
H A Dads7828.c144 chip = i2c_match_id(ads7828_device_ids, client)->driver_data; in ads7828_probe()
H A Dpowr1220.c296 switch (i2c_match_id(powr1220_ids, client)->driver_data) { in powr1220_probe()
H A Dshtc1.c198 enum shtcx_chips chip = i2c_match_id(shtc1_id, client)->driver_data; in shtc1_probe()
H A Daht10.c334 const struct i2c_device_id *id = i2c_match_id(aht10_id, client); in aht10_probe()
H A Dad7418.c258 data->type = i2c_match_id(ad7418_id, client)->driver_data; in ad7418_probe()
H A Dlm83.c441 data->type = i2c_match_id(lm83_id, client)->driver_data; in lm83_probe()
/openbmc/linux/drivers/i2c/muxes/
H A Di2c-mux-ltc4306.c221 chip = &chips[i2c_match_id(ltc4306_id, client)->driver_data]; in ltc4306_probe()
/openbmc/linux/drivers/i2c/
H A Di2c-core-base.c105 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()

1234