Lines Matching refs:dsp_scb_descriptor

26 	struct dsp_scb_descriptor * scb_desc;
61 struct dsp_scb_descriptor * scb = scb_info->scb_desc; in cs46xx_dsp_proc_scb_info_read()
98 static void _dsp_unlink_scb (struct snd_cs46xx *chip, struct dsp_scb_descriptor * scb) in _dsp_unlink_scb()
160 void cs46xx_dsp_remove_scb (struct snd_cs46xx *chip, struct dsp_scb_descriptor * scb) in cs46xx_dsp_remove_scb()
215 void cs46xx_dsp_proc_free_scb_desc (struct dsp_scb_descriptor * scb) in cs46xx_dsp_proc_free_scb_desc()
233 struct dsp_scb_descriptor * scb) in cs46xx_dsp_proc_register_scb_desc()
264 static struct dsp_scb_descriptor *
267 struct dsp_scb_descriptor * parent_scb, in _dsp_create_generic_scb()
271 struct dsp_scb_descriptor * scb; in _dsp_create_generic_scb()
342 static struct dsp_scb_descriptor *
345 struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_generic_scb()
363 struct dsp_scb_descriptor *
366 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_timing_master_scb()
397 struct dsp_scb_descriptor *
400 u32 dest, struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_codec_out_scb()
403 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_codec_out_scb()
435 struct dsp_scb_descriptor *
438 u32 dest, struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_codec_in_scb()
442 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_codec_in_scb()
480 static struct dsp_scb_descriptor *
484 struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_pcm_reader_scb()
488 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_pcm_reader_scb()
584 struct dsp_scb_descriptor *
589 struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_src_task_scb()
595 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_src_task_scb()
690 struct dsp_scb_descriptor *
693 struct dsp_scb_descriptor * parent_scb,
695 struct dsp_scb_descriptor * scb;
740 struct dsp_scb_descriptor *
743 struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_mix_only_scb()
746 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_mix_only_scb()
780 struct dsp_scb_descriptor *
783 struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_mix_to_ostream_scb()
786 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_mix_to_ostream_scb()
834 struct dsp_scb_descriptor *
839 struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_vari_decimate_scb()
843 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_vari_decimate_scb()
878 static struct dsp_scb_descriptor *
880 struct dsp_scb_descriptor * input_scb, in cs46xx_dsp_create_pcm_serial_input_scb()
881 struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_pcm_serial_input_scb()
885 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_pcm_serial_input_scb()
921 static struct dsp_scb_descriptor *
925 struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_asynch_fg_tx_scb()
929 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_asynch_fg_tx_scb()
968 struct dsp_scb_descriptor *
972 struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_asynch_fg_rx_scb()
976 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_asynch_fg_rx_scb()
1018 struct dsp_scb_descriptor *
1021 struct dsp_scb_descriptor * snoop_scb,
1022 struct dsp_scb_descriptor * parent_scb,
1026 struct dsp_scb_descriptor * scb;
1060 struct dsp_scb_descriptor *
1062 struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_spio_write_scb()
1065 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_spio_write_scb()
1096 struct dsp_scb_descriptor *
1099 struct dsp_scb_descriptor * snoop_scb, in cs46xx_dsp_create_magic_snoop_scb()
1100 struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_magic_snoop_scb()
1103 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_magic_snoop_scb()
1132 static struct dsp_scb_descriptor *
1133 find_next_free_scb (struct snd_cs46xx * chip, struct dsp_scb_descriptor * from) in find_next_free_scb()
1136 struct dsp_scb_descriptor * scb = from; in find_next_free_scb()
1224 struct dsp_scb_descriptor * src_scb = NULL, * pcm_scb, * mixer_scb = NULL; in cs46xx_dsp_create_pcm_channel()
1225 struct dsp_scb_descriptor * src_parent_scb = NULL; in cs46xx_dsp_create_pcm_channel()
1522 struct dsp_scb_descriptor * parent_scb; in cs46xx_dsp_pcm_link()
1523 struct dsp_scb_descriptor * src_scb = pcm_channel->src_scb; in cs46xx_dsp_pcm_link()
1556 struct dsp_scb_descriptor *
1557 cs46xx_add_record_source (struct snd_cs46xx *chip, struct dsp_scb_descriptor * source, in cs46xx_add_record_source()
1561 struct dsp_scb_descriptor * parent; in cs46xx_add_record_source()
1562 struct dsp_scb_descriptor * pcm_input; in cs46xx_add_record_source()
1583 int cs46xx_src_unlink(struct snd_cs46xx *chip, struct dsp_scb_descriptor * src) in cs46xx_src_unlink()
1600 int cs46xx_src_link(struct snd_cs46xx *chip, struct dsp_scb_descriptor * src) in cs46xx_src_link()
1603 struct dsp_scb_descriptor * parent_scb; in cs46xx_src_link()