Lines Matching defs:wm_adsp_ops
111 struct wm_adsp_ops { struct
112 unsigned int sys_config_size;
114 bool (*validate_version)(struct wm_adsp *dsp, unsigned int version);
115 unsigned int (*parse_sizes)(struct wm_adsp *dsp,
119 int (*setup_algs)(struct wm_adsp *dsp);
120 unsigned int (*region_to_reg)(struct wm_adsp_region const *mem,
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);