Home
last modified time | relevance | path

Searched refs:parent_scb_ptr (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/pci/cs46xx/
Ddsp_spos_scb_lib.c96 if (scb->parent_scb_ptr != NULL) { in cs46xx_dsp_proc_scb_info_read()
98 scb->parent_scb_ptr->scb_name, in cs46xx_dsp_proc_scb_info_read()
99 scb->parent_scb_ptr->address); in cs46xx_dsp_proc_scb_info_read()
119 if ( scb->parent_scb_ptr ) { in _dsp_unlink_scb()
121 if (snd_BUG_ON(scb->parent_scb_ptr->sub_list_ptr != scb && in _dsp_unlink_scb()
122 scb->parent_scb_ptr->next_scb_ptr != scb)) in _dsp_unlink_scb()
125 if (scb->parent_scb_ptr->sub_list_ptr == scb) { in _dsp_unlink_scb()
129 scb->parent_scb_ptr->sub_list_ptr = scb->sub_list_ptr; in _dsp_unlink_scb()
132 scb->sub_list_ptr->parent_scb_ptr = scb->parent_scb_ptr; in _dsp_unlink_scb()
137 scb->parent_scb_ptr->sub_list_ptr = scb->next_scb_ptr; in _dsp_unlink_scb()
[all …]
Dcs46xx_dsp_spos.h114 struct dsp_scb_descriptor * parent_scb_ptr; member
Ddsp_spos.c595 if (ins->scbs[i].parent_scb_ptr != NULL) { in cs46xx_dsp_proc_scb_read()
597 ins->scbs[i].parent_scb_ptr->scb_name, in cs46xx_dsp_proc_scb_read()
598 ins->scbs[i].parent_scb_ptr->address); in cs46xx_dsp_proc_scb_read()
1182 ins->the_null_scb->parent_scb_ptr = NULL; in cs46xx_dsp_scb_and_task_init()
1658 async_codec_scb_desc->parent_scb_ptr = NULL; in cs46xx_dsp_async_init()
1663 spdifi_scb_desc->parent_scb_ptr = async_codec_scb_desc; in cs46xx_dsp_async_init()
1668 spdifo_scb_desc->parent_scb_ptr = spdifi_scb_desc; in cs46xx_dsp_async_init()
1675 fg_entry->parent_scb_ptr = spdifo_scb_desc; in cs46xx_dsp_async_init()