Searched refs:followers (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/sound/core/ |
D | vmaster.c | 32 struct list_head followers; member 122 list_for_each_entry(follower, &master->followers, list) { in master_init() 278 list_add_tail(&srec->list, &master_link->followers); in _snd_ctl_add_follower() 321 list_for_each_entry(follower, &master->followers, list) { in sync_followers() 362 list_for_each_entry_safe(follower, n, &master->followers, list) { in master_free() 407 INIT_LIST_HEAD(&master->followers); in snd_ctl_make_virtual_master() 513 list_for_each_entry(follower, &master->followers, list) { in snd_ctl_apply_vmaster_followers()
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
D | hda_local.h | 132 unsigned int *tlv, const char * const *followers, 135 #define snd_hda_add_vmaster(codec, name, tlv, followers, suffix) \ argument 136 __snd_hda_add_vmaster(codec, name, tlv, followers, suffix, true, NULL)
|
D | hda_codec.c | 1819 static int map_followers(struct hda_codec *codec, const char * const *followers, in map_followers() argument 1831 for (s = followers; *s; s++) { in map_followers() 1956 unsigned int *tlv, const char * const *followers, in __snd_hda_add_vmaster() argument 1966 err = map_followers(codec, followers, suffix, check_follower_present, NULL); in __snd_hda_add_vmaster() 1978 err = map_followers(codec, followers, suffix, add_follower, kctl); in __snd_hda_add_vmaster()
|
/kernel/linux/linux-5.10/sound/pci/ac97/ |
D | ac97_patch.c | 22 const char * const *followers); 3406 const char * const *followers) in snd_ac97_add_vmaster() argument 3419 for (s = followers; *s; s++) { in snd_ac97_add_vmaster()
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/cec/ |
D | cec-ioc-receive.rst | 214 flag is set, then the reply is also sent to all followers, if any. If the
|