Lines Matching refs:dsp_scb_descriptor

40 	struct dsp_scb_descriptor * scb_desc;
75 struct dsp_scb_descriptor * scb = scb_info->scb_desc; in cs46xx_dsp_proc_scb_info_read()
115 static void _dsp_unlink_scb (struct snd_cs46xx *chip, struct dsp_scb_descriptor * scb) in _dsp_unlink_scb()
177 void cs46xx_dsp_remove_scb (struct snd_cs46xx *chip, struct dsp_scb_descriptor * scb) in cs46xx_dsp_remove_scb()
232 void cs46xx_dsp_proc_free_scb_desc (struct dsp_scb_descriptor * scb) in cs46xx_dsp_proc_free_scb_desc()
247 struct dsp_scb_descriptor * scb) in cs46xx_dsp_proc_register_scb_desc()
287 static struct dsp_scb_descriptor *
290 struct dsp_scb_descriptor * parent_scb, in _dsp_create_generic_scb()
294 struct dsp_scb_descriptor * scb; in _dsp_create_generic_scb()
359 static struct dsp_scb_descriptor *
362 struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_generic_scb()
379 struct dsp_scb_descriptor *
382 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_timing_master_scb()
413 struct dsp_scb_descriptor *
416 u32 dest, struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_codec_out_scb()
419 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_codec_out_scb()
451 struct dsp_scb_descriptor *
454 u32 dest, struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_codec_in_scb()
458 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_codec_in_scb()
496 static struct dsp_scb_descriptor *
500 struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_pcm_reader_scb()
504 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_pcm_reader_scb()
599 struct dsp_scb_descriptor *
604 struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_src_task_scb()
610 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_src_task_scb()
703 struct dsp_scb_descriptor *
706 struct dsp_scb_descriptor * parent_scb,
708 struct dsp_scb_descriptor * scb;
753 struct dsp_scb_descriptor *
756 struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_mix_only_scb()
759 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_mix_only_scb()
793 struct dsp_scb_descriptor *
796 struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_mix_to_ostream_scb()
799 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_mix_to_ostream_scb()
847 struct dsp_scb_descriptor *
852 struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_vari_decimate_scb()
856 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_vari_decimate_scb()
891 static struct dsp_scb_descriptor *
893 struct dsp_scb_descriptor * input_scb, in cs46xx_dsp_create_pcm_serial_input_scb()
894 struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_pcm_serial_input_scb()
898 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_pcm_serial_input_scb()
934 static struct dsp_scb_descriptor *
938 struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_asynch_fg_tx_scb()
942 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_asynch_fg_tx_scb()
981 struct dsp_scb_descriptor *
985 struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_asynch_fg_rx_scb()
989 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_asynch_fg_rx_scb()
1031 struct dsp_scb_descriptor *
1034 struct dsp_scb_descriptor * snoop_scb,
1035 struct dsp_scb_descriptor * parent_scb,
1039 struct dsp_scb_descriptor * scb;
1073 struct dsp_scb_descriptor *
1075 struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_spio_write_scb()
1078 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_spio_write_scb()
1109 struct dsp_scb_descriptor *
1112 struct dsp_scb_descriptor * snoop_scb, in cs46xx_dsp_create_magic_snoop_scb()
1113 struct dsp_scb_descriptor * parent_scb, in cs46xx_dsp_create_magic_snoop_scb()
1116 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_magic_snoop_scb()
1145 static struct dsp_scb_descriptor *
1146 find_next_free_scb (struct snd_cs46xx * chip, struct dsp_scb_descriptor * from) in find_next_free_scb()
1149 struct dsp_scb_descriptor * scb = from; in find_next_free_scb()
1237 struct dsp_scb_descriptor * src_scb = NULL, * pcm_scb, * mixer_scb = NULL; in cs46xx_dsp_create_pcm_channel()
1238 struct dsp_scb_descriptor * src_parent_scb = NULL; in cs46xx_dsp_create_pcm_channel()
1529 struct dsp_scb_descriptor * parent_scb; in cs46xx_dsp_pcm_link()
1530 struct dsp_scb_descriptor * src_scb = pcm_channel->src_scb; in cs46xx_dsp_pcm_link()
1563 struct dsp_scb_descriptor *
1564 cs46xx_add_record_source (struct snd_cs46xx *chip, struct dsp_scb_descriptor * source, in cs46xx_add_record_source()
1568 struct dsp_scb_descriptor * parent; in cs46xx_add_record_source()
1569 struct dsp_scb_descriptor * pcm_input; in cs46xx_add_record_source()
1590 int cs46xx_src_unlink(struct snd_cs46xx *chip, struct dsp_scb_descriptor * src) in cs46xx_src_unlink()
1607 int cs46xx_src_link(struct snd_cs46xx *chip, struct dsp_scb_descriptor * src) in cs46xx_src_link()
1610 struct dsp_scb_descriptor * parent_scb; in cs46xx_src_link()