next_scb_ptr     1173 sound/pci/cs46xx/cs46xx_dsp_scb_types.h 	      next_scb_ptr,      /* 0x09 */
next_scb_ptr       98 sound/pci/cs46xx/cs46xx_dsp_spos.h 	struct dsp_scb_descriptor * next_scb_ptr;
next_scb_ptr      595 sound/pci/cs46xx/dsp_spos.c 			    ins->scbs[i].next_scb_ptr->scb_name,
next_scb_ptr      596 sound/pci/cs46xx/dsp_spos.c 			    ins->scbs[i].next_scb_ptr->address,
next_scb_ptr     1114 sound/pci/cs46xx/dsp_spos.c 		ins->the_null_scb->next_scb_ptr = ins->the_null_scb;
next_scb_ptr     1592 sound/pci/cs46xx/dsp_spos.c 		async_codec_scb_desc->next_scb_ptr = spdifi_scb_desc;
next_scb_ptr     1597 sound/pci/cs46xx/dsp_spos.c 		spdifi_scb_desc->next_scb_ptr = spdifo_scb_desc;
next_scb_ptr     1602 sound/pci/cs46xx/dsp_spos.c 		spdifo_scb_desc->next_scb_ptr = fg_entry;
next_scb_ptr     1869 sound/pci/cs46xx/dsp_spos.c 		scb = scb->next_scb_ptr;
next_scb_ptr     1876 sound/pci/cs46xx/dsp_spos.c 		scb = scb->next_scb_ptr;
next_scb_ptr      199 sound/pci/cs46xx/dsp_spos.h 			(scb->next_scb_ptr->address));	
next_scb_ptr       88 sound/pci/cs46xx/dsp_spos_scb_lib.c 		    scb->next_scb_ptr->scb_name,
next_scb_ptr       89 sound/pci/cs46xx/dsp_spos_scb_lib.c 		    scb->next_scb_ptr->address,
next_scb_ptr      105 sound/pci/cs46xx/dsp_spos_scb_lib.c 			       scb->parent_scb_ptr->next_scb_ptr != scb))
next_scb_ptr      110 sound/pci/cs46xx/dsp_spos_scb_lib.c 			if (scb->next_scb_ptr == ins->the_null_scb) {
next_scb_ptr      120 sound/pci/cs46xx/dsp_spos_scb_lib.c 				scb->parent_scb_ptr->sub_list_ptr = scb->next_scb_ptr;
next_scb_ptr      122 sound/pci/cs46xx/dsp_spos_scb_lib.c 				if (scb->next_scb_ptr != ins->the_null_scb) {
next_scb_ptr      124 sound/pci/cs46xx/dsp_spos_scb_lib.c 					scb->next_scb_ptr->parent_scb_ptr = scb->parent_scb_ptr;
next_scb_ptr      126 sound/pci/cs46xx/dsp_spos_scb_lib.c 				scb->next_scb_ptr = ins->the_null_scb;
next_scb_ptr      129 sound/pci/cs46xx/dsp_spos_scb_lib.c 			scb->parent_scb_ptr->next_scb_ptr = scb->next_scb_ptr;
next_scb_ptr      131 sound/pci/cs46xx/dsp_spos_scb_lib.c 			if (scb->next_scb_ptr != ins->the_null_scb) {
next_scb_ptr      133 sound/pci/cs46xx/dsp_spos_scb_lib.c 				scb->next_scb_ptr->parent_scb_ptr = scb->parent_scb_ptr;
next_scb_ptr      135 sound/pci/cs46xx/dsp_spos_scb_lib.c 			scb->next_scb_ptr = ins->the_null_scb;
next_scb_ptr      175 sound/pci/cs46xx/dsp_spos_scb_lib.c 		       scb->next_scb_ptr != ins->the_null_scb))
next_scb_ptr      291 sound/pci/cs46xx/dsp_spos_scb_lib.c 	scb->next_scb_ptr = ins->the_null_scb;
next_scb_ptr      305 sound/pci/cs46xx/dsp_spos_scb_lib.c 			scb->parent_scb_ptr->next_scb_ptr->scb_name);
next_scb_ptr      312 sound/pci/cs46xx/dsp_spos_scb_lib.c 			if (snd_BUG_ON(scb->parent_scb_ptr->next_scb_ptr !=
next_scb_ptr      316 sound/pci/cs46xx/dsp_spos_scb_lib.c 			scb->parent_scb_ptr->next_scb_ptr = scb;
next_scb_ptr      717 sound/pci/cs46xx/dsp_spos_scb_lib.c 		.next_scb_ptr        = 0x0000,
next_scb_ptr     1138 sound/pci/cs46xx/dsp_spos_scb_lib.c 	while (scb->next_scb_ptr != ins->the_null_scb) {
next_scb_ptr     1139 sound/pci/cs46xx/dsp_spos_scb_lib.c 		if (snd_BUG_ON(!scb->next_scb_ptr))
next_scb_ptr     1142 sound/pci/cs46xx/dsp_spos_scb_lib.c 		scb = scb->next_scb_ptr;
next_scb_ptr     1537 sound/pci/cs46xx/dsp_spos_scb_lib.c 		pcm_channel->pcm_reader_scb->next_scb_ptr = src_scb->sub_list_ptr;
next_scb_ptr     1612 sound/pci/cs46xx/dsp_spos_scb_lib.c 		parent_scb->next_scb_ptr = src;
next_scb_ptr     1646 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (snd_BUG_ON(ins->master_mix_scb->next_scb_ptr !=
next_scb_ptr     1692 sound/pci/cs46xx/dsp_spos_scb_lib.c 	if (snd_BUG_ON(ins->master_mix_scb->next_scb_ptr != ins->asynch_tx_scb))