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
160 /* Mutex for accessing port_driver of foreign clusters */
164 struct mca_cluster clusters[] __counted_by(nclusters);
188 return &mca->clusters[cluster_no]; in mca_dai_to_cluster()
312 be_cl = &mca->clusters[i]; in mca_fe_clocks_in_use()
339 fe_cl = &mca->clusters[cl->port_driver]; in mca_be_prepare()
373 fe_cl = &mca->clusters[cl->port_driver]; in mca_be_hw_free()
991 struct mca_cluster *cl = &mca->clusters[i]; in apple_mca_release()
1012 struct mca_cluster *clusters; in apple_mca_probe() local
1027 mca = devm_kzalloc(&pdev->dev, struct_size(mca, clusters, nclusters), in apple_mca_probe()
1035 clusters = mca->clusters; in apple_mca_probe()
1068 struct mca_cluster *cl = &clusters[i]; in apple_mca_probe()