Lines Matching refs:next_scb_ptr
105 scb->next_scb_ptr->scb_name, in cs46xx_dsp_proc_scb_info_read()
106 scb->next_scb_ptr->address, in cs46xx_dsp_proc_scb_info_read()
122 scb->parent_scb_ptr->next_scb_ptr != scb)) in _dsp_unlink_scb()
127 if (scb->next_scb_ptr == ins->the_null_scb) { in _dsp_unlink_scb()
137 scb->parent_scb_ptr->sub_list_ptr = scb->next_scb_ptr; in _dsp_unlink_scb()
139 if (scb->next_scb_ptr != ins->the_null_scb) { in _dsp_unlink_scb()
141 scb->next_scb_ptr->parent_scb_ptr = scb->parent_scb_ptr; in _dsp_unlink_scb()
143 scb->next_scb_ptr = ins->the_null_scb; in _dsp_unlink_scb()
146 scb->parent_scb_ptr->next_scb_ptr = scb->next_scb_ptr; in _dsp_unlink_scb()
148 if (scb->next_scb_ptr != ins->the_null_scb) { in _dsp_unlink_scb()
150 scb->next_scb_ptr->parent_scb_ptr = scb->parent_scb_ptr; in _dsp_unlink_scb()
152 scb->next_scb_ptr = ins->the_null_scb; in _dsp_unlink_scb()
192 scb->next_scb_ptr != ins->the_null_scb)) in cs46xx_dsp_remove_scb()
314 scb->next_scb_ptr = ins->the_null_scb; in _dsp_create_generic_scb()
324 printk ("scb->parent_scb_ptr->next_scb_ptr = %s\n",scb->parent_scb_ptr->next_scb_ptr->scb_name); in _dsp_create_generic_scb()
329 if (snd_BUG_ON(scb->parent_scb_ptr->next_scb_ptr != in _dsp_create_generic_scb()
333 scb->parent_scb_ptr->next_scb_ptr = scb; in _dsp_create_generic_scb()
730 .next_scb_ptr = 0x0000,
1151 while (scb->next_scb_ptr != ins->the_null_scb) { in find_next_free_scb()
1152 if (snd_BUG_ON(!scb->next_scb_ptr)) in find_next_free_scb()
1155 scb = scb->next_scb_ptr; in find_next_free_scb()
1544 pcm_channel->pcm_reader_scb->next_scb_ptr = src_scb->sub_list_ptr; in cs46xx_dsp_pcm_link()
1619 parent_scb->next_scb_ptr = src; in cs46xx_src_link()
1653 if (snd_BUG_ON(ins->master_mix_scb->next_scb_ptr != in cs46xx_dsp_enable_spdif_out()
1699 if (snd_BUG_ON(ins->master_mix_scb->next_scb_ptr != ins->asynch_tx_scb)) in cs46xx_dsp_disable_spdif_out()