Searched refs:scbs (Results 1 – 4 of 4) sorted by relevance
286 if (ins->scbs[i].deleted) continue; in cs46xx_dsp_spos_destroy()288 cs46xx_dsp_proc_free_scb_desc ( (ins->scbs + i) ); in cs46xx_dsp_spos_destroy()290 kfree(ins->scbs[i].data); in cs46xx_dsp_spos_destroy()577 if (ins->scbs[i].deleted) in cs46xx_dsp_proc_scb_read()579 snd_iprintf(buffer,"\n%04x %s:\n\n",ins->scbs[i].address,ins->scbs[i].scb_name); in cs46xx_dsp_proc_scb_read()581 if (ins->scbs[i].parent_scb_ptr != NULL) { in cs46xx_dsp_proc_scb_read()583 ins->scbs[i].parent_scb_ptr->scb_name, in cs46xx_dsp_proc_scb_read()584 ins->scbs[i].parent_scb_ptr->address); in cs46xx_dsp_proc_scb_read()588 ins->scbs[i].sub_list_ptr->scb_name, in cs46xx_dsp_proc_scb_read()589 ins->scbs[i].sub_list_ptr->address, in cs46xx_dsp_proc_scb_read()[all …]
169 struct dsp_scb_descriptor scbs[DSP_MAX_SCB_DESC]; member
166 (ins->scbs + scb->index) != scb)) in cs46xx_dsp_remove_scb()186 ins->scbs[scb->index].deleted = 1; in cs46xx_dsp_remove_scb()188 kfree(ins->scbs[scb->index].data); in cs46xx_dsp_remove_scb()189 ins->scbs[scb->index].data = NULL; in cs46xx_dsp_remove_scb()
670 scb = &ha->scbs[ha->max_cmds - 1]; in ips_release()737 scb = &ha->scbs[ha->max_cmds - 1]; in ips_halt()874 scb = &ha->scbs[ha->max_cmds - 1]; in __ips_eh_reset()2315 scb = &ha->scbs[ha->max_cmds - 1]; in ips_get_bios_version()3827 scb = &ha->scbs[pstatus->fields.command_id]; in ips_chkstatus()4264 if (ha->scbs) { in ips_deallocatescbs()4267 ha->scbs->sg_list.list, in ips_deallocatescbs()4268 ha->scbs->sg_busaddr); in ips_deallocatescbs()4270 ha->scbs, ha->scbs->scb_busaddr); in ips_deallocatescbs()4271 ha->scbs = NULL; in ips_deallocatescbs()[all …]