Searched refs:followers (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/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() 349 list_for_each_entry(follower, &master->followers, list) { in sync_followers() 390 list_for_each_entry_safe(follower, n, &master->followers, list) { in master_free() 435 INIT_LIST_HEAD(&master->followers); in snd_ctl_make_virtual_master() 542 list_for_each_entry(follower, &master->followers, list) { in snd_ctl_apply_vmaster_followers()
|
/linux-6.6.21/drivers/gpu/drm/ |
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()
|
/linux-6.6.21/include/drm/ |
D | drm_panel.h | 238 struct list_head followers; member
|
/linux-6.6.21/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, access) \ argument 136 __snd_hda_add_vmaster(codec, name, tlv, followers, suffix, true, access, NULL)
|
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() 1997 unsigned int *tlv, const char * const *followers, in __snd_hda_add_vmaster() argument 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()
|
/linux-6.6.21/sound/pci/ac97/ |
D | ac97_patch.c | 22 const char * const *followers); 3440 const char * const *followers) in snd_ac97_add_vmaster() argument 3452 return snd_ctl_add_followers(ac97->bus->card, kctl, followers); in snd_ac97_add_vmaster()
|
/linux-6.6.21/Documentation/userspace-api/media/cec/ |
D | cec-ioc-receive.rst | 217 flag is set, then the reply is also sent to all followers, if any. If the
|