Home
last modified time | relevance | path

Searched defs:skl_dsp_fw_ops (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/sound/soc/intel/skylake/
Dskl-sst-dsp.h139 struct skl_dsp_fw_ops { struct
140 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 …]