Home
last modified time | relevance | path

Searched defs:map (Results 1 – 25 of 69) sorted by relevance

123

/sound/soc/codecs/
A Drt-sdw-common.c31 int rt_sdca_index_write(struct regmap *map, unsigned int nid, in rt_sdca_index_write()
57 int rt_sdca_index_read(struct regmap *map, unsigned int nid, in rt_sdca_index_read()
85 int rt_sdca_index_update_bits(struct regmap *map, in rt_sdca_index_update_bits()
140 int rt_sdca_headset_detect(struct regmap *map, unsigned int entity_id) in rt_sdca_headset_detect()
191 int rt_sdca_button_detect(struct regmap *map, unsigned int entity_id, in rt_sdca_button_detect()
A Dtas2781-comlib.c28 struct regmap *map = tas_priv->regmap; in tasdevice_dev_read() local
56 struct regmap *map = tas_priv->regmap; in tasdevice_dev_bulk_read() local
81 struct regmap *map = tas_priv->regmap; in tasdevice_dev_write() local
111 struct regmap *map = tas_priv->regmap; in tasdevice_dev_bulk_write() local
A Dmax98504.c126 struct regmap *map = max98504->regmap; in max98504_component_probe() local
204 struct regmap *map = max98504->regmap; in max98504_set_tdm_slot() local
229 struct regmap *map = max98504->regmap; in max98504_set_channel_map() local
A Dtas2781-comlib-i2c.c54 struct regmap *map = tas_priv->regmap; in tasdevice_change_chn_book() local
95 struct regmap *map = tas_priv->regmap; in tasdev_chn_switch() local
123 struct regmap *map = tas_priv->regmap; in tasdevice_dev_update_bits() local
A Dadau7118-i2c.c53 struct regmap *map; in adau7118_probe_i2c() local
A Dpcm6240.c522 struct regmap *map = pcm_priv->regmap; in pcmdev_change_dev() local
544 struct regmap *map = pcm_dev->regmap; in pcmdev_dev_read() local
570 struct regmap *map = pcm_dev->regmap; in pcmdev_dev_update_bits() local
1090 struct regmap *map = pcm_dev->regmap; in pcmdev_dev_bulk_write() local
1116 struct regmap *map = pcm_dev->regmap; in pcmdev_dev_write() local
A Djz4725b.c268 struct regmap *map = icdc->regmap; in jz4725b_out_stage_enable() local
377 struct regmap *map = icdc->regmap; in jz4725b_codec_set_bias_level() local
406 struct regmap *map = icdc->regmap; in jz4725b_codec_dev_probe() local
A Dadau7118.c36 struct regmap *map; member
533 int adau7118_probe(struct device *dev, struct regmap *map, bool hw_mode) in adau7118_probe()
A Dnau8810.c574 struct regmap *map = nau8810->regmap; in nau8810_set_pll() local
779 struct regmap *map = nau8810->regmap; in nau8810_set_bias_level() local
/sound/soc/qcom/
A Dlpass-platform.c101 struct regmap *map) in lpass_platform_alloc_rxtx_dmactl_fields()
129 struct regmap *map) in lpass_platform_alloc_va_dmactl_fields()
146 struct regmap *map) in lpass_platform_alloc_dmactl_fields()
202 struct regmap *map; in lpass_platform_pcmops_open() local
580 struct regmap *map; in lpass_platform_pcmops_hw_free() local
607 struct regmap *map; in lpass_platform_pcmops_prepare() local
670 struct regmap *map; in lpass_platform_pcmops_trigger() local
870 struct regmap *map; in lpass_platform_pcmops_pointer() local
935 struct regmap *map; in lpass_dma_interrupt_handler() local
1191 struct regmap *map; in lpass_platform_pcmops_suspend() local
[all …]
/sound/soc/meson/
A Daxg-tdmin.c89 static void axg_tdmin_enable(struct regmap *map) in axg_tdmin_enable()
106 static void axg_tdmin_disable(struct regmap *map) in axg_tdmin_disable()
111 static int axg_tdmin_prepare(struct regmap *map, in axg_tdmin_prepare()
A Daxg-tdmout.c87 static void axg_tdmout_enable(struct regmap *map) in axg_tdmout_enable()
104 static void axg_tdmout_disable(struct regmap *map) in axg_tdmout_disable()
109 static int axg_tdmout_prepare(struct regmap *map, in axg_tdmout_prepare()
A Daxg-spdifin.c54 struct regmap *map; member
115 static void axg_spdifin_write_mode_param(struct regmap *map, int mode, in axg_spdifin_write_mode_param()
133 static void axg_spdifin_write_timer(struct regmap *map, int mode, in axg_spdifin_write_timer()
140 static void axg_spdifin_write_threshold(struct regmap *map, int mode, in axg_spdifin_write_threshold()
A Daxg-spdifout.c60 struct regmap *map; member
65 static void axg_spdifout_enable(struct regmap *map) in axg_spdifout_enable()
83 static void axg_spdifout_disable(struct regmap *map) in axg_spdifout_disable()
A Daxg-pdm.c93 struct regmap *map; member
99 static void axg_pdm_enable(struct regmap *map) in axg_pdm_enable()
109 static void axg_pdm_disable(struct regmap *map) in axg_pdm_disable()
114 static void axg_pdm_filters_enable(struct regmap *map, bool enable) in axg_pdm_filters_enable()
A Daxg-tdm-formatter.c26 struct regmap *map; member
29 int axg_tdm_formatter_set_channel_masks(struct regmap *map, in axg_tdm_formatter_set_channel_masks()
/sound/soc/uniphier/
A Devea.c109 struct regmap *map = evea->regmap; in evea_set_power_state_on() local
127 struct regmap *map = evea->regmap; in evea_set_power_state_off() local
146 struct regmap *map = evea->regmap; in evea_update_switch_lin() local
170 struct regmap *map = evea->regmap; in evea_update_switch_lo() local
198 struct regmap *map = evea->regmap; in evea_update_switch_hp() local
/sound/hda/core/
A Dhdmi_chmap.c391 unsigned char map; /* ALSA API channel map position */ member
481 static int hdmi_manual_channel_allocation(int chs, unsigned char *map) in hdmi_manual_channel_allocation()
507 int chs, unsigned char *map, in hdmi_manual_setup_channel_mapping()
536 static void hdmi_setup_fake_chmap(unsigned char *map, int ca) in hdmi_setup_fake_chmap()
552 int channels, unsigned char *map, in snd_hdac_setup_channel_mapping()
588 int channels, bool chmap_set, bool non_pcm, unsigned char *map) in snd_hdac_channel_allocation()
/sound/pci/ctxfi/
A Dctvmem.h50 struct ct_vm_block *(*map)(struct ct_vm *, struct snd_pcm_substream *, member
/sound/hda/codecs/hdmi/
A Dnvhdmi.c41 int ca, int chs, unsigned char *map) in nvhdmi_chmap_validate()
/sound/soc/atmel/
A Dmchp-pdmc.c237 struct snd_pcm_chmap_elem *map; in mchp_pdmc_chmap_get() local
253 const struct snd_pcm_chmap_elem *map; in mchp_pdmc_chmap_ctl_get() local
295 struct snd_pcm_chmap_elem *map; in mchp_pdmc_chmap_ctl_put() local
343 const struct snd_pcm_chmap_elem *map; in mchp_pdmc_chmap_ctl_tlv() local
/sound/pci/
A Dcs5530.c83 u16 map; in snd_cs5530_create() local
/sound/usb/
A Dmixer.c73 const struct usbmix_name_map *map; member
1662 const struct usbmix_name_map *map; in __build_feature_ctl() local
1879 const struct usbmix_name_map *map; in build_connector_control() local
2162 const struct usbmix_name_map *map; in build_mixer_unit_ctl() local
2475 const struct usbmix_name_map *map; in build_audio_procunit() local
2746 const struct usbmix_name_map *map; in parse_audio_selector_unit() local
3071 const struct usbmix_ctl_map *map; in snd_usb_mixer_controls_badd() local
3225 const struct usbmix_ctl_map *map; in snd_usb_mixer_controls() local
3323 const struct usbmix_connector_map *map = mixer->connector_map; in delegate_notify() local
A Dproc.c139 const struct snd_pcm_chmap_elem *map = fp->chmap; in proc_dump_substream_formats() local
/sound/soc/mediatek/common/
A Dmtk-afe-fe-dai.c21 static int mtk_regmap_update_bits(struct regmap *map, int reg, in mtk_regmap_update_bits()
30 static int mtk_regmap_write(struct regmap *map, int reg, unsigned int val) in mtk_regmap_write()

Completed in 72 milliseconds

123