Searched refs:followers (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/
H A Ddrm_panel.c61 INIT_LIST_HEAD(&panel->followers);
130 list_for_each_entry(follower, &panel->followers, list) {
171 list_for_each_entry(follower, &panel->followers, list) {
443 list_add_tail(&follower->list, &panel->followers);
/linux-master/sound/core/
H A Dvmaster.c29 * The same value will be applied to all followers.
32 struct list_head followers; member in struct:link_master
116 list_for_each_entry(follower, &master->followers, list) {
176 * ctl callbacks for followers
237 * All followers must be the same type (returning the same information
272 list_add_tail(&srec->list, &master_link->followers);
278 * snd_ctl_add_followers - add multiple followers to vmaster
281 * @list: NULL-terminated list of name strings of followers to be added
343 list_for_each_entry(follower, &master->followers, list) {
383 list_for_each_entry_safe(follower, n, &master->followers, lis
[all...]
/linux-master/include/drm/
H A Ddrm_panel.h234 * @followers:
238 struct list_head followers; member in struct:drm_panel
243 * Lock for followers list.
/linux-master/sound/pci/hda/
H A Dhda_local.h132 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 Dhda_codec.c1859 static int map_followers(struct hda_codec *codec, const char * const *followers, argument
1871 for (s = followers; *s; s++) {
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,
2007 err = map_followers(codec, followers, suffix, check_follower_present, NULL);
2020 err = map_followers(codec, followers, suffix, add_follower, kctl);
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) argument
[all...]
/linux-master/sound/pci/ac97/
H A Dac97_patch.c22 const char * const *followers);
3434 /* create a virtual master control and add followers */
3437 const char * const *followers)
3449 return snd_ctl_add_followers(ac97->bus->card, kctl, followers);
3435 snd_ac97_add_vmaster(struct snd_ac97 *ac97, char *name, const unsigned int *tlv, const char * const *followers) argument

Completed in 226 milliseconds