Searched refs:of_dev_node_match (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/drivers/hwtracing/coresight/ |
| D | of_coresight.c | 29 static int of_dev_node_match(struct device *dev, void *data) in of_dev_node_match() function 44 endpoint, of_dev_node_match); in of_coresight_get_endpoint_device() 53 endpoint, of_dev_node_match); in of_coresight_get_endpoint_device()
|
| /linux-4.4.14/drivers/of/ |
| D | platform.c | 35 static int of_dev_node_match(struct device *dev, void *data) in of_dev_node_match() function 50 dev = bus_find_device(&platform_bus_type, NULL, np, of_dev_node_match); in of_find_device_by_node()
|
| /linux-4.4.14/net/core/ |
| D | net-sysfs.c | 1470 static int of_dev_node_match(struct device *dev, const void *data) in of_dev_node_match() function 1493 dev = class_find_device(&net_class, NULL, np, of_dev_node_match); in of_find_net_device_by_node()
|
| /linux-4.4.14/drivers/i2c/ |
| D | i2c-core.c | 1441 static int of_dev_node_match(struct device *dev, void *data) in of_dev_node_match() function 1452 dev = bus_find_device(&i2c_bus_type, NULL, node, of_dev_node_match); in of_find_i2c_device_by_node() 1470 dev = bus_find_device(&i2c_bus_type, NULL, node, of_dev_node_match); in of_find_i2c_adapter_by_node()
|