Searched defs:skl_dsp_fw_ops (Results 1 – 1 of 1) sorted by relevance
145 struct skl_dsp_fw_ops { struct146 int (*load_fw)(struct sst_dsp *ctx);148 int (*load_library)(struct sst_dsp *ctx,150 int (*parse_fw)(struct sst_dsp *ctx);151 int (*set_state_D0)(struct sst_dsp *ctx, unsigned int core_id);152 int (*set_state_D3)(struct sst_dsp *ctx, unsigned int core_id);153 int (*set_state_D0i3)(struct sst_dsp *ctx);154 int (*set_state_D0i0)(struct sst_dsp *ctx);155 unsigned int (*get_fw_errcode)(struct sst_dsp *ctx);156 int (*load_mod)(struct sst_dsp *ctx, u16 mod_id, u8 *mod_name);[all …]