Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Di2c.h901 const struct of_device_id *i2c_of_match_device(const struct of_device_id *matches, struct i2c_client *client);
922 static inline const struct of_device_id *i2c_of_match_device(const struct of_device_id *matches, in i2c_of_match_device() function
/device/soc/rockchip/common/sdk_linux/drivers/i2c/
H A Di2c-core-base.c102 if (i2c_of_match_device(drv->of_match_table, client)) { in i2c_device_match()
504 !i2c_of_match_device(dev->driver->of_match_table, client)) { in i2c_device_probe()

Completed in 6 milliseconds