Searched defs:wm_adsp_ops (Results 1 – 1 of 1) sorted by relevance
111 struct wm_adsp_ops { struct112 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);[all …]