Home
last modified time | relevance | path

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

/linux/drivers/i2c/
H A Di2c-core-base.c106 const struct i2c_device_id *i2c_match_id(const struct i2c_device_id *id, in i2c_match_id() function
119 EXPORT_SYMBOL_GPL(i2c_match_id);
129 match = i2c_match_id(driver->id_table, client); in i2c_get_match_data()
157 if (i2c_match_id(driver->id_table, client)) in i2c_device_match()
2429 return i2c_match_id(drv->id_table, client); in i2c_client_get_device_id()
/linux/drivers/input/touchscreen/
H A Dexc3000.c344 i2c_match_id(exc3000_id, client)->driver_data; in exc3000_probe()
/linux/rust/kernel/
H A Di2c.rs203 let raw_id = unsafe { bindings::i2c_match_id(table.as_ptr(), dev.as_raw()) }; in i2c_id_info()
/linux/sound/soc/codecs/
H A Daw88081.c1258 id = i2c_match_id(aw88081_i2c_id, i2c); in aw88081_i2c_probe()