Symbol: snd_ctl_elem_id
drivers/platform/x86/lenovo/thinkpad_acpi.c
7029
struct snd_ctl_elem_id *ctl_mute_id;
drivers/platform/x86/lenovo/thinkpad_acpi.c
7030
struct snd_ctl_elem_id *ctl_vol_id;
drivers/staging/greybus/audio_helper.c
152
struct snd_ctl_elem_id id;
drivers/usb/gadget/function/u_audio.c
60
struct snd_ctl_elem_id snd_kctl_volume_id;
drivers/usb/gadget/function/u_audio.c
61
struct snd_ctl_elem_id snd_kctl_mute_id;
drivers/usb/gadget/function/u_audio.c
66
struct snd_ctl_elem_id snd_kctl_rate_id; /* read-only current rate */
include/sound/control.h
131
void snd_ctl_notify(struct snd_card * card, unsigned int mask, struct snd_ctl_elem_id * id);
include/sound/control.h
139
int snd_ctl_remove_id(struct snd_card * card, struct snd_ctl_elem_id *id);
include/sound/control.h
140
int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id);
include/sound/control.h
142
int snd_ctl_activate_id(struct snd_card *card, struct snd_ctl_elem_id *id, int active);
include/sound/control.h
144
struct snd_kcontrol *snd_ctl_find_id(struct snd_card *card, const struct snd_ctl_elem_id *id);
include/sound/control.h
161
struct snd_ctl_elem_id id = {};
include/sound/control.h
186
static inline unsigned int snd_ctl_get_ioffnum(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id)
include/sound/control.h
192
static inline unsigned int snd_ctl_get_ioffidx(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id)
include/sound/control.h
198
static inline unsigned int snd_ctl_get_ioff(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id)
include/sound/control.h
207
static inline struct snd_ctl_elem_id *snd_ctl_build_ioff(struct snd_ctl_elem_id *dst_id,
include/sound/control.h
72
struct snd_ctl_elem_id id;
include/sound/control.h
91
struct snd_ctl_elem_id id;
include/uapi/sound/asound.h
1135
struct snd_ctl_elem_id __user *pids; /* R: IDs */
include/uapi/sound/asound.h
1140
struct snd_ctl_elem_id id; /* W: element ID */
include/uapi/sound/asound.h
1169
struct snd_ctl_elem_id id; /* W: element ID */
include/uapi/sound/asound.h
1205
#define SNDRV_CTL_IOCTL_ELEM_LOCK _IOW('U', 0x14, struct snd_ctl_elem_id)
include/uapi/sound/asound.h
1206
#define SNDRV_CTL_IOCTL_ELEM_UNLOCK _IOW('U', 0x15, struct snd_ctl_elem_id)
include/uapi/sound/asound.h
1210
#define SNDRV_CTL_IOCTL_ELEM_REMOVE _IOWR('U', 0x19, struct snd_ctl_elem_id)
include/uapi/sound/asound.h
1248
struct snd_ctl_elem_id id;
sound/core/control.c
1346
struct snd_ctl_elem_id __user *_id)
sound/core/control.c
1349
struct snd_ctl_elem_id id;
sound/core/control.c
1367
struct snd_ctl_elem_id __user *_id)
sound/core/control.c
1370
struct snd_ctl_elem_id id;
sound/core/control.c
150
struct snd_ctl_elem_id *id)
sound/core/control.c
1763
struct snd_ctl_elem_id __user *_id)
sound/core/control.c
1765
struct snd_ctl_elem_id id;
sound/core/control.c
1795
struct snd_ctl_elem_id *id,
sound/core/control.c
1828
static int read_tlv_buf(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id,
sound/core/control.c
1858
struct snd_ctl_elem_id id;
sound/core/control.c
203
struct snd_ctl_elem_id id = kctl->id;
sound/core/control.c
368
const struct snd_ctl_elem_id *id)
sound/core/control.c
384
static unsigned long get_ctl_id_hash(const struct snd_ctl_elem_id *id)
sound/core/control.c
403
struct snd_ctl_elem_id id = kcontrol->id;
sound/core/control.c
426
struct snd_ctl_elem_id id = kcontrol->id;
sound/core/control.c
462
struct snd_ctl_elem_id id;
sound/core/control.c
637
int snd_ctl_remove_id(struct snd_card *card, struct snd_ctl_elem_id *id)
sound/core/control.c
660
struct snd_ctl_elem_id *id)
sound/core/control.c
690
int snd_ctl_activate_id(struct snd_card *card, struct snd_ctl_elem_id *id,
sound/core/control.c
746
int snd_ctl_rename_id(struct snd_card *card, struct snd_ctl_elem_id *src_id,
sound/core/control.c
747
struct snd_ctl_elem_id *dst_id)
sound/core/control.c
841
const struct snd_ctl_elem_id *id)
sound/core/control.c
893
struct snd_ctl_elem_id id;
sound/core/control_compat.c
141
struct snd_ctl_elem_id id;
sound/core/control_compat.c
156
struct snd_ctl_elem_id id;
sound/core/control_compat.c
168
static int get_ctl_type(struct snd_card *card, struct snd_ctl_elem_id *id,
sound/core/control_compat.c
51
struct snd_ctl_elem_id id; // the size of struct is same
sound/core/control_led.c
245
static int snd_ctl_led_set_id(int card_number, struct snd_ctl_elem_id *id,
sound/core/control_led.c
516
struct snd_ctl_elem_id id;
sound/core/ctljack.c
33
struct snd_ctl_elem_id sid;
sound/core/oss/mixer_oss.c
506
struct snd_ctl_elem_id id;
sound/drivers/aloop.c
125
struct snd_ctl_elem_id active_id;
sound/drivers/aloop.c
126
struct snd_ctl_elem_id format_id;
sound/drivers/aloop.c
127
struct snd_ctl_elem_id rate_id;
sound/drivers/aloop.c
128
struct snd_ctl_elem_id channels_id;
sound/drivers/aloop.c
129
struct snd_ctl_elem_id access_id;
sound/firewire/bebob/bebob_maudio.c
84
struct snd_ctl_elem_id *ctl_id_sync;
sound/hda/common/codec.c
1640
struct snd_ctl_elem_id id;
sound/hda/common/codec.c
2418
struct snd_ctl_elem_id id;
sound/isa/cmi8328.c
149
struct snd_ctl_elem_id id1, id2;
sound/isa/gus/gusextreme.c
198
struct snd_ctl_elem_id id1, id2;
sound/isa/gus/gusmax.c
130
struct snd_ctl_elem_id id1, id2;
sound/isa/gus/interwave.c
491
struct snd_ctl_elem_id id1, id2;
sound/isa/gus/interwave.c
709
struct snd_ctl_elem_id id1, id2;
sound/isa/opl3sa2.c
467
struct snd_ctl_elem_id id1, id2;
sound/isa/opti9xx/opti92x-ad1848.c
583
struct snd_ctl_elem_id id1, id2;
sound/isa/sc6000.c
464
struct snd_ctl_elem_id id1, id2;
sound/pci/ac97/ac97_codec.c
2664
struct snd_ctl_elem_id id;
sound/pci/ac97/ac97_codec.c
2673
struct snd_ctl_elem_id sid;
sound/pci/au88x0/au88x0_mixer.c
16
struct snd_ctl_elem_id id;
sound/pci/ca0106/ca0106_mixer.c
702
struct snd_ctl_elem_id id;
sound/pci/cs5535audio/cs5535audio_olpc.c
146
struct snd_ctl_elem_id elem;
sound/pci/emu10k1/emu10k1_main.c
746
struct snd_ctl_elem_id id;
sound/pci/emu10k1/emufx.c
662
struct snd_ctl_elem_id *id = (struct snd_ctl_elem_id *)_id;
sound/pci/emu10k1/emufx.c
768
struct snd_ctl_elem_id *gctl_id;
sound/pci/emu10k1/emufx.c
791
gctl_id = (struct snd_ctl_elem_id *)&gctl->id;
sound/pci/emu10k1/emufx.c
860
struct snd_ctl_elem_id *gctl_id;
sound/pci/emu10k1/emufx.c
881
gctl_id = (struct snd_ctl_elem_id *)&gctl->id;
sound/pci/emu10k1/emufx.c
981
struct snd_ctl_elem_id *id;
sound/pci/emu10k1/emumixer.c
1970
struct snd_ctl_elem_id id;
sound/pci/emu10k1/emupcm.c
1065
struct snd_ctl_elem_id id;
sound/pci/trident/trident_main.c
2815
struct snd_ctl_elem_id id;
sound/usb/mixer_quirks.c
4608
struct snd_ctl_elem_id *id)
tools/perf/trace/beauty/include/uapi/sound/asound.h
1135
struct snd_ctl_elem_id __user *pids; /* R: IDs */
tools/perf/trace/beauty/include/uapi/sound/asound.h
1140
struct snd_ctl_elem_id id; /* W: element ID */
tools/perf/trace/beauty/include/uapi/sound/asound.h
1169
struct snd_ctl_elem_id id; /* W: element ID */
tools/perf/trace/beauty/include/uapi/sound/asound.h
1205
#define SNDRV_CTL_IOCTL_ELEM_LOCK _IOW('U', 0x14, struct snd_ctl_elem_id)
tools/perf/trace/beauty/include/uapi/sound/asound.h
1206
#define SNDRV_CTL_IOCTL_ELEM_UNLOCK _IOW('U', 0x15, struct snd_ctl_elem_id)
tools/perf/trace/beauty/include/uapi/sound/asound.h
1210
#define SNDRV_CTL_IOCTL_ELEM_REMOVE _IOWR('U', 0x19, struct snd_ctl_elem_id)
tools/perf/trace/beauty/include/uapi/sound/asound.h
1248
struct snd_ctl_elem_id id;