Home
last modified time | relevance | path

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

/linux/drivers/i2c/
H A Di2c-core.h88 const struct of_device_id *i2c_of_match_device(const struct of_device_id *matches,
94 const struct of_device_id *i2c_of_match_device(const struct of_device_id *matches, in i2c_of_match_device() function
H A Di2c-core-base.c147 if (i2c_of_match_device(drv->of_match_table, client)) in i2c_device_match()
543 !i2c_of_match_device(dev->driver->of_match_table, client)) { in i2c_device_probe()