Home
last modified time | relevance | path

Searched refs:wm_adsp (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwm_adsp.h56 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);
[all …]
H A Dwm_adsp.c441 struct wm_adsp *dsp;
458 struct wm_adsp *dsp;
492 static int wm_adsp_buffer_init(struct wm_adsp *dsp);
493 static int wm_adsp_buffer_free(struct wm_adsp *dsp);
613 struct wm_adsp *dsp;
650 static void wm_adsp_debugfs_save_wmfwname(struct wm_adsp *dsp, const char *s) in wm_adsp_debugfs_save_wmfwname()
658 static void wm_adsp_debugfs_save_binname(struct wm_adsp *dsp, const char *s) in wm_adsp_debugfs_save_binname()
666 static void wm_adsp_debugfs_clear(struct wm_adsp *dsp) in wm_adsp_debugfs_clear()
678 struct wm_adsp *dsp = file->private_data; in wm_adsp_debugfs_wmfw_read()
698 struct wm_adsp *dsp = file->private_data; in wm_adsp_debugfs_bin_read()
[all …]
H A Darizona.h68 struct wm_adsp;
77 struct wm_adsp adsp[ARIZONA_MAX_ADSP];
H A Dmadera.h108 struct wm_adsp;
121 struct wm_adsp adsp[MADERA_MAX_ADSP];
H A Dwm2200.c84 struct wm_adsp dsp[2];
H A Dmadera.c966 struct wm_adsp *dsp, in madera_write_adsp_clk_setting()
1013 struct wm_adsp *dsp = &priv->adsp[dsp_num]; in madera_set_adsp_clk()
H A DMakefile259 snd-soc-wm-adsp-objs := wm_adsp.o