Home
last modified time | relevance | path

Searched refs:i2c_match_id (Results 1 - 25 of 136) sorted by relevance

123456

/kernel/linux/linux-6.6/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 Dpcm186x-i2c.c36 const struct i2c_device_id *id = i2c_match_id(pcm186x_i2c_id, i2c); in pcm186x_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 Dadau1761-i2c.c22 const struct i2c_device_id *id = i2c_match_id(adau1761_i2c_ids, client); in adau1761_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 Dtlv320aic32x4-i2c.c41 id = i2c_match_id(aic32x4_i2c_id, i2c); in aic32x4_i2c_probe()
/kernel/linux/linux-5.10/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 Dpmbus.c175 device_info = (struct pmbus_device_info *)i2c_match_id(pmbus_id, client)->driver_data; in pmbus_probe()
H A Dtps53679.c197 chip_id = i2c_match_id(tps53679_id, client)->driver_data; in tps53679_probe()
/kernel/linux/linux-5.10/drivers/iio/potentiometer/
H A Dmcp4018.c162 data->cfg = &mcp4018_cfg[i2c_match_id(mcp4018_id, client)->driver_data]; in mcp4018_probe()
/kernel/linux/linux-6.6/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 Dpmbus.c175 device_info = (struct pmbus_device_info *)i2c_match_id(pmbus_id, client)->driver_data; in pmbus_probe()
H A Dfsp-3y.c245 id = i2c_match_id(fsp3y_id, client); in fsp3y_probe()
H A Dtps53679.c240 chip_id = i2c_match_id(tps53679_id, client)->driver_data; in tps53679_probe()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dmcp3021.c136 switch (i2c_match_id(mcp3021_id, client)->driver_data) { in mcp3021_probe()
H A Dads7828.c145 chip = i2c_match_id(ads7828_device_ids, client)->driver_data; in ads7828_probe()
H A Dshtc1.c198 enum shtcx_chips chip = i2c_match_id(shtc1_id, client)->driver_data; in shtc1_probe()
/kernel/linux/linux-6.6/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 Daht10.c334 const struct i2c_device_id *id = i2c_match_id(aht10_id, client); in aht10_probe()
H A Dshtc1.c198 enum shtcx_chips chip = i2c_match_id(shtc1_id, client)->driver_data; in shtc1_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()

Completed in 9 milliseconds

123456