Searched defs:skl_dsp_fw_ops (Results 1 – 1 of 1) sorted by relevance
139 struct skl_dsp_fw_ops { struct140 int (*load_fw)(struct sst_dsp *ctx);142 int (*load_library)(struct sst_dsp *ctx,144 int (*parse_fw)(struct sst_dsp *ctx);145 int (*set_state_D0)(struct sst_dsp *ctx, unsigned int core_id);146 int (*set_state_D3)(struct sst_dsp *ctx, unsigned int core_id);147 int (*set_state_D0i3)(struct sst_dsp *ctx);148 int (*set_state_D0i0)(struct sst_dsp *ctx);149 unsigned int (*get_fw_errcode)(struct sst_dsp *ctx);150 int (*load_mod)(struct sst_dsp *ctx, u16 mod_id, u8 *mod_name);[all …]
Completed in 4 milliseconds