Searched refs:sub_list_ptr (Results 1 - 5 of 5) 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_scb_types.h115 sub_list_ptr /* REQUIRED */
302 sub_list_ptr /* REQUIRED */
361 sub_list_ptr /* REQUIRED */
376 the CODEC output task advances sub_list_ptr->strm_buf_ptr past the samples
425 sub_list_ptr /* REQUIRED */
437 sublist at the DMA source address word (sub_list_ptr->basic_req.saw).
439 output task advances sub_list_ptr->basic_req.saw past the samples
440 consumed. SPuD must initialize the sub_list_ptr->basic_req.saw
441 to point half-way around from the initial sub_list_ptr->strm_nuf_ptr
482 sub_list_ptr /* REQUIRE
[all...]
H A Dcs46xx_dsp_spos.h112 struct dsp_scb_descriptor * sub_list_ptr; 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",
103 scb->sub_list_ptr->scb_name,
104 scb->sub_list_ptr->address,
121 if (snd_BUG_ON(scb->parent_scb_ptr->sub_list_ptr != scb &&
125 if (scb->parent_scb_ptr->sub_list_ptr == scb) {
129 scb->parent_scb_ptr->sub_list_ptr = scb->sub_list_ptr;
131 if (scb->sub_list_ptr != ins->the_null_scb) {
132 scb->sub_list_ptr->parent_scb_ptr = scb->parent_scb_ptr;
134 scb->sub_list_ptr
[all...]
H A Ddsp_spos.h213 (scb->sub_list_ptr->address << 0x10) |
H A Ddsp_spos.c587 snd_iprintf(buffer,"sub_list_ptr [%s:%04x]\nnext_scb_ptr [%s:%04x] task_entry [%s:%04x]\n",
588 ins->scbs[i].sub_list_ptr->scb_name,
589 ins->scbs[i].sub_list_ptr->address,
1143 ins->the_null_scb->sub_list_ptr = ins->the_null_scb;
1620 async_codec_scb_desc->sub_list_ptr = ins->the_null_scb;
1625 spdifi_scb_desc->sub_list_ptr = ins->the_null_scb;
1630 spdifo_scb_desc->sub_list_ptr = ins->the_null_scb;
1892 scb = ins->master_mix_scb->sub_list_ptr;
1899 scb = ins->rear_mix_scb->sub_list_ptr;

Completed in 67 milliseconds