Lines Matching defs:followers
29 * The same value will be applied to all followers.
32 struct list_head followers;
122 list_for_each_entry(follower, &master->followers, list) {
182 * ctl callbacks for followers
243 * All followers must be the same type (returning the same information
278 list_add_tail(&srec->list, &master_link->followers);
321 list_for_each_entry(follower, &master->followers, list) {
362 list_for_each_entry_safe(follower, n, &master->followers, list) {
407 INIT_LIST_HEAD(&master->followers);
459 * snd_ctl_sync_vmaster - Sync the vmaster followers and hook
513 list_for_each_entry(follower, &master->followers, list) {