Home
last modified time | relevance | path

Searched refs:cs_ctl (Results 1 – 17 of 17) sorted by relevance

/linux/sound/soc/codecs/
H A Dwm_adsp.c314 struct cs_dsp_coeff_ctl *cs_ctl; member
381 struct cs_dsp_coeff_ctl *cs_ctl = ctl->cs_ctl; in wm_coeff_info() local
383 switch (cs_ctl->type) { in wm_coeff_info()
393 uinfo->count = cs_ctl->len; in wm_coeff_info()
406 struct cs_dsp_coeff_ctl *cs_ctl = ctl->cs_ctl; in wm_coeff_put() local
409 return cs_dsp_coeff_lock_and_write_ctrl(cs_ctl, 0, p, cs_ctl->len); in wm_coeff_put()
418 struct cs_dsp_coeff_ctl *cs_ctl = ctl->cs_ctl; in wm_coeff_tlv_put() local
424 return cs_dsp_coeff_lock_and_write_ctrl(cs_ctl, 0, scratch, size); in wm_coeff_tlv_put()
433 struct cs_dsp_coeff_ctl *cs_ctl = ctl->cs_ctl; in wm_coeff_put_acked() local
440 mutex_lock(&cs_ctl->dsp->pwr_lock); in wm_coeff_put_acked()
[all …]
H A Dcs-amp-lib.c79 struct cs_dsp_coeff_ctl *cs_ctl; in cs_amp_write_cal_coeff()
87 cs_ctl = cs_dsp_get_ctl(dsp, ctl_name, controls->mem_region, controls->alg_id); in cs_amp_write_cal_coeff()
88 ret = cs_dsp_coeff_write_ctrl(cs_ctl, 0, &beval, sizeof(beval)); in cs_amp_write_cal_coeff()
106 struct cs_dsp_coeff_ctl *cs_ctl; in cs_amp_read_cal_coeff()
116 cs_ctl = cs_dsp_get_ctl(dsp, ctl_name, controls->mem_region, controls->alg_id); in cs_amp_read_cal_coeff()
117 ret = cs_dsp_coeff_read_ctrl(cs_ctl, 0, &beval, sizeof(beval)); in cs_amp_read_cal_coeff()
74 struct cs_dsp_coeff_ctl *cs_ctl; cs_amp_write_cal_coeff() local
101 struct cs_dsp_coeff_ctl *cs_ctl; cs_amp_read_cal_coeff() local
H A Dcs35l56.c1529 static int cs35l56_control_add_nop(struct wm_adsp *dsp, struct cs_dsp_coeff_ctl *cs_ctl) in cs35l56_control_add_nop() argument
/linux/drivers/scsi/elx/efct/
H A Defct_scsi.c646 io->iparam.fcp_tgt.cs_ctl = io->cs_ctl; in efct_scsi_xfer_data()
765 io->iparam.fcp_tgt.cs_ctl = io->cs_ctl; in efct_scsi_send_resp()
1029 io->iparam.fcp_tgt.cs_ctl = io->cs_ctl; in efct_scsi_send_tmf_resp()
H A Defct_io.h149 u8 cs_ctl; member
H A Defct_unsol.c173 io->cs_ctl = fchdr->fh_cs_ctl; in efct_populate_io_fcp_cmd()
175 io->cs_ctl = 0; in efct_populate_io_fcp_cmd()
/linux/drivers/scsi/qla2xxx/
H A Dqla_nvme.h127 uint8_t cs_ctl; member
H A Dqla_target.h257 uint8_t cs_ctl; member
273 uint8_t cs_ctl; member
H A Dqla_fw.h758 uint8_t cs_ctl; member
1053 uint8_t cs_ctl; member
H A Dqla_isr.c149 abts_rsp->cs_ctl = abts->cs_ctl; in qla24xx_process_abts()
/linux/include/linux/qed/
H A Dfcoe_common.h94 u8 cs_ctl; member
/linux/drivers/scsi/bnx2fc/
H A D57xx_hsi_bnx2fc.h173 u8 cs_ctl; member
/linux/drivers/scsi/bfa/
H A Dbfa_fc.h51 u32 cs_ctl:8; /* class specific control */ member
/linux/drivers/scsi/elx/libefc_sli/
H A Dsli4.c1926 if (params->cs_ctl & SLI4_MASK_CCP) { in sli_fcp_treceive64_wqe()
1928 trecv->ccp = (params->cs_ctl & SLI4_MASK_CCP); in sli_fcp_treceive64_wqe()
2011 if (params->cs_ctl & SLI4_MASK_CCP) { in sli_fcp_trsp64_wqe()
2013 trsp->ccp = (params->cs_ctl & SLI4_MASK_CCP); in sli_fcp_trsp64_wqe()
2137 if (params->cs_ctl & SLI4_MASK_CCP) { in sli_fcp_tsend64_wqe()
2139 tsend->ccp = (params->cs_ctl & SLI4_MASK_CCP); in sli_fcp_tsend64_wqe()
H A Dsli4.h3601 u8 cs_ctl; member
/linux/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h2475 u8 cs_ctl; member
3558 u8 cs_ctl; member
3562 u8 cs_ctl;
/linux/drivers/scsi/qedf/
H A Dqedf_io.c723 task_fc_hdr.cs_ctl = fc_hdr->fh_cs_ctl; in qedf_init_mp_task()