Searched refs:of_dev_node_match (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/i2c/ |
D | i2c-core-of.c | 119 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/ |
D | core.c | 408 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/ |
D | platform.c | 40 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()
|