Home
last modified time | relevance | path

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

/linux/drivers/i2c/
H A Di2c-core-of.c146 *i2c_of_match_device(const struct of_device_id *matches, in i2c_of_match_device() function
160 EXPORT_SYMBOL_GPL(i2c_of_match_device);
H A Di2c-core-base.c146 if (i2c_of_match_device(drv->of_match_table, client)) in i2c_device_match()
541 !i2c_of_match_device(dev->driver->of_match_table, client)) { in i2c_device_probe()
/linux/drivers/auxdisplay/
H A Dht16k33.c675 id = i2c_of_match_device(dev->driver->of_match_table, client); in ht16k33_probe()