Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/i2c/
H A Di2c-core-base.c81 const struct i2c_device_id *i2c_match_id(const struct i2c_device_id *id, const struct i2c_client *client) in i2c_match_id() function
95 EXPORT_SYMBOL_GPL(i2c_match_id); variable
111 if (i2c_match_id(driver->id_table, client)) { in i2c_device_match()
543 status = driver->probe(client, i2c_match_id(driver->id_table, client)); in i2c_device_probe()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Di2c.h319 const struct i2c_device_id *i2c_match_id(const struct i2c_device_id *id, const struct i2c_client *client);

Completed in 5 milliseconds