Searched refs:followers (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/sound/core/ |
A 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() 514 list_for_each_entry(follower, &master->followers, list) { in snd_ctl_apply_vmaster_followers()
|
/linux-6.3-rc2/sound/pci/hda/ |
A D | hda_local.h | 132 unsigned int *tlv, const char * const *followers, 135 #define snd_hda_add_vmaster(codec, name, tlv, followers, suffix, access) \ argument 136 __snd_hda_add_vmaster(codec, name, tlv, followers, suffix, true, access, NULL)
|
A D | hda_codec.c | 1861 static int map_followers(struct hda_codec *codec, const char * const *followers, in map_followers() argument 1873 for (s = followers; *s; s++) { in map_followers() 1999 unsigned int *tlv, const char * const *followers, in __snd_hda_add_vmaster() argument 2009 err = map_followers(codec, followers, suffix, check_follower_present, NULL); in __snd_hda_add_vmaster() 2022 err = map_followers(codec, followers, suffix, add_follower, kctl); in __snd_hda_add_vmaster()
|
/linux-6.3-rc2/sound/pci/ac97/ |
A D | ac97_patch.c | 22 const char * const *followers); 3444 const char * const *followers) in snd_ac97_add_vmaster() argument 3457 for (s = followers; *s; s++) { in snd_ac97_add_vmaster()
|
/linux-6.3-rc2/Documentation/userspace-api/media/cec/ |
A D | cec-ioc-receive.rst | 217 flag is set, then the reply is also sent to all followers, if any. If the
|
Completed in 21 milliseconds