Lines Matching refs:wm_adsp
56 struct wm_adsp { struct
114 bool (*validate_version)(struct wm_adsp *dsp, unsigned int version); argument
115 unsigned int (*parse_sizes)(struct wm_adsp *dsp,
119 int (*setup_algs)(struct wm_adsp *dsp);
123 void (*show_fw_status)(struct wm_adsp *dsp);
124 void (*stop_watchdog)(struct wm_adsp *dsp);
126 int (*enable_memory)(struct wm_adsp *dsp);
127 void (*disable_memory)(struct wm_adsp *dsp);
128 int (*lock_memory)(struct wm_adsp *dsp, unsigned int lock_regions);
130 int (*enable_core)(struct wm_adsp *dsp);
131 void (*disable_core)(struct wm_adsp *dsp);
133 int (*start_core)(struct wm_adsp *dsp);
134 void (*stop_core)(struct wm_adsp *dsp);
161 int wm_adsp1_init(struct wm_adsp *dsp);
162 int wm_adsp2_init(struct wm_adsp *dsp);
163 void wm_adsp2_remove(struct wm_adsp *dsp);
164 int wm_adsp2_component_probe(struct wm_adsp *dsp, struct snd_soc_component *component);
165 int wm_adsp2_component_remove(struct wm_adsp *dsp, struct snd_soc_component *component);
166 int wm_halo_init(struct wm_adsp *dsp);
192 int wm_adsp_compr_open(struct wm_adsp *dsp, struct snd_compr_stream *stream);
199 int wm_adsp_compr_handle_irq(struct wm_adsp *dsp);