Searched refs:scbs (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/cs46xx/ |
H A D | dsp_spos.c | 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[ in cs46xx_dsp_proc_scb_read() [all...] |
H A D | cs46xx_dsp_spos.h | 169 struct dsp_scb_descriptor scbs[DSP_MAX_SCB_DESC]; member
|
H A D | dsp_spos_scb_lib.c | 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()
|
/kernel/linux/linux-6.6/sound/pci/cs46xx/ |
H A D | dsp_spos.c | 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[ in cs46xx_dsp_proc_scb_read() [all...] |
H A D | cs46xx_dsp_spos.h | 169 struct dsp_scb_descriptor scbs[DSP_MAX_SCB_DESC]; member
|
H A D | dsp_spos_scb_lib.c | 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()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ips.c | 667 scb = &ha->scbs[ha->max_cmds - 1]; in ips_release() 736 scb = &ha->scbs[ha->max_cmds - 1]; in ips_halt() 891 scb = &ha->scbs[ha->max_cmds - 1]; in __ips_eh_reset() 2329 scb = &ha->scbs[ha->max_cmds - 1]; in ips_get_bios_version() 3841 scb = &ha->scbs[pstatus->fields.command_id]; in ips_chkstatus() 4278 if (ha->scbs) { in ips_deallocatescbs() 4281 ha->scbs->sg_list.list, in ips_deallocatescbs() 4282 ha->scbs->sg_busaddr); in ips_deallocatescbs() 4284 ha->scbs, ha->scbs in ips_deallocatescbs() [all...] |
H A D | ips.h | 61 #define IPS_COMMAND_ID(ha, scb) (int) (scb - ha->scbs) 1018 struct ips_scb *scbs; /* Array of all CCBS */ member
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ips.c | 669 scb = &ha->scbs[ha->max_cmds - 1]; in ips_release() 736 scb = &ha->scbs[ha->max_cmds - 1]; in ips_halt() 891 scb = &ha->scbs[ha->max_cmds - 1]; in __ips_eh_reset() 2332 scb = &ha->scbs[ha->max_cmds - 1]; in ips_get_bios_version() 3844 scb = &ha->scbs[pstatus->fields.command_id]; in ips_chkstatus() 4281 if (ha->scbs) { in ips_deallocatescbs() 4284 ha->scbs->sg_list.list, in ips_deallocatescbs() 4285 ha->scbs->sg_busaddr); in ips_deallocatescbs() 4287 ha->scbs, ha->scbs in ips_deallocatescbs() [all...] |
H A D | ips.h | 61 #define IPS_COMMAND_ID(ha, scb) (int) (scb - ha->scbs) 1018 struct ips_scb *scbs; /* Array of all CCBS */ member
|
Completed in 26 milliseconds