Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/i2c/
Di2c-core-of.c119 static int of_dev_node_match(struct device *dev, void *data) in of_dev_node_match() function
141 dev = bus_find_device(&i2c_bus_type, NULL, node, of_dev_node_match); in of_find_i2c_device_by_node()
/linux-4.19.296/drivers/mux/
Dcore.c408 static int of_dev_node_match(struct device *dev, const void *data) in of_dev_node_match() function
418 dev = class_find_device(&mux_class, NULL, np, of_dev_node_match); in of_find_mux_chip_by_node()
/linux-4.19.296/drivers/of/
Dplatform.c40 static int of_dev_node_match(struct device *dev, void *data) in of_dev_node_match() function
58 dev = bus_find_device(&platform_bus_type, NULL, np, of_dev_node_match); in of_find_device_by_node()