Searched refs:i2c_of_match_device (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/drivers/i2c/ |
H A D | i2c-core-of.c | 146 *i2c_of_match_device(const struct of_device_id *matches, in i2c_of_match_device() function 160 EXPORT_SYMBOL_GPL(i2c_of_match_device); variable
|
H A D | i2c-core-base.c | 143 if (i2c_of_match_device(drv->of_match_table, client)) in i2c_device_match() 538 !i2c_of_match_device(dev->driver->of_match_table, client)) { in i2c_device_probe()
|
/kernel/linux/linux-5.10/drivers/i2c/ |
H A D | i2c-core-of.c | 212 *i2c_of_match_device(const struct of_device_id *matches, in i2c_of_match_device() function 226 EXPORT_SYMBOL_GPL(i2c_of_match_device); variable
|
H A D | i2c-core-base.c | 102 if (i2c_of_match_device(drv->of_match_table, client)) in i2c_device_match() 486 !i2c_of_match_device(dev->driver->of_match_table, client)) { in i2c_device_probe()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | i2c.h | 952 *i2c_of_match_device(const struct of_device_id *matches, 976 *i2c_of_match_device(const struct of_device_id *matches, in i2c_of_match_device() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | i2c.h | 994 *i2c_of_match_device(const struct of_device_id *matches, 1018 *i2c_of_match_device(const struct of_device_id *matches, in i2c_of_match_device() function
|
/kernel/linux/linux-5.10/drivers/usb/typec/ |
H A D | stusb160x.c | 648 match = i2c_of_match_device(stusb160x_of_match, client); in stusb160x_probe()
|
/kernel/linux/linux-6.6/drivers/usb/typec/ |
H A D | stusb160x.c | 648 match = i2c_of_match_device(stusb160x_of_match, client); in stusb160x_probe()
|
/kernel/linux/linux-6.6/drivers/auxdisplay/ |
H A D | ht16k33.c | 730 id = i2c_of_match_device(dev->driver->of_match_table, client); in ht16k33_probe()
|
Completed in 18 milliseconds