Home
last modified time | relevance | path

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

12

/linux-6.12.1/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()
Dadau1761-i2c.c22 const struct i2c_device_id *id = i2c_match_id(adau1761_i2c_ids, client); in adau1761_i2c_probe()
Dtlv320aic3x-i2c.c34 const struct i2c_device_id *id = i2c_match_id(aic3x_i2c_id, i2c); in aic3x_i2c_probe()
Dpcm186x-i2c.c36 const struct i2c_device_id *id = i2c_match_id(pcm186x_i2c_id, i2c); in pcm186x_i2c_probe()
Dtpa6130a2.c254 id = i2c_match_id(tpa6130a2_id, client); in tpa6130a2_probe()
Dtas2562.c740 id = i2c_match_id(tas2562_id, client); in tas2562_probe()
Dtas5720.c740 id = i2c_match_id(tas5720_id, client); in tas5720_probe()
/linux-6.12.1/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()
Dq54sj108a2.c296 chip_id = i2c_match_id(q54sj108a2_id, client)->driver_data; in q54sj108a2_probe()
Dmax34440.c495 data->id = i2c_match_id(max34440_id, client)->driver_data; in max34440_probe()
Dibm-cffps.c494 id = i2c_match_id(ibm_cffps_id, client); in ibm_cffps_probe()
/linux-6.12.1/drivers/i2c/muxes/
Di2c-mux-ltc4306.c221 chip = &chips[i2c_match_id(ltc4306_id, client)->driver_data]; in ltc4306_probe()
/linux-6.12.1/drivers/i2c/
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()
2386 return i2c_match_id(drv->id_table, client); in i2c_client_get_device_id()
/linux-6.12.1/drivers/input/touchscreen/
Dexc3000.c355 i2c_match_id(exc3000_id, client)->driver_data; in exc3000_probe()
/linux-6.12.1/drivers/rtc/
Drtc-rx8025.c525 const struct i2c_device_id *id = i2c_match_id(rx8025_id, client); in rx8025_probe()
/linux-6.12.1/drivers/hwmon/
Demc1403.c686 const struct i2c_device_id *id = i2c_match_id(emc1403_idtable, client); in emc1403_probe()
/linux-6.12.1/include/linux/
Di2c.h357 const struct i2c_device_id *i2c_match_id(const struct i2c_device_id *id,

12