Searched refs:of_dev_node_match (Results 1 – 3 of 3) sorted by relevance
/drivers/hwtracing/coresight/ |
D | of_coresight.c | 28 static int of_dev_node_match(struct device *dev, void *data) in of_dev_node_match() function 43 endpoint, of_dev_node_match); in of_coresight_get_endpoint_device() 52 endpoint, of_dev_node_match); in of_coresight_get_endpoint_device()
|
/drivers/of/ |
D | platform.c | 39 static int of_dev_node_match(struct device *dev, void *data) in of_dev_node_match() function 54 dev = bus_find_device(&platform_bus_type, NULL, np, of_dev_node_match); in of_find_device_by_node()
|
/drivers/i2c/ |
D | i2c-core.c | 1712 static int of_dev_node_match(struct device *dev, void *data) in of_dev_node_match() function 1723 dev = bus_find_device(&i2c_bus_type, NULL, node, of_dev_node_match); in of_find_i2c_device_by_node() 1741 dev = bus_find_device(&i2c_bus_type, NULL, node, of_dev_node_match); in of_find_i2c_adapter_by_node()
|