Home
last modified time | relevance | path

Searched refs:follower (Results 1 – 16 of 16) sorted by relevance

/linux-5.19.10/sound/core/
Dvmaster.c54 struct snd_kcontrol follower; /* the copy of original control entry */ member
57 static int follower_update(struct link_follower *follower) in follower_update() argument
65 uctl->id = follower->follower.id; in follower_update()
66 err = follower->follower.get(&follower->follower, uctl); in follower_update()
69 for (ch = 0; ch < follower->info.count; ch++) in follower_update()
70 follower->vals[ch] = uctl->value.integer.value[ch]; in follower_update()
77 static int follower_init(struct link_follower *follower) in follower_init() argument
82 if (follower->info.count) { in follower_init()
84 if (follower->flags & SND_CTL_FOLLOWER_NEED_UPDATE) in follower_init()
85 return follower_update(follower); in follower_init()
[all …]
/linux-5.19.10/Documentation/userspace-api/media/cec/
Dcec-ioc-g-mode.rst40 filehandle to initiator and/or follower mode which can be exclusive
43 follower is the filehandle that receives messages sent to the CEC
45 and follower, or this role can be taken by two different filehandles.
53 first. If there is no follower, then the message is just discarded and a
55 process it. If there is a follower, then the message is passed on to the
56 follower who will use :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>` to dequeue
57 the new message. The framework expects the follower to make the right
61 by the follower. The follower can enable the passthrough mode. In that
63 processing them and the follower will have to implement those messages.
70 :ref:`CEC_TRANSMIT`. The follower can of course
[all …]
Dcec-intro.rst42 - cec-follower: emulates a CEC follower.
Dcec-ioc-adap-g-caps.rst98 userspace can be a follower as well, since being able to transmit
99 messages is a prerequisite of becoming a follower. If this
Dcec-ioc-adap-g-phys-addr.rst90 Another filehandle is in exclusive follower or initiator mode, or the filehandle
Dcec-ioc-receive.rst219 follower, then that filehandle will receive the reply twice: once as the
272 follower detected an error on the bus and requests a
377 Another filehandle is in exclusive follower or initiator mode, or the filehandle
Dcec-ioc-adap-g-log-addrs.rst175 messages are only passed on to the follower(s), if any. If this flag is set,
363 ``num_log_addrs`` is non-zero, or another filehandle is in exclusive follower or
/linux-5.19.10/include/sound/
Dcontrol.h210 struct snd_kcontrol *follower,
235 snd_ctl_add_follower(struct snd_kcontrol *master, struct snd_kcontrol *follower) in snd_ctl_add_follower() argument
237 return _snd_ctl_add_follower(master, follower, 0); in snd_ctl_add_follower()
258 struct snd_kcontrol *follower) in snd_ctl_add_follower_uncached() argument
260 return _snd_ctl_add_follower(master, follower, SND_CTL_FOLLOWER_NEED_UPDATE); in snd_ctl_add_follower_uncached()
270 struct snd_kcontrol *follower,
/linux-5.19.10/sound/pci/ice1712/
Djuli.c426 struct snd_kcontrol *follower = ctl_find(card, *list); in add_followers() local
428 if (follower) { in add_followers()
430 snd_ctl_add_follower(master, follower); in add_followers()
Dquartet.c783 struct snd_kcontrol *follower = ctl_find(card, *list); in add_followers() local
784 if (follower) in add_followers()
785 snd_ctl_add_follower(master, follower); in add_followers()
/linux-5.19.10/drivers/net/wireless/intersil/p54/
Dp54usb.h68 __le16 follower; /* ? */ member
/linux-5.19.10/sound/pci/ca0106/
Dca0106_mixer.c768 struct snd_kcontrol *follower = ctl_find(card, *list); in add_followers() local
769 if (follower) in add_followers()
770 snd_ctl_add_follower(master, follower); in add_followers()
/linux-5.19.10/sound/pci/hda/
Dhda_codec.c1921 static int init_follower_0dB(struct snd_kcontrol *follower, in init_follower_0dB() argument
1960 put_kctl_with_value(follower, val); in init_follower_0dB()
1968 static int init_follower_unmute(struct snd_kcontrol *follower, in init_follower_unmute() argument
1972 return put_kctl_with_value(follower, 1); in init_follower_unmute()
1976 void *data, struct snd_kcontrol *follower) in add_follower() argument
1978 return snd_ctl_add_follower(data, follower); in add_follower()
/linux-5.19.10/Documentation/admin-guide/sysctl/
Dfs.rst270 follower match, or when the directory owner matches the symlink's owner.
/linux-5.19.10/Documentation/driver-api/media/
Dcec-core.rst253 a follower detected an error on the bus and requested a
/linux-5.19.10/Documentation/process/
Dcoding-style.rst346 'leader / follower'