Searched refs:i2c_match_id (Results 1 - 25 of 136) sorted by relevance
123456
/kernel/linux/linux-6.6/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 | pcm186x-i2c.c | 36 const struct i2c_device_id *id = i2c_match_id(pcm186x_i2c_id, i2c); in pcm186x_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 | adau1761-i2c.c | 22 const struct i2c_device_id *id = i2c_match_id(adau1761_i2c_ids, client); in adau1761_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 | tlv320aic32x4-i2c.c | 41 id = i2c_match_id(aic32x4_i2c_id, i2c); in aic32x4_i2c_probe()
|
/kernel/linux/linux-5.10/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 | pmbus.c | 175 device_info = (struct pmbus_device_info *)i2c_match_id(pmbus_id, client)->driver_data; in pmbus_probe()
|
H A D | tps53679.c | 197 chip_id = i2c_match_id(tps53679_id, client)->driver_data; in tps53679_probe()
|
/kernel/linux/linux-5.10/drivers/iio/potentiometer/ |
H A D | mcp4018.c | 162 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 D | bel-pfe.c | 97 model = (int)i2c_match_id(pfe_device_id, client)->driver_data; in pfe_pmbus_probe()
|
H A D | pmbus.c | 175 device_info = (struct pmbus_device_info *)i2c_match_id(pmbus_id, client)->driver_data; in pmbus_probe()
|
H A D | fsp-3y.c | 245 id = i2c_match_id(fsp3y_id, client); in fsp3y_probe()
|
H A D | tps53679.c | 240 chip_id = i2c_match_id(tps53679_id, client)->driver_data; in tps53679_probe()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | mcp3021.c | 136 switch (i2c_match_id(mcp3021_id, client)->driver_data) { in mcp3021_probe()
|
H A D | ads7828.c | 145 chip = i2c_match_id(ads7828_device_ids, client)->driver_data; in ads7828_probe()
|
H A D | shtc1.c | 198 enum shtcx_chips chip = i2c_match_id(shtc1_id, client)->driver_data; in shtc1_probe()
|
/kernel/linux/linux-6.6/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 | aht10.c | 334 const struct i2c_device_id *id = i2c_match_id(aht10_id, client); in aht10_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 | 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()
|
Completed in 9 milliseconds
123456