Home
last modified time | relevance | path

Searched refs:dsp_symbol_entry (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/sound/pci/cs46xx/
Dcs46xx_dsp_spos.h68 struct dsp_symbol_entry { struct
81 struct dsp_symbol_entry *symbols; argument
116 struct dsp_symbol_entry * task_entry;
117 struct dsp_symbol_entry * scb_symbol;
174 struct dsp_symbol_entry * null_algorithm; /* used by PCMreaderSCB's */
175 struct dsp_symbol_entry * s16_up; /* used by SRCtaskSCB's */
Ddsp_spos.c196 static struct dsp_symbol_entry *
200 struct dsp_symbol_entry * symbol = NULL; in add_symbol()
242 ins->symbol_table.symbols = vmalloc(sizeof(struct dsp_symbol_entry) * in cs46xx_dsp_spos_create()
453 struct dsp_symbol_entry *
480 static struct dsp_symbol_entry *
621 struct dsp_symbol_entry * symbol; in cs46xx_dsp_proc_parameter_dump_read()
1087 struct dsp_symbol_entry * fg_task_tree_header_code; in cs46xx_dsp_scb_and_task_init()
1088 struct dsp_symbol_entry * task_tree_header_code; in cs46xx_dsp_scb_and_task_init()
1089 struct dsp_symbol_entry * task_tree_thread; in cs46xx_dsp_scb_and_task_init()
1090 struct dsp_symbol_entry * null_algorithm; in cs46xx_dsp_scb_and_task_init()
[all …]
Dcs46xx_lib.h96 struct dsp_symbol_entry *cs46xx_dsp_lookup_symbol (struct snd_cs46xx * chip, char * symbol_name,
Ddsp_spos_scb_lib.c44 static void remove_symbol (struct snd_cs46xx * chip, struct dsp_symbol_entry * symbol) in remove_symbol()
292 struct dsp_symbol_entry * task_entry, in _dsp_create_generic_scb()
374 struct dsp_symbol_entry * task_entry; in cs46xx_dsp_create_generic_scb()
Dcs46xx_lib.c431 kcalloc(nums, sizeof(struct dsp_symbol_entry), GFP_KERNEL); in load_firmware()
435 struct dsp_symbol_entry *entry = in load_firmware()