Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/generic/
Dsimple-card-utils.c903 struct device_node *port, *ports, *ports0, *top; in asoc_graph_is_ports0() local
916 ports0 = of_get_child_by_name(top, "ports"); in asoc_graph_is_ports0()
918 ret = ports0 == ports; in asoc_graph_is_ports0()
922 of_node_put(ports0); in asoc_graph_is_ports0()