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

/linux-4.1.27/drivers/i2c/
H A Di2c-core.c446 static const struct i2c_device_id *i2c_match_id(const struct i2c_device_id *id, i2c_match_id() function
476 return i2c_match_id(driver->id_table, client) != NULL; i2c_device_match()
661 status = driver->probe(client, i2c_match_id(driver->id_table, i2c_device_probe()

Completed in 53 milliseconds