Home
last modified time | relevance | path

Searched defs:follower (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/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()
77 static int follower_init(struct link_follower *follower) in follower_init()
117 struct link_follower *follower; in master_init() local
137 static int follower_get_val(struct link_follower *follower, in follower_get_val()
150 static int follower_put_val(struct link_follower *follower, in follower_put_val()
187 struct link_follower *follower = snd_kcontrol_chip(kcontrol); in follower_info() local
194 struct link_follower *follower = snd_kcontrol_chip(kcontrol); in follower_get() local
201 struct link_follower *follower = snd_kcontrol_chip(kcontrol); in follower_put() local
225 struct link_follower *follower = snd_kcontrol_chip(kcontrol); in follower_tlv_cmd() local
[all …]
/linux-6.6.21/drivers/gpu/drm/
Ddrm_panel.c110 struct drm_panel_follower *follower; in drm_panel_prepare() local
158 struct drm_panel_follower *follower; in drm_panel_unprepare() local
418 struct drm_panel_follower *follower) in drm_panel_add_follower()
461 void drm_panel_remove_follower(struct drm_panel_follower *follower) in drm_panel_remove_follower()
482 static void drm_panel_remove_follower_void(void *follower) in drm_panel_remove_follower_void()
497 struct drm_panel_follower *follower) in devm_drm_panel_add_follower()
/linux-6.6.21/include/drm/
Ddrm_panel.h318 struct drm_panel_follower *follower) in drm_panel_add_follower()
323 static inline void drm_panel_remove_follower(struct drm_panel_follower *follower) { } in drm_panel_remove_follower()
325 struct drm_panel_follower *follower) in devm_drm_panel_add_follower()
/linux-6.6.21/include/sound/
Dcontrol.h260 snd_ctl_add_follower(struct snd_kcontrol *master, struct snd_kcontrol *follower) in snd_ctl_add_follower()
286 struct snd_kcontrol *follower) in snd_ctl_add_follower_uncached()
/linux-6.6.21/drivers/net/wireless/intersil/p54/
Dp54usb.h68 __le16 follower; /* ? */ member
/linux-6.6.21/drivers/hid/i2c-hid/
Di2c-hid-core.c1117 static int i2c_hid_core_panel_prepared(struct drm_panel_follower *follower) in i2c_hid_core_panel_prepared()
1131 static int i2c_hid_core_panel_unpreparing(struct drm_panel_follower *follower) in i2c_hid_core_panel_unpreparing()
/linux-6.6.21/sound/pci/hda/
Dhda_codec.c1916 static int init_follower_0dB(struct snd_kcontrol *follower, in init_follower_0dB()
1963 static int init_follower_unmute(struct snd_kcontrol *follower, in init_follower_unmute()
1971 void *data, struct snd_kcontrol *follower) in add_follower()