Lines Matching refs:count
19 int count; /* item count */ member
69 for (ch = 0; ch < follower->info.count; ch++) in follower_update()
80 if (follower->info.count) { in follower_init()
95 follower->info.count = uinfo->count; in follower_init()
96 if (follower->info.count > 2 || in follower_init()
113 if (master->info.count) in master_init()
121 master->info.count = 1; /* always mono */ in master_init()
139 for (ch = 0; ch < follower->info.count; ch++) in follower_get_val()
155 for (ch = 0; ch < follower->info.count; ch++) in follower_put_val()
160 for (ch = 0; ch < follower->info.count; ch++) { in follower_put_val()
201 for (ch = 0; ch < follower->info.count; ch++) { in follower_put()
207 for (ch = 0; ch < follower->info.count; ch++) { in follower_put()
259 srec = kzalloc(struct_size(srec, follower.vd, follower->count), in _snd_ctl_add_follower()
265 memcpy(srec->follower.vd, follower->vd, follower->count * sizeof(*follower->vd)); in _snd_ctl_add_follower()
324 uinfo->count = master->info.count; in master_info()
396 sctl->count * sizeof(*sctl->vd)); in master_free()