Home
last modified time | relevance | path

Searched refs:of_graph_get_port_parent (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/include/linux/
H A Dof_graph.h82 struct device_node *of_graph_get_port_parent(struct device_node *node);
150 static inline struct device_node *of_graph_get_port_parent( in of_graph_get_port_parent() function
/linux-6.15/drivers/of/
H A Dproperty.c861 struct device_node *of_graph_get_port_parent(struct device_node *node) in of_graph_get_port_parent() function
884 EXPORT_SYMBOL(of_graph_get_port_parent);
900 return of_graph_get_port_parent(np); in of_graph_get_remote_port_parent()
1517 .get_con_dev = of_graph_get_port_parent,
/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-platform.c149 struct device_node *parent = of_graph_get_port_parent(ep); in of_coresight_get_port_parent()
/linux-6.15/sound/soc/generic/
H A Dsimple-card-utils.c1051 struct device_node *node __free(device_node) = of_graph_get_port_parent(ep); in graph_get_dai_id()
1114 node = of_graph_get_port_parent(ep); in graph_util_parse_dai()
H A Daudio-graph-card.c93 struct device_node *node __free(device_node) = of_graph_get_port_parent(ep); in graph_parse_convert()
/linux-6.15/drivers/media/platform/ti/cal/
H A Dcal-camerarx.c578 phy->source_node = of_graph_get_port_parent(phy->source_ep_node); in cal_camerarx_parse_dt()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dcore.c1590 next_wsi_dev = of_graph_get_port_parent(next_rx_endpoint); in ath12k_core_get_wsi_info()
/linux-6.15/sound/soc/
H A Dsoc-core.c3456 .of_node = of_graph_get_port_parent(ep), in snd_soc_get_dai_id()