Home
last modified time | relevance | path

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

/linux/sound/pci/cs46xx/
H A Dcs46xx_dsp_scb_types.h100 sub_list_ptr /* REQUIRED */
287 sub_list_ptr /* REQUIRED */
355 sub_list_ptr /* REQUIRED */
419 sub_list_ptr /* REQUIRED */
476 sub_list_ptr /* REQUIRED */
710 sub_list_ptr /* REQUIRED */
756 sub_list_ptr /* REQUIRED */
861 sub_list_ptr
907 sub_list_ptr
1046 sub_list_ptr /* REQUIRED */
[all …]
H A Ddsp_spos_scb_lib.c86 scb->sub_list_ptr->scb_name, in cs46xx_dsp_proc_scb_info_read()
87 scb->sub_list_ptr->address, in cs46xx_dsp_proc_scb_info_read()
104 if (snd_BUG_ON(scb->parent_scb_ptr->sub_list_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()
114 if (scb->sub_list_ptr != ins->the_null_scb) { in _dsp_unlink_scb()
115 scb->sub_list_ptr->parent_scb_ptr = scb->parent_scb_ptr; in _dsp_unlink_scb()
117 scb->sub_list_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()
174 if (snd_BUG_ON(scb->sub_list_ptr != ins->the_null_scb || in cs46xx_dsp_remove_scb()
[all …]
H A Ddsp_spos.c593 ins->scbs[i].sub_list_ptr->scb_name, in cs46xx_dsp_proc_scb_read()
594 ins->scbs[i].sub_list_ptr->address, in cs46xx_dsp_proc_scb_read()
1114 ins->the_null_scb->sub_list_ptr = ins->the_null_scb; in cs46xx_dsp_scb_and_task_init()
1594 async_codec_scb_desc->sub_list_ptr = ins->the_null_scb; in cs46xx_dsp_async_init()
1599 spdifi_scb_desc->sub_list_ptr = ins->the_null_scb; in cs46xx_dsp_async_init()
1604 spdifo_scb_desc->sub_list_ptr = ins->the_null_scb; in cs46xx_dsp_async_init()
1867 scb = ins->master_mix_scb->sub_list_ptr; in cs46xx_dsp_set_dac_volume()
1874 scb = ins->rear_mix_scb->sub_list_ptr; in cs46xx_dsp_set_dac_volume()
H A Dcs46xx_dsp_spos.h97 struct dsp_scb_descriptor * sub_list_ptr; member
H A Ddsp_spos.h198 (scb->sub_list_ptr->address << 0x10) | in cs46xx_dsp_spos_update_scb()