Lines Matching refs:next_scb_ptr

88 		    scb->next_scb_ptr->scb_name,  in cs46xx_dsp_proc_scb_info_read()
89 scb->next_scb_ptr->address, in cs46xx_dsp_proc_scb_info_read()
105 scb->parent_scb_ptr->next_scb_ptr != scb)) in _dsp_unlink_scb()
110 if (scb->next_scb_ptr == ins->the_null_scb) { in _dsp_unlink_scb()
120 scb->parent_scb_ptr->sub_list_ptr = scb->next_scb_ptr; in _dsp_unlink_scb()
122 if (scb->next_scb_ptr != ins->the_null_scb) { in _dsp_unlink_scb()
124 scb->next_scb_ptr->parent_scb_ptr = scb->parent_scb_ptr; in _dsp_unlink_scb()
126 scb->next_scb_ptr = ins->the_null_scb; in _dsp_unlink_scb()
129 scb->parent_scb_ptr->next_scb_ptr = scb->next_scb_ptr; in _dsp_unlink_scb()
131 if (scb->next_scb_ptr != ins->the_null_scb) { in _dsp_unlink_scb()
133 scb->next_scb_ptr->parent_scb_ptr = scb->parent_scb_ptr; in _dsp_unlink_scb()
135 scb->next_scb_ptr = ins->the_null_scb; in _dsp_unlink_scb()
175 scb->next_scb_ptr != ins->the_null_scb)) in cs46xx_dsp_remove_scb()
291 scb->next_scb_ptr = ins->the_null_scb; in _dsp_create_generic_scb()
305 scb->parent_scb_ptr->next_scb_ptr->scb_name); in _dsp_create_generic_scb()
312 if (snd_BUG_ON(scb->parent_scb_ptr->next_scb_ptr != in _dsp_create_generic_scb()
316 scb->parent_scb_ptr->next_scb_ptr = scb; in _dsp_create_generic_scb()
717 .next_scb_ptr = 0x0000,
1138 while (scb->next_scb_ptr != ins->the_null_scb) { in find_next_free_scb()
1139 if (snd_BUG_ON(!scb->next_scb_ptr)) in find_next_free_scb()
1142 scb = scb->next_scb_ptr; in find_next_free_scb()
1537 pcm_channel->pcm_reader_scb->next_scb_ptr = src_scb->sub_list_ptr; in cs46xx_dsp_pcm_link()
1612 parent_scb->next_scb_ptr = src; in cs46xx_src_link()
1646 if (snd_BUG_ON(ins->master_mix_scb->next_scb_ptr != in cs46xx_dsp_enable_spdif_out()
1692 if (snd_BUG_ON(ins->master_mix_scb->next_scb_ptr != ins->asynch_tx_scb)) in cs46xx_dsp_disable_spdif_out()