Searched refs:i2c_match_id (Results 1 – 4 of 4) sorted by relevance
106 const struct i2c_device_id *i2c_match_id(const struct i2c_device_id *id, in i2c_match_id() function119 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()
344 i2c_match_id(exc3000_id, client)->driver_data; in exc3000_probe()
203 let raw_id = unsafe { bindings::i2c_match_id(table.as_ptr(), dev.as_raw()) }; in i2c_id_info()
1258 id = i2c_match_id(aw88081_i2c_id, i2c); in aw88081_i2c_probe()