• Home
  • Raw
  • Download

Lines Matching refs:snd_cs46xx

40 static int cs46xx_dsp_async_init (struct snd_cs46xx *chip,
58 static int shadow_and_reallocate_code (struct snd_cs46xx * chip, u32 * data, u32 size, in shadow_and_reallocate_code()
151 static int add_symbols (struct snd_cs46xx * chip, struct dsp_module_desc * module) in add_symbols()
197 add_symbol (struct snd_cs46xx * chip, char * symbol_name, u32 address, int type) in add_symbol()
234 struct dsp_spos_instance *cs46xx_dsp_spos_create (struct snd_cs46xx * chip) in cs46xx_dsp_spos_create()
287 void cs46xx_dsp_spos_destroy (struct snd_cs46xx * chip) in cs46xx_dsp_spos_destroy()
312 static int dsp_load_parameter(struct snd_cs46xx *chip, in dsp_load_parameter()
337 static int dsp_load_sample(struct snd_cs46xx *chip, in dsp_load_sample()
363 int cs46xx_dsp_load_module (struct snd_cs46xx * chip, struct dsp_module_desc * module) in cs46xx_dsp_load_module()
454 cs46xx_dsp_lookup_symbol (struct snd_cs46xx * chip, char * symbol_name, int symbol_type) in cs46xx_dsp_lookup_symbol()
481 cs46xx_dsp_lookup_symbol_addr (struct snd_cs46xx * chip, u32 address, int symbol_type) in cs46xx_dsp_lookup_symbol_addr()
505 struct snd_cs46xx *chip = entry->private_data; in cs46xx_dsp_proc_symbol_table_read()
533 struct snd_cs46xx *chip = entry->private_data; in cs46xx_dsp_proc_modules_read()
556 struct snd_cs46xx *chip = entry->private_data; in cs46xx_dsp_proc_task_tree_read()
584 struct snd_cs46xx *chip = entry->private_data; in cs46xx_dsp_proc_scb_read()
617 struct snd_cs46xx *chip = entry->private_data; in cs46xx_dsp_proc_parameter_dump_read()
645 struct snd_cs46xx *chip = entry->private_data; in cs46xx_dsp_proc_sample_dump_read()
790 int cs46xx_dsp_proc_init (struct snd_card *card, struct snd_cs46xx *chip) in cs46xx_dsp_proc_init()
897 int cs46xx_dsp_proc_done (struct snd_cs46xx *chip) in cs46xx_dsp_proc_done()
937 static void _dsp_create_task_tree (struct snd_cs46xx *chip, u32 * task_data, in _dsp_create_task_tree()
952 static void _dsp_create_scb (struct snd_cs46xx *chip, u32 * scb_data, u32 dest) in _dsp_create_scb()
980 static struct dsp_scb_descriptor * _map_scb (struct snd_cs46xx *chip, char * name, u32 dest) in _map_scb()
1013 _map_task_tree (struct snd_cs46xx *chip, char * name, u32 dest, u32 size) in _map_task_tree()
1044 cs46xx_dsp_create_scb (struct snd_cs46xx *chip, char * name, u32 * scb_data, u32 dest) in cs46xx_dsp_create_scb()
1071 cs46xx_dsp_create_task_tree (struct snd_cs46xx *chip, char * name, u32 * task_data, in cs46xx_dsp_create_task_tree()
1087 int cs46xx_dsp_scb_and_task_init (struct snd_cs46xx *chip) in cs46xx_dsp_scb_and_task_init()
1514 static int cs46xx_dsp_async_init (struct snd_cs46xx *chip, in cs46xx_dsp_async_init()
1692 static void cs46xx_dsp_disable_spdif_hw (struct snd_cs46xx *chip) in cs46xx_dsp_disable_spdif_hw()
1713 int cs46xx_dsp_enable_spdif_hw (struct snd_cs46xx *chip) in cs46xx_dsp_enable_spdif_hw()
1736 int cs46xx_dsp_enable_spdif_in (struct snd_cs46xx *chip) in cs46xx_dsp_enable_spdif_in()
1798 int cs46xx_dsp_disable_spdif_in (struct snd_cs46xx *chip) in cs46xx_dsp_disable_spdif_in()
1826 int cs46xx_dsp_enable_pcm_capture (struct snd_cs46xx *chip) in cs46xx_dsp_enable_pcm_capture()
1843 int cs46xx_dsp_disable_pcm_capture (struct snd_cs46xx *chip) in cs46xx_dsp_disable_pcm_capture()
1858 int cs46xx_dsp_enable_adc_capture (struct snd_cs46xx *chip) in cs46xx_dsp_enable_adc_capture()
1875 int cs46xx_dsp_disable_adc_capture (struct snd_cs46xx *chip) in cs46xx_dsp_disable_adc_capture()
1890 int cs46xx_poke_via_dsp (struct snd_cs46xx *chip, u32 address, u32 data) in cs46xx_poke_via_dsp()
1928 int cs46xx_dsp_set_dac_volume (struct snd_cs46xx * chip, u16 left, u16 right) in cs46xx_dsp_set_dac_volume()
1957 int cs46xx_dsp_set_iec958_volume (struct snd_cs46xx * chip, u16 left, u16 right) in cs46xx_dsp_set_iec958_volume()
1976 int cs46xx_dsp_resume(struct snd_cs46xx * chip) in cs46xx_dsp_resume()