i2c_match_id       91 drivers/i2c/i2c-core-base.c EXPORT_SYMBOL_GPL(i2c_match_id);
i2c_match_id      110 drivers/i2c/i2c-core-base.c 	if (i2c_match_id(driver->id_table, client))
i2c_match_id      403 drivers/i2c/i2c-core-base.c 				       i2c_match_id(driver->id_table, client));
i2c_match_id      222 drivers/i2c/muxes/i2c-mux-ltc4306.c 		chip = &chips[i2c_match_id(ltc4306_id, client)->driver_data];
i2c_match_id      166 drivers/iio/potentiometer/mcp4018.c 		data->cfg = &mcp4018_cfg[i2c_match_id(mcp4018_id, client)->driver_data];
i2c_match_id      376 drivers/iio/potentiometer/mcp4531.c 		data->cfg = &mcp4531_cfg[i2c_match_id(mcp4531_id, client)->driver_data];
i2c_match_id      489 drivers/misc/eeprom/at24.c 	id = i2c_match_id(at24_ids, to_i2c_client(dev));
i2c_match_id      341 include/linux/i2c.h extern const struct i2c_device_id *i2c_match_id(const struct i2c_device_id *id,