• Home
  • Raw
  • Download

Lines Matching defs:dsp

442 	struct wm_adsp *dsp;  member
459 struct wm_adsp *dsp; member
606 struct wm_adsp *dsp; member
643 static void wm_adsp_debugfs_save_wmfwname(struct wm_adsp *dsp, const char *s) in wm_adsp_debugfs_save_wmfwname()
651 static void wm_adsp_debugfs_save_binname(struct wm_adsp *dsp, const char *s) in wm_adsp_debugfs_save_binname()
659 static void wm_adsp_debugfs_clear(struct wm_adsp *dsp) in wm_adsp_debugfs_clear()
671 struct wm_adsp *dsp = file->private_data; in wm_adsp_debugfs_wmfw_read() local
691 struct wm_adsp *dsp = file->private_data; in wm_adsp_debugfs_bin_read() local
727 static void wm_adsp2_init_debugfs(struct wm_adsp *dsp, in wm_adsp2_init_debugfs()
747 static void wm_adsp2_cleanup_debugfs(struct wm_adsp *dsp) in wm_adsp2_cleanup_debugfs()
754 static inline void wm_adsp2_init_debugfs(struct wm_adsp *dsp, in wm_adsp2_init_debugfs()
759 static inline void wm_adsp2_cleanup_debugfs(struct wm_adsp *dsp) in wm_adsp2_cleanup_debugfs()
763 static inline void wm_adsp_debugfs_save_wmfwname(struct wm_adsp *dsp, in wm_adsp_debugfs_save_wmfwname()
768 static inline void wm_adsp_debugfs_save_binname(struct wm_adsp *dsp, in wm_adsp_debugfs_save_binname()
773 static inline void wm_adsp_debugfs_clear(struct wm_adsp *dsp) in wm_adsp_debugfs_clear()
783 struct wm_adsp *dsp = snd_soc_component_get_drvdata(component); in wm_adsp_fw_get() local
796 struct wm_adsp *dsp = snd_soc_component_get_drvdata(component); in wm_adsp_fw_put() local
829 static const struct wm_adsp_region *wm_adsp_find_region(struct wm_adsp *dsp, in wm_adsp_find_region()
876 static void wm_adsp_read_fw_status(struct wm_adsp *dsp, in wm_adsp_read_fw_status()
891 static void wm_adsp2_show_fw_status(struct wm_adsp *dsp) in wm_adsp2_show_fw_status()
903 static void wm_adsp2v2_show_fw_status(struct wm_adsp *dsp) in wm_adsp2v2_show_fw_status()
914 static void wm_halo_show_fw_status(struct wm_adsp *dsp) in wm_halo_show_fw_status()
934 struct wm_adsp *dsp = ctl->dsp; in wm_coeff_base_reg() local
976 struct wm_adsp *dsp = ctl->dsp; in wm_coeff_write_acked_control() local
1036 struct wm_adsp *dsp = ctl->dsp; in wm_coeff_write_ctrl_raw() local
1144 struct wm_adsp *dsp = ctl->dsp; in wm_coeff_read_ctrl_raw() local
1244 struct wm_adsp *dsp; member
1280 static int wmfw_add_ctl(struct wm_adsp *dsp, struct wm_coeff_ctl *ctl) in wmfw_add_ctl()
1329 static int wm_coeff_init_control_caches(struct wm_adsp *dsp) in wm_coeff_init_control_caches()
1355 static int wm_coeff_sync_controls(struct wm_adsp *dsp) in wm_coeff_sync_controls()
1374 static void wm_adsp_signal_event_controls(struct wm_adsp *dsp, in wm_adsp_signal_event_controls()
1413 static int wm_adsp_create_control(struct wm_adsp *dsp, in wm_adsp_create_control()
1597 static inline void wm_coeff_parse_alg(struct wm_adsp *dsp, const u8 **data, in wm_coeff_parse_alg()
1627 static inline void wm_coeff_parse_coeff(struct wm_adsp *dsp, const u8 **data, in wm_coeff_parse_coeff()
1675 static int wm_adsp_check_coeff_flags(struct wm_adsp *dsp, in wm_adsp_check_coeff_flags()
1690 static int wm_adsp_parse_coeff(struct wm_adsp *dsp, in wm_adsp_parse_coeff()
1761 static unsigned int wm_adsp1_parse_sizes(struct wm_adsp *dsp, in wm_adsp1_parse_sizes()
1777 static unsigned int wm_adsp2_parse_sizes(struct wm_adsp *dsp, in wm_adsp2_parse_sizes()
1793 static bool wm_adsp_validate_version(struct wm_adsp *dsp, unsigned int version) in wm_adsp_validate_version()
1807 static bool wm_halo_validate_version(struct wm_adsp *dsp, unsigned int version) in wm_halo_validate_version()
1817 static int wm_adsp_load(struct wm_adsp *dsp) in wm_adsp_load()
2023 static struct wm_coeff_ctl *wm_adsp_get_ctl(struct wm_adsp *dsp, in wm_adsp_get_ctl()
2045 int wm_adsp_write_ctl(struct wm_adsp *dsp, const char *name, int type, in wm_adsp_write_ctl()
2087 int wm_adsp_read_ctl(struct wm_adsp *dsp, const char *name, int type, in wm_adsp_read_ctl()
2103 static void wm_adsp_ctl_fixup_base(struct wm_adsp *dsp, in wm_adsp_ctl_fixup_base()
2117 static void *wm_adsp_read_algs(struct wm_adsp *dsp, size_t n_algs, in wm_adsp_read_algs()
2170 wm_adsp_find_alg_region(struct wm_adsp *dsp, int type, unsigned int id) in wm_adsp_find_alg_region()
2182 static struct wm_adsp_alg_region *wm_adsp_create_region(struct wm_adsp *dsp, in wm_adsp_create_region()
2204 static void wm_adsp_free_alg_regions(struct wm_adsp *dsp) in wm_adsp_free_alg_regions()
2217 static void wmfw_parse_id_header(struct wm_adsp *dsp, in wmfw_parse_id_header()
2229 static void wmfw_v3_parse_id_header(struct wm_adsp *dsp, in wmfw_v3_parse_id_header()
2243 static int wm_adsp_create_regions(struct wm_adsp *dsp, __be32 id, int nregions, in wm_adsp_create_regions()
2258 static int wm_adsp1_setup_algs(struct wm_adsp *dsp) in wm_adsp1_setup_algs()
2359 static int wm_adsp2_setup_algs(struct wm_adsp *dsp) in wm_adsp2_setup_algs()
2488 static int wm_halo_create_regions(struct wm_adsp *dsp, __be32 id, in wm_halo_create_regions()
2500 static int wm_halo_setup_algs(struct wm_adsp *dsp) in wm_halo_setup_algs()
2560 static int wm_adsp_load_coeff(struct wm_adsp *dsp) in wm_adsp_load_coeff()
2754 static int wm_adsp_create_name(struct wm_adsp *dsp) in wm_adsp_create_name()
2778 static int wm_adsp_common_init(struct wm_adsp *dsp) in wm_adsp_common_init()
2796 int wm_adsp1_init(struct wm_adsp *dsp) in wm_adsp1_init()
2810 struct wm_adsp *dsp = &dsps[w->shift]; in wm_adsp1_event() local
2919 static int wm_adsp2v2_enable_core(struct wm_adsp *dsp) in wm_adsp2v2_enable_core()
2946 static int wm_adsp2_enable_core(struct wm_adsp *dsp) in wm_adsp2_enable_core()
2958 static int wm_adsp2_lock(struct wm_adsp *dsp, unsigned int lock_regions) in wm_adsp2_lock()
2988 static int wm_adsp2_enable_memory(struct wm_adsp *dsp) in wm_adsp2_enable_memory()
2994 static void wm_adsp2_disable_memory(struct wm_adsp *dsp) in wm_adsp2_disable_memory()
3000 static void wm_adsp2_disable_core(struct wm_adsp *dsp) in wm_adsp2_disable_core()
3010 static void wm_adsp2v2_disable_core(struct wm_adsp *dsp) in wm_adsp2v2_disable_core()
3019 struct wm_adsp *dsp = container_of(work, in wm_adsp_boot_work() local
3074 static int wm_halo_configure_mpu(struct wm_adsp *dsp, unsigned int lock_regions) in wm_halo_configure_mpu()
3109 struct wm_adsp *dsp = &dsps[w->shift]; in wm_adsp2_set_dspclk() local
3129 struct wm_adsp *dsp = &dsps[mc->shift - 1]; in wm_adsp2_preloader_get() local
3145 struct wm_adsp *dsp = &dsps[mc->shift - 1]; in wm_adsp2_preloader_put() local
3165 static void wm_adsp_stop_watchdog(struct wm_adsp *dsp) in wm_adsp_stop_watchdog()
3171 static void wm_halo_stop_watchdog(struct wm_adsp *dsp) in wm_halo_stop_watchdog()
3182 struct wm_adsp *dsp = &dsps[w->shift]; in wm_adsp_early_event() local
3219 static int wm_adsp2_start_core(struct wm_adsp *dsp) in wm_adsp2_start_core()
3226 static void wm_adsp2_stop_core(struct wm_adsp *dsp) in wm_adsp2_stop_core()
3237 struct wm_adsp *dsp = &dsps[w->shift]; in wm_adsp_event() local
3333 static int wm_halo_start_core(struct wm_adsp *dsp) in wm_halo_start_core()
3341 static void wm_halo_stop_core(struct wm_adsp *dsp) in wm_halo_stop_core()
3351 int wm_adsp2_component_probe(struct wm_adsp *dsp, struct snd_soc_component *component) in wm_adsp2_component_probe()
3366 int wm_adsp2_component_remove(struct wm_adsp *dsp, struct snd_soc_component *component) in wm_adsp2_component_remove()
3374 int wm_adsp2_init(struct wm_adsp *dsp) in wm_adsp2_init()
3412 int wm_halo_init(struct wm_adsp *dsp) in wm_halo_init()
3428 void wm_adsp2_remove(struct wm_adsp *dsp) in wm_adsp2_remove()
3484 int wm_adsp_compr_open(struct wm_adsp *dsp, struct snd_compr_stream *stream) in wm_adsp_compr_open()
3540 struct wm_adsp *dsp = compr->dsp; in wm_adsp_compr_free() local
3560 struct wm_adsp *dsp = compr->dsp; in wm_adsp_compr_check_params() local
3664 static int wm_adsp_read_raw_data_block(struct wm_adsp *dsp, int mem_type, in wm_adsp_read_raw_data_block()
3685 static inline int wm_adsp_read_data_word(struct wm_adsp *dsp, int mem_type, in wm_adsp_read_data_word()
3700 static int wm_adsp_write_data_word(struct wm_adsp *dsp, int mem_type, in wm_adsp_write_data_word()
3798 static struct wm_adsp_compr_buf *wm_adsp_buffer_alloc(struct wm_adsp *dsp) in wm_adsp_buffer_alloc()
3815 static int wm_adsp_buffer_parse_legacy(struct wm_adsp *dsp) in wm_adsp_buffer_parse_legacy()
3943 static int wm_adsp_buffer_init(struct wm_adsp *dsp) in wm_adsp_buffer_init()
3981 static int wm_adsp_buffer_free(struct wm_adsp *dsp) in wm_adsp_buffer_free()
4018 struct wm_adsp *dsp = compr->dsp; in wm_adsp_compr_trigger() local
4115 int wm_adsp_compr_handle_irq(struct wm_adsp *dsp) in wm_adsp_compr_handle_irq()
4183 struct wm_adsp *dsp = compr->dsp; in wm_adsp_compr_pointer() local
4297 struct wm_adsp *dsp = compr->dsp; in wm_adsp_compr_read() local
4342 struct wm_adsp *dsp = compr->dsp; in wm_adsp_compr_copy() local
4358 static void wm_adsp_fatal_error(struct wm_adsp *dsp) in wm_adsp_fatal_error()
4372 struct wm_adsp *dsp = (struct wm_adsp *)data; in wm_adsp2_bus_error() local
4438 struct wm_adsp *dsp = (struct wm_adsp *)data; in wm_halo_bus_error() local
4495 struct wm_adsp *dsp = data; in wm_halo_wdt_expire() local