Searched refs:parent_scb_ptr (Results 1 – 3 of 3) sorted by relevance
79 if (scb->parent_scb_ptr != NULL) { in cs46xx_dsp_proc_scb_info_read()81 scb->parent_scb_ptr->scb_name, in cs46xx_dsp_proc_scb_info_read()82 scb->parent_scb_ptr->address); in cs46xx_dsp_proc_scb_info_read()102 if ( scb->parent_scb_ptr ) { in _dsp_unlink_scb()104 if (snd_BUG_ON(scb->parent_scb_ptr->sub_list_ptr != scb && in _dsp_unlink_scb()105 scb->parent_scb_ptr->next_scb_ptr != scb)) in _dsp_unlink_scb()108 if (scb->parent_scb_ptr->sub_list_ptr == scb) { in _dsp_unlink_scb()112 scb->parent_scb_ptr->sub_list_ptr = scb->sub_list_ptr; in _dsp_unlink_scb()115 scb->sub_list_ptr->parent_scb_ptr = scb->parent_scb_ptr; in _dsp_unlink_scb()120 scb->parent_scb_ptr->sub_list_ptr = scb->next_scb_ptr; in _dsp_unlink_scb()[all …]
586 if (ins->scbs[i].parent_scb_ptr != NULL) { in cs46xx_dsp_proc_scb_read()588 ins->scbs[i].parent_scb_ptr->scb_name, in cs46xx_dsp_proc_scb_read()589 ins->scbs[i].parent_scb_ptr->address); in cs46xx_dsp_proc_scb_read()1116 ins->the_null_scb->parent_scb_ptr = NULL; in cs46xx_dsp_scb_and_task_init()1592 async_codec_scb_desc->parent_scb_ptr = NULL; in cs46xx_dsp_async_init()1597 spdifi_scb_desc->parent_scb_ptr = async_codec_scb_desc; in cs46xx_dsp_async_init()1602 spdifo_scb_desc->parent_scb_ptr = spdifi_scb_desc; in cs46xx_dsp_async_init()1609 fg_entry->parent_scb_ptr = spdifo_scb_desc; in cs46xx_dsp_async_init()
99 struct dsp_scb_descriptor * parent_scb_ptr; member