| /linux/sound/core/ |
| A D | vmaster.c | 65 uctl->id = follower->follower.id; in follower_update() 66 err = follower->follower.get(&follower->follower, uctl); in follower_update() 90 uinfo->id = follower->follower.id; in follower_init() 91 err = follower->follower.info(&follower->follower, uinfo); in follower_init() 172 return follower->follower.put(&follower->follower, ucontrol); in follower_put_val() 182 return follower->follower.info(&follower->follower, uinfo); in follower_info() 227 return follower->follower.tlv.c(&follower->follower, op_flag, size, tlv); in follower_tlv_cmd() 234 follower->follower.private_free(&follower->follower); in follower_free() 264 srec->follower = *follower; in _snd_ctl_add_follower() 265 memcpy(srec->follower.vd, follower->vd, follower->count * sizeof(*follower->vd)); in _snd_ctl_add_follower() [all …]
|
| /linux/drivers/gpu/drm/ |
| A D | drm_panel.c | 110 struct drm_panel_follower *follower; in drm_panel_prepare() local 131 ret = follower->funcs->panel_prepared(follower); in drm_panel_prepare() 134 follower->funcs->panel_prepared, ret); in drm_panel_prepare() 158 struct drm_panel_follower *follower; in drm_panel_unprepare() local 181 ret = follower->funcs->panel_unpreparing(follower); in drm_panel_unprepare() 457 follower->panel = panel; in drm_panel_add_follower() 463 ret = follower->funcs->panel_prepared(follower); in drm_panel_add_follower() 492 ret = follower->funcs->panel_unpreparing(follower); in drm_panel_remove_follower() 497 list_del_init(&follower->list); in drm_panel_remove_follower() 507 drm_panel_remove_follower(follower); in drm_panel_remove_follower_void() [all …]
|
| /linux/include/drm/ |
| A D | drm_panel.h | 155 int (*panel_prepared)(struct drm_panel_follower *follower); 162 int (*panel_unpreparing)(struct drm_panel_follower *follower); 307 struct drm_panel_follower *follower); 308 void drm_panel_remove_follower(struct drm_panel_follower *follower); 310 struct drm_panel_follower *follower); 318 struct drm_panel_follower *follower) in drm_panel_add_follower() argument 323 static inline void drm_panel_remove_follower(struct drm_panel_follower *follower) { } in drm_panel_remove_follower() argument 325 struct drm_panel_follower *follower) in devm_drm_panel_add_follower() argument
|
| /linux/Documentation/userspace-api/media/cec/ |
| A D | cec-ioc-g-mode.rst | 43 follower is the filehandle that receives messages sent to the CEC 61 by the follower. The follower can enable the passthrough mode. In that 70 :ref:`CEC_TRANSMIT`. The follower can of course 107 Available follower modes are: 130 is an exclusive follower. You cannot become a follower if 140 the ``EBUSY`` error code. You cannot become a follower if 231 and this message has to be handled by a follower instead. 237 and this message has to be handled by a follower instead. 254 by a follower instead. 261 press. This message is always passed on to the follower(s). [all …]
|
| A D | cec-intro.rst | 42 - cec-follower: emulates a CEC follower.
|
| A D | cec-ioc-adap-g-caps.rst | 98 userspace can be a follower as well, since being able to transmit 99 messages is a prerequisite of becoming a follower. If this
|
| A D | cec-ioc-adap-g-phys-addr.rst | 90 Another filehandle is in exclusive follower or initiator mode, or the filehandle
|
| A D | cec-ioc-receive.rst | 219 follower, then that filehandle will receive the reply twice: once as the 287 follower detected an error on the bus and requests a 392 Another filehandle is in exclusive follower or initiator mode, or the filehandle
|
| A D | cec-ioc-adap-g-log-addrs.rst | 175 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/include/sound/ |
| A D | control.h | 233 struct snd_kcontrol *follower, 258 snd_ctl_add_follower(struct snd_kcontrol *master, struct snd_kcontrol *follower) in snd_ctl_add_follower() argument 260 return _snd_ctl_add_follower(master, follower, 0); in snd_ctl_add_follower() 284 struct snd_kcontrol *follower) in snd_ctl_add_follower_uncached() argument 286 return _snd_ctl_add_follower(master, follower, SND_CTL_FOLLOWER_NEED_UPDATE); in snd_ctl_add_follower_uncached() 296 struct snd_kcontrol *follower,
|
| /linux/drivers/net/wireless/intersil/p54/ |
| A D | p54usb.h | 68 __le16 follower; /* ? */ member
|
| /linux/drivers/hid/i2c-hid/ |
| A D | i2c-hid-core.c | 1133 static int i2c_hid_core_panel_prepared(struct drm_panel_follower *follower) in i2c_hid_core_panel_prepared() argument 1135 struct i2c_hid *ihid = container_of(follower, struct i2c_hid, panel_follower); in i2c_hid_core_panel_prepared() 1147 static int i2c_hid_core_panel_unpreparing(struct drm_panel_follower *follower) in i2c_hid_core_panel_unpreparing() argument 1149 struct i2c_hid *ihid = container_of(follower, struct i2c_hid, panel_follower); in i2c_hid_core_panel_unpreparing()
|
| /linux/sound/pci/hda/ |
| A D | hda_codec.c | 1918 static int init_follower_0dB(struct snd_kcontrol *follower, in init_follower_0dB() argument 1957 put_kctl_with_value(follower, val); in init_follower_0dB() 1965 static int init_follower_unmute(struct snd_kcontrol *follower, in init_follower_unmute() argument 1969 return put_kctl_with_value(follower, 1); in init_follower_unmute() 1973 void *data, struct snd_kcontrol *follower) in add_follower() argument 1975 return snd_ctl_add_follower(data, follower); in add_follower()
|
| /linux/Documentation/translations/zh_CN/process/ |
| A D | coding-style.rst | 310 'leader/follower'
|
| /linux/Documentation/translations/zh_TW/process/ |
| A D | coding-style.rst | 313 'leader/follower'
|
| /linux/Documentation/admin-guide/media/ |
| A D | cec.rst | 81 ``utils/cec-follower``: emulate a CEC follower device
|
| /linux/Documentation/admin-guide/sysctl/ |
| A D | fs.rst | 239 follower match, or when the directory owner matches the symlink's owner.
|
| /linux/Documentation/driver-api/media/ |
| A D | cec-core.rst | 266 a follower detected an error on the bus and requested a
|
| /linux/Documentation/process/ |
| A D | coding-style.rst | 346 'leader / follower'
|
| /linux/Documentation/translations/sp_SP/process/ |
| A D | coding-style.rst | 357 'leader / follower'
|