Home
last modified time | relevance | path

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

1234

/Linux-v6.6/sound/soc/codecs/
Dad193x-i2c.c26 const struct i2c_device_id *id = i2c_match_id(ad193x_id, client); in ad193x_i2c_probe()
Dssm2602-i2c.c26 const struct i2c_device_id *id = i2c_match_id(ssm2602_i2c_id, client); in ssm2602_i2c_probe()
Dadau1977-i2c.c22 const struct i2c_device_id *id = i2c_match_id(adau1977_i2c_ids, client); in adau1977_i2c_probe()
Dadau1781-i2c.c22 const struct i2c_device_id *id = i2c_match_id(adau1781_i2c_ids, client); in adau1781_i2c_probe()
Dtlv320aic3x-i2c.c34 const struct i2c_device_id *id = i2c_match_id(aic3x_i2c_id, i2c); in aic3x_i2c_probe()
Dadau1761-i2c.c22 const struct i2c_device_id *id = i2c_match_id(adau1761_i2c_ids, client); in adau1761_i2c_probe()
Dpcm186x-i2c.c36 const struct i2c_device_id *id = i2c_match_id(pcm186x_i2c_id, i2c); in pcm186x_i2c_probe()
Dtlv320aic32x4-i2c.c41 id = i2c_match_id(aic32x4_i2c_id, i2c); in aic32x4_i2c_probe()
Dtpa6130a2.c254 id = i2c_match_id(tpa6130a2_id, client); in tpa6130a2_probe()
/Linux-v6.6/drivers/hwmon/pmbus/
Dbel-pfe.c97 model = (int)i2c_match_id(pfe_device_id, client)->driver_data; in pfe_pmbus_probe()
Dfsp-3y.c245 id = i2c_match_id(fsp3y_id, client); in fsp3y_probe()
Dpmbus.c175 device_info = (struct pmbus_device_info *)i2c_match_id(pmbus_id, client)->driver_data; in pmbus_probe()
Dtps53679.c240 chip_id = i2c_match_id(tps53679_id, client)->driver_data; in tps53679_probe()
Disl68137.c232 switch (i2c_match_id(raa_dmpvr_id, client)->driver_data) { in isl68137_probe()
Dmax16601.c321 id = i2c_match_id(max16601_id, client); in max16601_probe()
/Linux-v6.6/drivers/hwmon/
Dmcp3021.c152 switch (i2c_match_id(mcp3021_id, client)->driver_data) { in mcp3021_probe()
Dnct6775-i2c.c163 i2c_id = i2c_match_id(nct6775_i2c_id, client); in nct6775_i2c_probe()
Dads7828.c144 chip = i2c_match_id(ads7828_device_ids, client)->driver_data; in ads7828_probe()
Dpowr1220.c296 switch (i2c_match_id(powr1220_ids, client)->driver_data) { in powr1220_probe()
Dshtc1.c198 enum shtcx_chips chip = i2c_match_id(shtc1_id, client)->driver_data; in shtc1_probe()
Daht10.c334 const struct i2c_device_id *id = i2c_match_id(aht10_id, client); in aht10_probe()
Dad7418.c258 data->type = i2c_match_id(ad7418_id, client)->driver_data; in ad7418_probe()
Dds1621.c359 data->kind = i2c_match_id(ds1621_id, client)->driver_data; in ds1621_probe()
/Linux-v6.6/drivers/i2c/muxes/
Di2c-mux-ltc4306.c221 chip = &chips[i2c_match_id(ltc4306_id, client)->driver_data]; in ltc4306_probe()
/Linux-v6.6/drivers/i2c/
Di2c-core-base.c102 const struct i2c_device_id *i2c_match_id(const struct i2c_device_id *id, in i2c_match_id() function
115 EXPORT_SYMBOL_GPL(i2c_match_id);
125 match = i2c_match_id(driver->id_table, client); in i2c_get_match_data()
153 if (i2c_match_id(driver->id_table, client)) in i2c_device_match()
2362 return i2c_match_id(drv->id_table, client); in i2c_client_get_device_id()

1234