Lines Matching defs:dsp

241 	struct wm_adsp *dsp;  member
253 static void wm_adsp_debugfs_save_wmfwname(struct wm_adsp *dsp, const char *s) in wm_adsp_debugfs_save_wmfwname()
263 static void wm_adsp_debugfs_save_binname(struct wm_adsp *dsp, const char *s) in wm_adsp_debugfs_save_binname()
273 static void wm_adsp_debugfs_clear(struct wm_adsp *dsp) in wm_adsp_debugfs_clear()
287 struct wm_adsp *dsp = file->private_data; in wm_adsp_debugfs_wmfw_read() local
307 struct wm_adsp *dsp = file->private_data; in wm_adsp_debugfs_bin_read() local
343 static void wm_adsp2_init_debugfs(struct wm_adsp *dsp, in wm_adsp2_init_debugfs()
391 static void wm_adsp2_cleanup_debugfs(struct wm_adsp *dsp) in wm_adsp2_cleanup_debugfs()
397 static inline void wm_adsp2_init_debugfs(struct wm_adsp *dsp, in wm_adsp2_init_debugfs()
402 static inline void wm_adsp2_cleanup_debugfs(struct wm_adsp *dsp) in wm_adsp2_cleanup_debugfs()
406 static inline void wm_adsp_debugfs_save_wmfwname(struct wm_adsp *dsp, in wm_adsp_debugfs_save_wmfwname()
411 static inline void wm_adsp_debugfs_save_binname(struct wm_adsp *dsp, in wm_adsp_debugfs_save_binname()
416 static inline void wm_adsp_debugfs_clear(struct wm_adsp *dsp) in wm_adsp_debugfs_clear()
426 struct wm_adsp *dsp = snd_soc_codec_get_drvdata(codec); in wm_adsp_fw_get() local
438 struct wm_adsp *dsp = snd_soc_codec_get_drvdata(codec); in wm_adsp_fw_put() local
473 static struct wm_adsp_region const *wm_adsp_find_region(struct wm_adsp *dsp, in wm_adsp_find_region()
507 static void wm_adsp2_show_fw_status(struct wm_adsp *dsp) in wm_adsp2_show_fw_status()
541 struct wm_adsp *dsp = ctl->dsp; in wm_coeff_write_control() local
595 struct wm_adsp *dsp = ctl->dsp; in wm_coeff_read_control() local
648 struct wm_adsp *dsp; member
653 static int wmfw_add_ctl(struct wm_adsp *dsp, struct wm_coeff_ctl *ctl) in wmfw_add_ctl()
698 static int wm_coeff_init_control_caches(struct wm_adsp *dsp) in wm_coeff_init_control_caches()
719 static int wm_coeff_sync_controls(struct wm_adsp *dsp) in wm_coeff_sync_controls()
749 static int wm_adsp_create_control(struct wm_adsp *dsp, in wm_adsp_create_control()
935 static inline void wm_coeff_parse_alg(struct wm_adsp *dsp, const u8 **data, in wm_coeff_parse_alg()
965 static inline void wm_coeff_parse_coeff(struct wm_adsp *dsp, const u8 **data, in wm_coeff_parse_coeff()
1011 static int wm_adsp_parse_coeff(struct wm_adsp *dsp, in wm_adsp_parse_coeff()
1050 static int wm_adsp_load(struct wm_adsp *dsp) in wm_adsp_load()
1278 static void wm_adsp_ctl_fixup_base(struct wm_adsp *dsp, in wm_adsp_ctl_fixup_base()
1292 static void *wm_adsp_read_algs(struct wm_adsp *dsp, size_t n_algs, in wm_adsp_read_algs()
1336 static struct wm_adsp_alg_region *wm_adsp_create_region(struct wm_adsp *dsp, in wm_adsp_create_region()
1358 static int wm_adsp1_setup_algs(struct wm_adsp *dsp) in wm_adsp1_setup_algs()
1461 static int wm_adsp2_setup_algs(struct wm_adsp *dsp) in wm_adsp2_setup_algs()
1592 static int wm_adsp_load_coeff(struct wm_adsp *dsp) in wm_adsp_load_coeff()
1777 int wm_adsp1_init(struct wm_adsp *dsp) in wm_adsp1_init()
1794 struct wm_adsp *dsp = &dsps[w->shift]; in wm_adsp1_event() local
1896 static int wm_adsp2_ena(struct wm_adsp *dsp) in wm_adsp2_ena()
1931 struct wm_adsp *dsp = container_of(work, in wm_adsp2_boot_work() local
1997 struct wm_adsp *dsp = &dsps[w->shift]; in wm_adsp2_early_event() local
2018 struct wm_adsp *dsp = &dsps[w->shift]; in wm_adsp2_event() local
2083 int wm_adsp2_codec_probe(struct wm_adsp *dsp, struct snd_soc_codec *codec) in wm_adsp2_codec_probe()
2093 int wm_adsp2_codec_remove(struct wm_adsp *dsp, struct snd_soc_codec *codec) in wm_adsp2_codec_remove()
2101 int wm_adsp2_init(struct wm_adsp *dsp) in wm_adsp2_init()