Symbol: i2c_match_id
drivers/hwmon/emc1403.c
662
const struct i2c_device_id *id = i2c_match_id(emc1403_idtable, client);
drivers/hwmon/pmbus/bel-pfe.c
97
model = (int)i2c_match_id(pfe_device_id, client)->driver_data;
drivers/hwmon/pmbus/fsp-3y.c
245
id = i2c_match_id(fsp3y_id, client);
drivers/hwmon/pmbus/ibm-cffps.c
494
id = i2c_match_id(ibm_cffps_id, client);
drivers/hwmon/pmbus/isl68137.c
396
switch (i2c_match_id(raa_dmpvr_id, client)->driver_data) {
drivers/hwmon/pmbus/ltc2978.c
736
id = i2c_match_id(ltc2978_id, client);
drivers/hwmon/pmbus/max16601.c
321
id = i2c_match_id(max16601_id, client);
drivers/hwmon/pmbus/max20730.c
721
chip_id = i2c_match_id(max20730_id, client)->driver_data;
drivers/hwmon/pmbus/max34440.c
631
data->id = i2c_match_id(max34440_id, client)->driver_data;
drivers/hwmon/pmbus/mp5990.c
172
chip = i2c_match_id(mp5990_id, client)->driver_data;
drivers/hwmon/pmbus/pmbus.c
177
device_info = (struct pmbus_device_info *)i2c_match_id(pmbus_id, client)->driver_data;
drivers/hwmon/pmbus/q54sj108a2.c
298
chip_id = i2c_match_id(q54sj108a2_id, client)->driver_data;
drivers/hwmon/pmbus/tps53679.c
259
chip_id = i2c_match_id(tps53679_id, client)->driver_data;
drivers/i2c/i2c-core-base.c
118
EXPORT_SYMBOL_GPL(i2c_match_id);
drivers/i2c/i2c-core-base.c
128
match = i2c_match_id(driver->id_table, client);
drivers/i2c/i2c-core-base.c
156
if (i2c_match_id(driver->id_table, client))
drivers/i2c/i2c-core-base.c
2396
return i2c_match_id(drv->id_table, client);
drivers/i2c/muxes/i2c-mux-ltc4306.c
221
chip = &chips[i2c_match_id(ltc4306_id, client)->driver_data];
drivers/input/touchscreen/exc3000.c
355
i2c_match_id(exc3000_id, client)->driver_data;
drivers/misc/eeprom/m24lr.c
476
id = i2c_match_id(m24lr_ids, to_i2c_client(dev));
drivers/rtc/rtc-abx80x.c
775
const struct i2c_device_id *id = i2c_match_id(abx80x_id, client);
drivers/rtc/rtc-m41t80.c
931
const struct i2c_device_id *id = i2c_match_id(m41t80_id, client);
drivers/rtc/rtc-pcf2127.c
1478
i2c_match_id(pcf2127_i2c_id, client)->driver_data;
drivers/rtc/rtc-rs5c372.c
831
const struct i2c_device_id *id = i2c_match_id(rs5c372_id, client);
drivers/rtc/rtc-rv8803.c
673
const struct i2c_device_id *id = i2c_match_id(rv8803_id, client);
drivers/rtc/rtc-rx8025.c
525
const struct i2c_device_id *id = i2c_match_id(rx8025_id, client);
include/linux/i2c.h
360
const struct i2c_device_id *i2c_match_id(const struct i2c_device_id *id,
sound/soc/codecs/aw88081.c
1264
id = i2c_match_id(aw88081_i2c_id, i2c);