Searched refs:of_dev_node_match (Results 1 – 6 of 6) sorted by relevance
| /Linux-v4.19/drivers/hwtracing/coresight/ |
| D | of_coresight.c | 21 static int of_dev_node_match(struct device *dev, void *data) in of_dev_node_match() function 36 endpoint, of_dev_node_match); in of_coresight_get_endpoint_device() 45 endpoint, of_dev_node_match); in of_coresight_get_endpoint_device()
|
| /Linux-v4.19/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 130 dev = bus_find_device(&i2c_bus_type, NULL, node, of_dev_node_match); in of_find_i2c_device_by_node() 148 dev = bus_find_device(&i2c_bus_type, NULL, node, of_dev_node_match); in of_find_i2c_adapter_by_node()
|
| /Linux-v4.19/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-v4.19/sound/soc/rockchip/ |
| D | rk3399_gru_sound.c | 419 static int of_dev_node_match(struct device *dev, void *data) in of_dev_node_match() function 436 np_codec, of_dev_node_match); in rockchip_sound_codec_node_match()
|
| /Linux-v4.19/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()
|
| /Linux-v4.19/net/core/ |
| D | net-sysfs.c | 1669 static int of_dev_node_match(struct device *dev, const void *data) in of_dev_node_match() function 1692 dev = class_find_device(&net_class, NULL, np, of_dev_node_match); in of_find_net_device_by_node()
|