Searched refs:followers (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/ |
| H A D | drm_panel.c | 66 INIT_LIST_HEAD(&panel->followers); in drm_panel_init() 136 list_for_each_entry(follower, &panel->followers, list) { in drm_panel_prepare() 184 list_for_each_entry(follower, &panel->followers, list) { in drm_panel_unprepare() 243 list_for_each_entry(follower, &panel->followers, list) { in drm_panel_enable() 290 list_for_each_entry(follower, &panel->followers, list) { in drm_panel_disable() 609 list_add_tail(&follower->list, &panel->followers); in drm_panel_add_follower()
|
| /linux/sound/core/ |
| H A D | vmaster.c | 32 struct list_head followers; member 116 list_for_each_entry(follower, &master->followers, list) { in master_init() 277 list_add_tail(&srec->list, &master_link->followers); in _snd_ctl_add_follower() 348 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/sound/hda/common/ |
| H A D | hda_local.h | 134 unsigned int *tlv, const char * const *followers, 137 #define snd_hda_add_vmaster(codec, name, tlv, followers, suffix, access) \ argument 138 __snd_hda_add_vmaster(codec, name, tlv, followers, suffix, true, access, NULL)
|
| H A D | codec.c | 1817 static int map_followers(struct hda_codec *codec, const char * const *followers, in map_followers() argument 1829 for (s = followers; *s; s++) { in map_followers() 1955 unsigned int *tlv, const char * const *followers, in __snd_hda_add_vmaster() argument 1965 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()
|
| /linux/include/drm/ |
| H A D | drm_panel.h | 252 struct list_head followers; member
|
| /linux/sound/pci/ac97/ |
| H A D | ac97_patch.c | 22 const char * const *followers); 3435 const char * const *followers) in snd_ac97_add_vmaster() argument 3447 return snd_ctl_add_followers(ac97->bus->card, kctl, followers); in snd_ac97_add_vmaster()
|
| /linux/Documentation/userspace-api/media/cec/ |
| H A D | cec-ioc-receive.rst | 217 flag is set, then the reply is also sent to all followers, if any. If the
|