Home
last modified time | relevance | path

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

/linux/drivers/i2c/muxes/
H A Di2c-mux-ltc4306.c221 chip = &chips[i2c_match_id(ltc4306_id, client)->driver_data]; in ltc4306_probe()
/linux/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()
2395 return i2c_match_id(drv->id_table, client); in i2c_client_get_device_id()
/linux/rust/kernel/
H A Di2c.rs211 let raw_id = unsafe { bindings::i2c_match_id(table.as_ptr(), dev.as_raw()) }; in i2c_id_info()
/linux/include/linux/
H A Di2c.h360 const struct i2c_device_id *i2c_match_id(const struct i2c_device_id *id,
/linux/sound/soc/codecs/
H A Daw88081.c1263 id = i2c_match_id(aw88081_i2c_id, i2c); in aw88081_i2c_probe()