Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/i2c/
Di2c-core-of.c212 *i2c_of_match_device(const struct of_device_id *matches, in i2c_of_match_device() function
226 EXPORT_SYMBOL_GPL(i2c_of_match_device);
Di2c-core-base.c123 if (i2c_of_match_device(drv->of_match_table, client)) in i2c_device_match()
516 !i2c_of_match_device(dev->driver->of_match_table, client)) { in i2c_device_probe()
/linux-6.1.9/include/linux/
Di2c.h978 *i2c_of_match_device(const struct of_device_id *matches,
1002 *i2c_of_match_device(const struct of_device_id *matches, in i2c_of_match_device() function
/linux-6.1.9/drivers/usb/typec/
Dstusb160x.c648 match = i2c_of_match_device(stusb160x_of_match, client); in stusb160x_probe()
/linux-6.1.9/drivers/auxdisplay/
Dht16k33.c731 id = i2c_of_match_device(dev->driver->of_match_table, client); in ht16k33_probe()