Searched refs:followers (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/sound/core/ |
D | vmaster.c | 32 struct list_head followers; member 116 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() 391 list_for_each_entry_safe(follower, n, &master->followers, list) { in master_free() 436 INIT_LIST_HEAD(&master->followers); in snd_ctl_make_virtual_master() 543 list_for_each_entry(follower, &master->followers, list) { in snd_ctl_apply_vmaster_followers()
|
/linux-6.12.1/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() 180 list_for_each_entry(follower, &panel->followers, list) { in drm_panel_unprepare() 461 list_add_tail(&follower->list, &panel->followers); in drm_panel_add_follower()
|
/linux-6.12.1/include/drm/ |
D | drm_panel.h | 238 struct list_head followers; member
|
/linux-6.12.1/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 | 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.12.1/sound/pci/ac97/ |
D | ac97_patch.c | 22 const char * const *followers); 3437 const char * const *followers) in snd_ac97_add_vmaster() argument 3449 return snd_ctl_add_followers(ac97->bus->card, kctl, followers); in snd_ac97_add_vmaster()
|
/linux-6.12.1/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
|