i2c_match_id
const struct i2c_device_id *id = i2c_match_id(emc1403_idtable, client);
chip = i2c_match_id(mp5990_id, client)->driver_data;
EXPORT_SYMBOL_GPL(i2c_match_id);
match = i2c_match_id(driver->id_table, client);
if (i2c_match_id(driver->id_table, client))
return i2c_match_id(drv->id_table, client);
chip = &chips[i2c_match_id(ltc4306_id, client)->driver_data];
i2c_match_id(exc3000_id, client)->driver_data;
id = i2c_match_id(m24lr_ids, to_i2c_client(dev));
const struct i2c_device_id *i2c_match_id(const struct i2c_device_id *id,
id = i2c_match_id(aw88081_i2c_id, i2c);