/kernel/linux/linux-5.10/sound/core/ |
H A D | vmaster.c | 29 * The same value will be applied to all followers. 32 struct list_head followers; member 122 list_for_each_entry(follower, &master->followers, list) { in master_init() 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); 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() 459 * snd_ctl_sync_vmaster - Sync the vmaster followers an [all...] |
/kernel/linux/linux-6.6/sound/core/ |
H A D | vmaster.c | 29 * The same value will be applied to all followers. 32 struct list_head followers; member 122 list_for_each_entry(follower, &master->followers, list) { in master_init() 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); in _snd_ctl_add_follower() 284 * snd_ctl_add_followers - add multiple followers to vmaster 287 * @list: NULL-terminated list of name strings of followers to be added 349 list_for_each_entry(follower, &master->followers, list) { in sync_followers() 390 list_for_each_entry_safe(follower, n, &master->followers, lis in master_free() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_panel.c | 61 INIT_LIST_HEAD(&panel->followers); in drm_panel_init() 130 list_for_each_entry(follower, &panel->followers, list) { in drm_panel_prepare() 171 list_for_each_entry(follower, &panel->followers, list) { in drm_panel_unprepare() 438 list_add_tail(&follower->list, &panel->followers); in drm_panel_add_follower()
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_panel.h | 234 * @followers: 238 struct list_head followers; member 243 * Lock for followers list.
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_local.h | 132 unsigned int *tlv, const char * const *followers, 135 #define snd_hda_add_vmaster(codec, name, tlv, followers, suffix) \ 136 __snd_hda_add_vmaster(codec, name, tlv, followers, suffix, true, NULL)
|
H A 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() 1937 * __snd_hda_add_vmaster - create a virtual master control and add followers 1941 * @followers: follower control names (optional) 1943 * @init_follower_vol: initialize followers to unmute/0dB 1949 * @followers is a NULL-terminated array of strings, each of which is a 1956 unsigned int *tlv, const char * const *followers, in __snd_hda_add_vmaster() 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() 2294 /* set digital convert verbs both for the given NID and its followers */ 1955 __snd_hda_add_vmaster(struct hda_codec *codec, char *name, unsigned int *tlv, const char * const *followers, const char *suffix, bool init_follower_vol, struct snd_kcontrol **ctl_ret) __snd_hda_add_vmaster() argument [all...] |
/kernel/linux/linux-6.6/sound/pci/hda/ |
H 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) \ 136 __snd_hda_add_vmaster(codec, name, tlv, followers, suffix, true, access, NULL)
|
H A D | hda_codec.c | 1859 static int map_followers(struct hda_codec *codec, const char * const *followers, in map_followers() argument 1871 for (s = followers; *s; s++) { in map_followers() 1977 * __snd_hda_add_vmaster - create a virtual master control and add followers 1981 * @followers: follower control names (optional) 1983 * @init_follower_vol: initialize followers to unmute/0dB 1990 * @followers is a NULL-terminated array of strings, each of which is a 1997 unsigned int *tlv, const char * const *followers, in __snd_hda_add_vmaster() 2007 err = map_followers(codec, followers, suffix, check_follower_present, NULL); in __snd_hda_add_vmaster() 2020 err = map_followers(codec, followers, suffix, add_follower, kctl); in __snd_hda_add_vmaster() 2278 /* set digital convert verbs both for the given NID and its followers */ 1996 __snd_hda_add_vmaster(struct hda_codec *codec, char *name, unsigned int *tlv, const char * const *followers, const char *suffix, bool init_follower_vol, unsigned int access, struct snd_kcontrol **ctl_ret) __snd_hda_add_vmaster() argument [all...] |
/kernel/linux/linux-5.10/sound/pci/ac97/ |
H A D | ac97_patch.c | 22 const char * const *followers); 3403 /* create a virtual master control and add followers */ 3406 const char * const *followers) in snd_ac97_add_vmaster() 3419 for (s = followers; *s; s++) { in snd_ac97_add_vmaster() 3404 snd_ac97_add_vmaster(struct snd_ac97 *ac97, char *name, const unsigned int *tlv, const char * const *followers) snd_ac97_add_vmaster() argument
|
/kernel/linux/linux-6.6/sound/pci/ac97/ |
H A D | ac97_patch.c | 22 const char * const *followers); 3437 /* create a virtual master control and add followers */ 3440 const char * const *followers) in snd_ac97_add_vmaster() 3452 return snd_ctl_add_followers(ac97->bus->card, kctl, followers); in snd_ac97_add_vmaster() 3438 snd_ac97_add_vmaster(struct snd_ac97 *ac97, char *name, const unsigned int *tlv, const char * const *followers) snd_ac97_add_vmaster() argument
|