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

/linux-master/drivers/i2c/
H A Di2c-core-of.c146 *i2c_of_match_device(const struct of_device_id *matches, function
160 EXPORT_SYMBOL_GPL(i2c_of_match_device); variable
H A Di2c-core-base.c146 if (i2c_of_match_device(drv->of_match_table, client))
541 !i2c_of_match_device(dev->driver->of_match_table, client)) {
/linux-master/include/linux/
H A Di2c.h995 *i2c_of_match_device(const struct of_device_id *matches,
1019 *i2c_of_match_device(const struct of_device_id *matches, function
/linux-master/drivers/usb/typec/
H A Dstusb160x.c648 match = i2c_of_match_device(stusb160x_of_match, client);
/linux-master/drivers/auxdisplay/
H A Dht16k33.c687 id = i2c_of_match_device(dev->driver->of_match_table, client);

Completed in 167 milliseconds