Lines Matching defs:count
19 int count; /* item count */
69 for (ch = 0; ch < follower->info.count; ch++)
82 if (follower->info.count) {
99 follower->info.count = uinfo->count;
100 if (follower->info.count > 2 ||
119 if (master->info.count)
127 master->info.count = 1; /* always mono */
145 for (ch = 0; ch < follower->info.count; ch++)
161 for (ch = 0; ch < follower->info.count; ch++)
166 for (ch = 0; ch < follower->info.count; ch++) {
207 for (ch = 0; ch < follower->info.count; ch++) {
259 srec = kzalloc(struct_size(srec, follower.vd, follower->count),
265 memcpy(srec->follower.vd, follower->vd, follower->count * sizeof(*follower->vd));
296 uinfo->count = master->info.count;
367 sctl->count * sizeof(*sctl->vd));