Home
last modified time | relevance | path

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

/linux/sound/soc/sdca/
H A Dsdca_functions.c1786 struct fwnode_handle *connected_node; in find_sdca_entity_connection() local
1792 connected_node = fwnode_get_named_child_node(entity_node, pin_property); in find_sdca_entity_connection()
1793 if (!connected_node) { in find_sdca_entity_connection()
1799 ret = fwnode_property_read_string(connected_node, "mipi-sdca-entity-label", in find_sdca_entity_connection()
1804 fwnode_handle_put(connected_node); in find_sdca_entity_connection()
1812 fwnode_handle_put(connected_node); in find_sdca_entity_connection()
1821 fwnode_handle_put(connected_node); in find_sdca_entity_connection()