Searched refs:the_null_scb (Results 1 - 3 of 3) 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.c127 if (scb->next_scb_ptr == ins->the_null_scb) {
131 if (scb->sub_list_ptr != ins->the_null_scb) {
134 scb->sub_list_ptr = ins->the_null_scb;
139 if (scb->next_scb_ptr != ins->the_null_scb) {
143 scb->next_scb_ptr = ins->the_null_scb;
148 if (scb->next_scb_ptr != ins->the_null_scb) {
152 scb->next_scb_ptr = ins->the_null_scb;
285 if (snd_BUG_ON(!ins->the_null_scb))
290 (ins->the_null_scb->address << 0x10) | ins->the_null_scb
[all...]
H A Ddsp_spos.c1141 ins->the_null_scb = cs46xx_dsp_create_scb(chip, "nullSCB", (u32 *)&null_scb, NULL_SCB_ADDR);
1142 ins->the_null_scb->task_entry = null_algorithm;
1143 ins->the_null_scb->sub_list_ptr = ins->the_null_scb;
1144 ins->the_null_scb->next_scb_ptr = ins->the_null_scb;
1145 ins->the_null_scb->parent_scb_ptr = NULL;
1146 cs46xx_dsp_proc_register_scb_desc (chip,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;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcs46xx_dsp_spos.h190 struct dsp_scb_descriptor * the_null_scb; member in struct:dsp_spos_instance

Completed in 43 milliseconds