Searched refs:next_scb_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/sound/pci/cs46xx/
H A Ddsp_spos_scb_lib.c105 scb->next_scb_ptr->scb_name,
106 scb->next_scb_ptr->address,
122 scb->parent_scb_ptr->next_scb_ptr != scb))
127 if (scb->next_scb_ptr == ins->the_null_scb) {
137 scb->parent_scb_ptr->sub_list_ptr = scb->next_scb_ptr;
139 if (scb->next_scb_ptr != ins->the_null_scb) {
141 scb->next_scb_ptr->parent_scb_ptr = scb->parent_scb_ptr;
143 scb->next_scb_ptr = ins->the_null_scb;
146 scb->parent_scb_ptr->next_scb_ptr = scb->next_scb_ptr;
[all...]
H A Ddsp_spos.h214 (scb->next_scb_ptr->address));
H A Ddsp_spos.c590 ins->scbs[i].next_scb_ptr->scb_name,
591 ins->scbs[i].next_scb_ptr->address,
1144 ins->the_null_scb->next_scb_ptr = ins->the_null_scb;
1619 async_codec_scb_desc->next_scb_ptr = spdifi_scb_desc;
1624 spdifi_scb_desc->next_scb_ptr = spdifo_scb_desc;
1629 spdifo_scb_desc->next_scb_ptr = fg_entry;
1895 scb = scb->next_scb_ptr;
1902 scb = scb->next_scb_ptr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcs46xx_dsp_spos.h113 struct dsp_scb_descriptor * next_scb_ptr; member in struct:dsp_scb_descriptor
H A Dcs46xx_dsp_scb_types.h1177 next_scb_ptr, /* 0x09 */

Completed in 79 milliseconds