Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/i2c/
Di2c-core-of.c136 struct i2c_client *of_find_i2c_device_by_node(struct device_node *node) in of_find_i2c_device_by_node() function
151 EXPORT_SYMBOL(of_find_i2c_device_by_node);
271 client = of_find_i2c_device_by_node(rd->dn); in of_i2c_notify()
/linux-4.19.296/include/linux/
Di2c.h891 extern struct i2c_client *of_find_i2c_device_by_node(struct device_node *node);
908 static inline struct i2c_client *of_find_i2c_device_by_node(struct device_node *node) in of_find_i2c_device_by_node() function
/linux-4.19.296/drivers/of/
Dunittest.c1334 client = of_find_i2c_device_by_node(np); in of_path_to_i2c_client()