Searched defs:skl_dsp_fw_ops (Results 1 – 1 of 1) sorted by relevance
137 struct skl_dsp_fw_ops { struct138 int (*load_fw)(struct sst_dsp *ctx);140 int (*load_library)(struct sst_dsp *ctx,142 int (*parse_fw)(struct sst_dsp *ctx);143 int (*set_state_D0)(struct sst_dsp *ctx, unsigned int core_id);144 int (*set_state_D3)(struct sst_dsp *ctx, unsigned int core_id);145 int (*set_state_D0i3)(struct sst_dsp *ctx);146 int (*set_state_D0i0)(struct sst_dsp *ctx);147 unsigned int (*get_fw_errcode)(struct sst_dsp *ctx);148 int (*load_mod)(struct sst_dsp *ctx, u16 mod_id, u8 *mod_name);[all …]