Lines Matching defs: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];
312 be_cl = &mca->clusters[i];
339 fe_cl = &mca->clusters[cl->port_driver];
373 fe_cl = &mca->clusters[cl->port_driver];
1014 struct mca_cluster *cl = &mca->clusters[i];
1035 struct mca_cluster *clusters;
1050 mca = devm_kzalloc(&pdev->dev, struct_size(mca, clusters, nclusters),
1058 clusters = mca->clusters;
1091 struct mca_cluster *cl = &clusters[i];