• Home
  • Raw
  • Download

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()
936 static inline void wm_coeff_parse_alg(struct wm_adsp *dsp, const u8 **data, in wm_coeff_parse_alg()
966 static inline void wm_coeff_parse_coeff(struct wm_adsp *dsp, const u8 **data, in wm_coeff_parse_coeff()
1012 static int wm_adsp_parse_coeff(struct wm_adsp *dsp, in wm_adsp_parse_coeff()
1051 static int wm_adsp_load(struct wm_adsp *dsp) in wm_adsp_load()
1291 static void wm_adsp_ctl_fixup_base(struct wm_adsp *dsp, in wm_adsp_ctl_fixup_base()
1305 static void *wm_adsp_read_algs(struct wm_adsp *dsp, size_t n_algs, in wm_adsp_read_algs()
1349 static struct wm_adsp_alg_region *wm_adsp_create_region(struct wm_adsp *dsp, in wm_adsp_create_region()
1371 static int wm_adsp1_setup_algs(struct wm_adsp *dsp) in wm_adsp1_setup_algs()
1474 static int wm_adsp2_setup_algs(struct wm_adsp *dsp) in wm_adsp2_setup_algs()
1605 static int wm_adsp_load_coeff(struct wm_adsp *dsp) in wm_adsp_load_coeff()
1801 int wm_adsp1_init(struct wm_adsp *dsp) in wm_adsp1_init()
1818 struct wm_adsp *dsp = &dsps[w->shift]; in wm_adsp1_event() local
1920 static int wm_adsp2_ena(struct wm_adsp *dsp) in wm_adsp2_ena()
1955 struct wm_adsp *dsp = container_of(work, in wm_adsp2_boot_work() local
2021 struct wm_adsp *dsp = &dsps[w->shift]; in wm_adsp2_early_event() local
2042 struct wm_adsp *dsp = &dsps[w->shift]; in wm_adsp2_event() local
2107 int wm_adsp2_codec_probe(struct wm_adsp *dsp, struct snd_soc_codec *codec) in wm_adsp2_codec_probe()
2117 int wm_adsp2_codec_remove(struct wm_adsp *dsp, struct snd_soc_codec *codec) in wm_adsp2_codec_remove()
2125 int wm_adsp2_init(struct wm_adsp *dsp) in wm_adsp2_init()