Home
last modified time | relevance | path

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

/linux-6.15/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 Dmax16601.c321 id = i2c_match_id(max16601_id, client); in max16601_probe()
H A Dq54sj108a2.c296 chip_id = i2c_match_id(q54sj108a2_id, client)->driver_data; in q54sj108a2_probe()
H A Disl68137.c374 switch (i2c_match_id(raa_dmpvr_id, client)->driver_data) { in isl68137_probe()
H A Dibm-cffps.c494 id = i2c_match_id(ibm_cffps_id, client); in ibm_cffps_probe()
H A Dmax34440.c495 data->id = i2c_match_id(max34440_id, client)->driver_data; in max34440_probe()
H A Dmax20730.c721 chip_id = i2c_match_id(max20730_id, client)->driver_data; in max20730_probe()
H A Dltc2978.c736 id = i2c_match_id(ltc2978_id, client); in ltc2978_probe()
/linux-6.15/drivers/i2c/muxes/
H A Di2c-mux-ltc4306.c221 chip = &chips[i2c_match_id(ltc4306_id, client)->driver_data]; in ltc4306_probe()
/linux-6.15/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()
2394 return i2c_match_id(drv->id_table, client); in i2c_client_get_device_id()
/linux-6.15/drivers/input/touchscreen/
H A Dexc3000.c355 i2c_match_id(exc3000_id, client)->driver_data; in exc3000_probe()
/linux-6.15/drivers/rtc/
H A Drtc-rx8025.c525 const struct i2c_device_id *id = i2c_match_id(rx8025_id, client); in rx8025_probe()
H A Drtc-rs5c372.c831 const struct i2c_device_id *id = i2c_match_id(rs5c372_id, client); in rs5c372_probe()
H A Drtc-rv8803.c673 const struct i2c_device_id *id = i2c_match_id(rv8803_id, client); in rv8803_probe()
H A Drtc-m41t80.c902 const struct i2c_device_id *id = i2c_match_id(m41t80_id, client); in m41t80_probe()
H A Drtc-abx80x.c775 const struct i2c_device_id *id = i2c_match_id(abx80x_id, client); in abx80x_probe()
H A Drtc-pcf2127.c1461 i2c_match_id(pcf2127_i2c_id, client)->driver_data; in pcf2127_i2c_probe()
/linux-6.15/drivers/hwmon/
H A Demc1403.c686 const struct i2c_device_id *id = i2c_match_id(emc1403_idtable, client); in emc1403_probe()
/linux-6.15/include/linux/
H A Di2c.h360 const struct i2c_device_id *i2c_match_id(const struct i2c_device_id *id,
/linux-6.15/sound/soc/codecs/
H A Daw88081.c1265 id = i2c_match_id(aw88081_i2c_id, i2c); in aw88081_i2c_probe()
/linux-6.15/Documentation/i2c/
H A Dwriting-clients.rst167 const struct i2c_device_id *id = i2c_match_id(foo_idtable, client);