Home
last modified time | relevance | path

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

/linux/sound/soc/sdca/
H A Dsdca_functions.c1910 struct fwnode_handle *cluster_node, in find_sdca_cluster_channels() argument
1917 ret = fwnode_property_read_u32(cluster_node, "mipi-sdca-channel-count", in find_sdca_cluster_channels()
1941 channel_node = fwnode_get_named_child_node(cluster_node, channel_property); in find_sdca_cluster_channels()
1998 struct fwnode_handle *cluster_node; in find_sdca_clusters() local
2004 cluster_node = fwnode_get_named_child_node(function_node, cluster_property); in find_sdca_clusters()
2005 if (!cluster_node) { in find_sdca_clusters()
2011 ret = find_sdca_cluster_channels(dev, cluster_node, &clusters[i]); in find_sdca_clusters()
2012 fwnode_handle_put(cluster_node); in find_sdca_clusters()