Home
last modified time | relevance | path

Searched refs:next_scb_ptr (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/sound/pci/cs46xx/
Ddsp_spos_scb_lib.c88 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()
[all …]
Dcs46xx_dsp_spos.h98 struct dsp_scb_descriptor * next_scb_ptr; member
Ddsp_spos.h199 (scb->next_scb_ptr->address)); in cs46xx_dsp_spos_update_scb()
Ddsp_spos.c595 ins->scbs[i].next_scb_ptr->scb_name, in cs46xx_dsp_proc_scb_read()
596 ins->scbs[i].next_scb_ptr->address, in cs46xx_dsp_proc_scb_read()
1115 ins->the_null_scb->next_scb_ptr = ins->the_null_scb; in cs46xx_dsp_scb_and_task_init()
1593 async_codec_scb_desc->next_scb_ptr = spdifi_scb_desc; in cs46xx_dsp_async_init()
1598 spdifi_scb_desc->next_scb_ptr = spdifo_scb_desc; in cs46xx_dsp_async_init()
1603 spdifo_scb_desc->next_scb_ptr = fg_entry; in cs46xx_dsp_async_init()
1870 scb = scb->next_scb_ptr; in cs46xx_dsp_set_dac_volume()
1877 scb = scb->next_scb_ptr; in cs46xx_dsp_set_dac_volume()
Dcs46xx_dsp_scb_types.h1173 next_scb_ptr, /* 0x09 */