Searched refs:scbs (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/sound/pci/cs46xx/ |
D | dsp_spos.c | 297 if (ins->scbs[i].deleted) continue; in cs46xx_dsp_spos_destroy() 299 cs46xx_dsp_proc_free_scb_desc ( (ins->scbs + i) ); in cs46xx_dsp_spos_destroy() 301 kfree(ins->scbs[i].data); in cs46xx_dsp_spos_destroy() 591 if (ins->scbs[i].deleted) in cs46xx_dsp_proc_scb_read() 593 snd_iprintf(buffer,"\n%04x %s:\n\n",ins->scbs[i].address,ins->scbs[i].scb_name); in cs46xx_dsp_proc_scb_read() 595 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() 602 ins->scbs[i].sub_list_ptr->scb_name, in cs46xx_dsp_proc_scb_read() 603 ins->scbs[i].sub_list_ptr->address, in cs46xx_dsp_proc_scb_read() [all …]
|
D | cs46xx_dsp_spos.h | 188 struct dsp_scb_descriptor scbs[DSP_MAX_SCB_DESC]; member
|
D | dsp_spos_scb_lib.c | 185 (ins->scbs + scb->index) != scb)) in cs46xx_dsp_remove_scb() 205 ins->scbs[scb->index].deleted = 1; in cs46xx_dsp_remove_scb() 207 kfree(ins->scbs[scb->index].data); in cs46xx_dsp_remove_scb() 208 ins->scbs[scb->index].data = NULL; in cs46xx_dsp_remove_scb() 225 ins->scbs[i - 1].index = i - 1; in cs46xx_dsp_remove_scb()
|
/linux-4.1.27/drivers/scsi/ |
D | wd7000.c | 599 static Scb scbs[MAX_SCBS]; variable 884 scbfree = &(scbs[0]); in init_scbs() 885 memset(scbs, 0, sizeof(scbs)); in init_scbs() 887 scbs[i].next = &(scbs[i + 1]); in init_scbs() 888 scbs[i].SCpnt = NULL; in init_scbs() 890 scbs[MAX_SCBS - 1].next = NULL; in init_scbs() 891 scbs[MAX_SCBS - 1].SCpnt = NULL; in init_scbs()
|
D | ips.c | 676 scb = &ha->scbs[ha->max_cmds - 1]; in ips_release() 745 scb = &ha->scbs[ha->max_cmds - 1]; in ips_halt() 900 scb = &ha->scbs[ha->max_cmds - 1]; in __ips_eh_reset() 2344 scb = &ha->scbs[ha->max_cmds - 1]; in ips_get_bios_version() 3860 scb = &ha->scbs[pstatus->fields.command_id]; in ips_chkstatus() 4297 if (ha->scbs) { in ips_deallocatescbs() 4300 ha->scbs->sg_list.list, in ips_deallocatescbs() 4301 ha->scbs->sg_busaddr); in ips_deallocatescbs() 4303 ha->scbs, ha->scbs->scb_busaddr); in ips_deallocatescbs() 4304 ha->scbs = NULL; in ips_deallocatescbs() [all …]
|
D | ips.h | 61 #define IPS_COMMAND_ID(ha, scb) (int) (scb - ha->scbs) 1036 struct ips_scb *scbs; /* Array of all CCBS */ member
|