Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwtracing/coresight/
Dof_coresight.c21 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/
Di2c-core-of.c119 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/
Dcore.c408 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/
Drk3399_gru_sound.c419 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/
Dplatform.c40 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/
Dnet-sysfs.c1669 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()