Searched refs:i2c_match_id (Results 1 – 6 of 6) sorted by relevance
166 data->cfg = &mcp4018_cfg[i2c_match_id(mcp4018_id, client)->driver_data]; in mcp4018_probe()
376 data->cfg = &mcp4531_cfg[i2c_match_id(mcp4531_id, client)->driver_data]; in mcp4531_probe()
222 chip = &chips[i2c_match_id(ltc4306_id, client)->driver_data]; in ltc4306_probe()
78 const struct i2c_device_id *i2c_match_id(const struct i2c_device_id *id, in i2c_match_id() function91 EXPORT_SYMBOL_GPL(i2c_match_id);110 if (i2c_match_id(driver->id_table, client)) in i2c_device_match()390 i2c_match_id(driver->id_table, client)); in i2c_device_probe()
341 extern const struct i2c_device_id *i2c_match_id(const struct i2c_device_id *id,
489 id = i2c_match_id(at24_ids, to_i2c_client(dev)); in at24_get_chip_data()