Lines Matching full:clusters
7 // The MCA peripheral is made up of a number of identical units called clusters.
11 // The clusters can operate independently, or can be combined together in a
14 // ports. The I2S ports can be routed to any of the clusters (irrespective
161 /* Mutex for accessing port_driver of foreign clusters */
165 struct mca_cluster clusters[]; member
189 return &mca->clusters[cluster_no]; in mca_dai_to_cluster()
304 be_cl = &mca->clusters[i]; in mca_fe_clocks_in_use()
331 fe_cl = &mca->clusters[cl->port_driver]; in mca_be_prepare()
365 fe_cl = &mca->clusters[cl->port_driver]; in mca_be_hw_free()
976 struct mca_cluster *cl = &mca->clusters[i]; in apple_mca_release()
997 struct mca_cluster *clusters; in apple_mca_probe() local
1012 mca = devm_kzalloc(&pdev->dev, struct_size(mca, clusters, nclusters), in apple_mca_probe()
1020 clusters = mca->clusters; in apple_mca_probe()
1053 struct mca_cluster *cl = &clusters[i]; in apple_mca_probe()