Searched refs:sub_list_ptr (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.h111 struct dsp_scb_descriptor * sub_list_ptr; member in struct:dsp_scb_descriptor
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/cs46xx/
H A Ddsp_spos_scb_lib.c100 snd_iprintf(buffer,"sub_list_ptr [%s:%04x]\nnext_scb_ptr [%s:%04x] task_entry [%s:%04x]\n",
101 scb->sub_list_ptr->scb_name,
102 scb->sub_list_ptr->address,
120 snd_assert ((scb->parent_scb_ptr->sub_list_ptr == scb ||
123 if (scb->parent_scb_ptr->sub_list_ptr == scb) {
127 scb->parent_scb_ptr->sub_list_ptr = scb->sub_list_ptr;
129 if (scb->sub_list_ptr != ins->the_null_scb) {
130 scb->sub_list_ptr->parent_scb_ptr = scb->parent_scb_ptr;
132 scb->sub_list_ptr
[all...]
H A Ddsp_spos.h213 (scb->sub_list_ptr->address << 0x10) |
H A Ddsp_spos.c565 snd_iprintf(buffer,"sub_list_ptr [%s:%04x]\nnext_scb_ptr [%s:%04x] task_entry [%s:%04x]\n",
566 ins->scbs[i].sub_list_ptr->scb_name,
567 ins->scbs[i].sub_list_ptr->address,
1105 ins->the_null_scb->sub_list_ptr = ins->the_null_scb;
1576 async_codec_scb_desc->sub_list_ptr = ins->the_null_scb;
1581 spdifi_scb_desc->sub_list_ptr = ins->the_null_scb;
1586 spdifo_scb_desc->sub_list_ptr = ins->the_null_scb;
1839 scb = ins->master_mix_scb->sub_list_ptr;
1846 scb = ins->rear_mix_scb->sub_list_ptr;

Completed in 63 milliseconds