Searched refs:scbs (Results 1 – 5 of 5) sorted by relevance
288 if (ins->scbs[i].deleted) continue; in cs46xx_dsp_spos_destroy()290 cs46xx_dsp_proc_free_scb_desc ( (ins->scbs + i) ); in cs46xx_dsp_spos_destroy()292 kfree(ins->scbs[i].data); in cs46xx_dsp_spos_destroy()582 if (ins->scbs[i].deleted) in cs46xx_dsp_proc_scb_read()584 snd_iprintf(buffer,"\n%04x %s:\n\n",ins->scbs[i].address,ins->scbs[i].scb_name); in cs46xx_dsp_proc_scb_read()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()593 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()[all …]
169 struct dsp_scb_descriptor scbs[DSP_MAX_SCB_DESC]; member
168 (ins->scbs + scb->index) != scb)) in cs46xx_dsp_remove_scb()188 ins->scbs[scb->index].deleted = 1; in cs46xx_dsp_remove_scb()190 kfree(ins->scbs[scb->index].data); in cs46xx_dsp_remove_scb()191 ins->scbs[scb->index].data = NULL; in cs46xx_dsp_remove_scb()208 ins->scbs[i - 1].index = i - 1; in cs46xx_dsp_remove_scb()
669 scb = &ha->scbs[ha->max_cmds - 1]; in ips_release()736 scb = &ha->scbs[ha->max_cmds - 1]; in ips_halt()873 scb = &ha->scbs[ha->max_cmds - 1]; in __ips_eh_reset()2314 scb = &ha->scbs[ha->max_cmds - 1]; in ips_get_bios_version()3826 scb = &ha->scbs[pstatus->fields.command_id]; in ips_chkstatus()4263 if (ha->scbs) { in ips_deallocatescbs()4266 ha->scbs->sg_list.list, in ips_deallocatescbs()4267 ha->scbs->sg_busaddr); in ips_deallocatescbs()4269 ha->scbs, ha->scbs->scb_busaddr); in ips_deallocatescbs()4270 ha->scbs = NULL; in ips_deallocatescbs()[all …]
61 #define IPS_COMMAND_ID(ha, scb) (int) (scb - ha->scbs)1018 struct ips_scb *scbs; /* Array of all CCBS */ member