Lines Matching refs:dsp_cfg
495 if (aw_dev->dsp_cfg == AW88395_DEV_DSP_BYPASS) { in aw_dev_dsp_check_crc32()
936 static void aw_dev_get_dsp_config(struct aw_device *aw_dev, unsigned char *dsp_cfg) in aw_dev_get_dsp_config() argument
947 *dsp_cfg = AW88395_DEV_DSP_BYPASS; in aw_dev_get_dsp_config()
949 *dsp_cfg = AW88395_DEV_DSP_WORK; in aw_dev_get_dsp_config()
1059 aw_dev_get_dsp_config(aw_dev, &aw_dev->dsp_cfg); in aw_dev_update_reg_container()
1320 if (aw_dev->dsp_cfg == AW88395_DEV_DSP_WORK) in aw88395_dev_fw_update()
1366 switch (aw_dev->dsp_cfg) { in aw_dev_dsp_check()
1384 dev_err(aw_dev->dev, "unknown dsp cfg=%d", aw_dev->dsp_cfg); in aw_dev_dsp_check()
1436 if (aw_dev->dsp_cfg == AW88395_DEV_DSP_WORK) { in aw88395_dev_start()
1490 struct aw_sec_data_desc *dsp_cfg = in aw88395_dev_stop() local
1527 ret = aw_dev_dsp_update_cfg(aw_dev, dsp_cfg->data, dsp_cfg->len); in aw88395_dev_stop()