Home
last modified time | relevance | path

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

/drivers/hwtracing/coresight/
Dof_coresight.c28 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/
Dplatform.c39 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/
Di2c-core.c1712 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()