Home
last modified time | relevance | path

Searched refs:kctrl (Results 1 – 8 of 8) sorted by relevance

/linux/sound/soc/renesas/
H A Dsiu_dai.c337 static int siu_dai_info_volume(struct snd_kcontrol *kctrl, in siu_dai_info_volume() argument
340 struct siu_port *port_info = snd_kcontrol_chip(kctrl); in siu_dai_info_volume()
352 static int siu_dai_get_volume(struct snd_kcontrol *kctrl, in siu_dai_get_volume() argument
355 struct siu_port *port_info = snd_kcontrol_chip(kctrl); in siu_dai_get_volume()
361 switch (kctrl->private_value) { in siu_dai_get_volume()
376 __func__, kctrl->private_value); in siu_dai_get_volume()
383 static int siu_dai_put_volume(struct snd_kcontrol *kctrl, in siu_dai_put_volume() argument
386 struct siu_port *port_info = snd_kcontrol_chip(kctrl); in siu_dai_put_volume()
405 switch (kctrl->private_value) { in siu_dai_put_volume()
420 __func__, kctrl->private_value); in siu_dai_put_volume()
[all …]
/linux/sound/hda/codecs/cirrus/
H A Dcs8409.c457 int cs42l42_volume_info(struct snd_kcontrol *kctrl, struct snd_ctl_elem_info *uinfo) in cs42l42_volume_info() argument
459 unsigned int ofs = get_amp_offset(kctrl); in cs42l42_volume_info()
460 u8 chs = get_amp_channels(kctrl); in cs42l42_volume_info()
482 int cs42l42_volume_get(struct snd_kcontrol *kctrl, struct snd_ctl_elem_value *uctrl) in cs42l42_volume_get() argument
484 struct hda_codec *codec = snd_kcontrol_chip(kctrl); in cs42l42_volume_get()
486 struct sub_codec *cs42l42 = spec->scodecs[get_amp_index(kctrl)]; in cs42l42_volume_get()
487 int chs = get_amp_channels(kctrl); in cs42l42_volume_get()
488 unsigned int ofs = get_amp_offset(kctrl); in cs42l42_volume_get()
541 int cs42l42_volume_put(struct snd_kcontrol *kctrl, struct snd_ctl_elem_value *uctrl) in cs42l42_volume_put() argument
543 struct hda_codec *codec = snd_kcontrol_chip(kctrl); in cs42l42_volume_put()
[all …]
H A Dcs8409.h363 int cs42l42_volume_info(struct snd_kcontrol *kctrl, struct snd_ctl_elem_info *uinfo);
364 int cs42l42_volume_get(struct snd_kcontrol *kctrl, struct snd_ctl_elem_value *uctrl);
365 int cs42l42_volume_put(struct snd_kcontrol *kctrl, struct snd_ctl_elem_value *uctrl);
/linux/sound/soc/renesas/rcar/
H A Dcore.c1686 static int rsnd_kctrl_info(struct snd_kcontrol *kctrl, in rsnd_kctrl_info() argument
1689 struct rsnd_kctrl_cfg *cfg = snd_kcontrol_chip(kctrl); in rsnd_kctrl_info()
1712 static int rsnd_kctrl_get(struct snd_kcontrol *kctrl, in rsnd_kctrl_get() argument
1715 struct rsnd_kctrl_cfg *cfg = snd_kcontrol_chip(kctrl); in rsnd_kctrl_get()
1727 static int rsnd_kctrl_put(struct snd_kcontrol *kctrl, in rsnd_kctrl_put() argument
1730 struct rsnd_kctrl_cfg *cfg = snd_kcontrol_chip(kctrl); in rsnd_kctrl_put()
1811 struct snd_kcontrol *kctrl; in rsnd_kctrl_new() local
1827 list_for_each_entry(kctrl, &card->controls, list) { in rsnd_kctrl_new()
1828 struct rsnd_kctrl_cfg *c = kctrl->private_data; in rsnd_kctrl_new()
1837 kctrl = snd_ctl_new1(&knew, cfg); in rsnd_kctrl_new()
[all …]
H A Drsnd.h725 struct snd_kcontrol *kctrl; member
/linux/sound/soc/codecs/
H A Dssm2305.c20 struct snd_kcontrol *kctrl, int event) in ssm2305_power_event() argument
H A Dtpa6130a2.c89 struct snd_kcontrol *kctrl, int event) in tpa6130a2_power_event() argument
/linux/mm/
H A Dhighmem.c168 struct kmap_ctrl *kctrl = &current->kmap_ctrl; in __kmap_to_page() local
180 for (i = 0; i < kctrl->idx; i++) { in __kmap_to_page()
183 pte_t pteval = kctrl->pteval[i]; in __kmap_to_page()