Searched refs:task_entry (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcs46xx_dsp_spos.h116 struct dsp_symbol_entry * task_entry; member in struct:dsp_scb_descriptor
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/cs46xx/
H A Ddsp_spos_scb_lib.c102 snd_iprintf(buffer,"sub_list_ptr [%s:%04x]\nnext_scb_ptr [%s:%04x] task_entry [%s:%04x]\n",
107 scb->task_entry->symbol_name,
108 scb->task_entry->address);
276 struct dsp_symbol_entry * task_entry,
293 scb_data[SCBfuncEntryPtr] |= task_entry->address;
304 scb->task_entry = task_entry;
347 struct dsp_symbol_entry * task_entry; local
349 task_entry = cs46xx_dsp_lookup_symbol (chip,task_entry_name,
352 if (task_entry
275 _dsp_create_generic_scb(struct snd_cs46xx *chip, char * name, u32 * scb_data, u32 dest, struct dsp_symbol_entry * task_entry, struct dsp_scb_descriptor * parent_scb, int scb_child_type) argument
[all...]
H A Ddsp_spos.c587 snd_iprintf(buffer,"sub_list_ptr [%s:%04x]\nnext_scb_ptr [%s:%04x] task_entry [%s:%04x]\n",
592 ins->scbs[i].task_entry->symbol_name,
593 ins->scbs[i].task_entry->address);
1142 ins->the_null_scb->task_entry = null_algorithm;
1621 async_codec_scb_desc->task_entry = s16_async_codec_input_task;
1626 spdifi_scb_desc->task_entry = spdifi_task;
1631 spdifo_scb_desc->task_entry = spdifo_task;

Completed in 135 milliseconds