• Home
  • Raw
  • Download

Lines Matching defs:dsp

437 	struct wm_adsp *dsp;  member
454 struct wm_adsp *dsp; member
604 struct wm_adsp *dsp; member
641 static void wm_adsp_debugfs_save_wmfwname(struct wm_adsp *dsp, const char *s) in wm_adsp_debugfs_save_wmfwname()
649 static void wm_adsp_debugfs_save_binname(struct wm_adsp *dsp, const char *s) in wm_adsp_debugfs_save_binname()
657 static void wm_adsp_debugfs_clear(struct wm_adsp *dsp) in wm_adsp_debugfs_clear()
669 struct wm_adsp *dsp = file->private_data; in wm_adsp_debugfs_wmfw_read() local
689 struct wm_adsp *dsp = file->private_data; in wm_adsp_debugfs_bin_read() local
725 static void wm_adsp2_init_debugfs(struct wm_adsp *dsp, in wm_adsp2_init_debugfs()
745 static void wm_adsp2_cleanup_debugfs(struct wm_adsp *dsp) in wm_adsp2_cleanup_debugfs()
751 static inline void wm_adsp2_init_debugfs(struct wm_adsp *dsp, in wm_adsp2_init_debugfs()
756 static inline void wm_adsp2_cleanup_debugfs(struct wm_adsp *dsp) in wm_adsp2_cleanup_debugfs()
760 static inline void wm_adsp_debugfs_save_wmfwname(struct wm_adsp *dsp, in wm_adsp_debugfs_save_wmfwname()
765 static inline void wm_adsp_debugfs_save_binname(struct wm_adsp *dsp, in wm_adsp_debugfs_save_binname()
770 static inline void wm_adsp_debugfs_clear(struct wm_adsp *dsp) in wm_adsp_debugfs_clear()
780 struct wm_adsp *dsp = snd_soc_component_get_drvdata(component); in wm_adsp_fw_get() local
793 struct wm_adsp *dsp = snd_soc_component_get_drvdata(component); in wm_adsp_fw_put() local
826 static struct wm_adsp_region const *wm_adsp_find_region(struct wm_adsp *dsp, in wm_adsp_find_region()
873 static void wm_adsp_read_fw_status(struct wm_adsp *dsp, in wm_adsp_read_fw_status()
888 static void wm_adsp2_show_fw_status(struct wm_adsp *dsp) in wm_adsp2_show_fw_status()
900 static void wm_adsp2v2_show_fw_status(struct wm_adsp *dsp) in wm_adsp2v2_show_fw_status()
911 static void wm_halo_show_fw_status(struct wm_adsp *dsp) in wm_halo_show_fw_status()
931 struct wm_adsp *dsp = ctl->dsp; in wm_coeff_base_reg() local
973 struct wm_adsp *dsp = ctl->dsp; in wm_coeff_write_acked_control() local
1033 struct wm_adsp *dsp = ctl->dsp; in wm_coeff_write_control() local
1138 struct wm_adsp *dsp = ctl->dsp; in wm_coeff_read_control() local
1238 struct wm_adsp *dsp; member
1274 static int wmfw_add_ctl(struct wm_adsp *dsp, struct wm_coeff_ctl *ctl) in wmfw_add_ctl()
1323 static int wm_coeff_init_control_caches(struct wm_adsp *dsp) in wm_coeff_init_control_caches()
1349 static int wm_coeff_sync_controls(struct wm_adsp *dsp) in wm_coeff_sync_controls()
1367 static void wm_adsp_signal_event_controls(struct wm_adsp *dsp, in wm_adsp_signal_event_controls()
1405 static int wm_adsp_create_control(struct wm_adsp *dsp, in wm_adsp_create_control()
1580 static inline void wm_coeff_parse_alg(struct wm_adsp *dsp, const u8 **data, in wm_coeff_parse_alg()
1610 static inline void wm_coeff_parse_coeff(struct wm_adsp *dsp, const u8 **data, in wm_coeff_parse_coeff()
1656 static int wm_adsp_check_coeff_flags(struct wm_adsp *dsp, in wm_adsp_check_coeff_flags()
1671 static int wm_adsp_parse_coeff(struct wm_adsp *dsp, in wm_adsp_parse_coeff()
1742 static unsigned int wm_adsp1_parse_sizes(struct wm_adsp *dsp, in wm_adsp1_parse_sizes()
1758 static unsigned int wm_adsp2_parse_sizes(struct wm_adsp *dsp, in wm_adsp2_parse_sizes()
1774 static bool wm_adsp_validate_version(struct wm_adsp *dsp, unsigned int version) in wm_adsp_validate_version()
1788 static bool wm_halo_validate_version(struct wm_adsp *dsp, unsigned int version) in wm_halo_validate_version()
1798 static int wm_adsp_load(struct wm_adsp *dsp) in wm_adsp_load()
2000 static void wm_adsp_ctl_fixup_base(struct wm_adsp *dsp, in wm_adsp_ctl_fixup_base()
2014 static void *wm_adsp_read_algs(struct wm_adsp *dsp, size_t n_algs, in wm_adsp_read_algs()
2067 wm_adsp_find_alg_region(struct wm_adsp *dsp, int type, unsigned int id) in wm_adsp_find_alg_region()
2079 static struct wm_adsp_alg_region *wm_adsp_create_region(struct wm_adsp *dsp, in wm_adsp_create_region()
2101 static void wm_adsp_free_alg_regions(struct wm_adsp *dsp) in wm_adsp_free_alg_regions()
2114 static void wmfw_parse_id_header(struct wm_adsp *dsp, in wmfw_parse_id_header()
2126 static void wmfw_v3_parse_id_header(struct wm_adsp *dsp, in wmfw_v3_parse_id_header()
2140 static int wm_adsp_create_regions(struct wm_adsp *dsp, __be32 id, int nregions, in wm_adsp_create_regions()
2155 static int wm_adsp1_setup_algs(struct wm_adsp *dsp) in wm_adsp1_setup_algs()
2256 static int wm_adsp2_setup_algs(struct wm_adsp *dsp) in wm_adsp2_setup_algs()
2385 static int wm_halo_create_regions(struct wm_adsp *dsp, __be32 id, in wm_halo_create_regions()
2397 static int wm_halo_setup_algs(struct wm_adsp *dsp) in wm_halo_setup_algs()
2457 static int wm_adsp_load_coeff(struct wm_adsp *dsp) in wm_adsp_load_coeff()
2650 static int wm_adsp_create_name(struct wm_adsp *dsp) in wm_adsp_create_name()
2674 static int wm_adsp_common_init(struct wm_adsp *dsp) in wm_adsp_common_init()
2692 int wm_adsp1_init(struct wm_adsp *dsp) in wm_adsp1_init()
2706 struct wm_adsp *dsp = &dsps[w->shift]; in wm_adsp1_event() local
2815 static int wm_adsp2v2_enable_core(struct wm_adsp *dsp) in wm_adsp2v2_enable_core()
2842 static int wm_adsp2_enable_core(struct wm_adsp *dsp) in wm_adsp2_enable_core()
2854 static int wm_adsp2_lock(struct wm_adsp *dsp, unsigned int lock_regions) in wm_adsp2_lock()
2884 static int wm_adsp2_enable_memory(struct wm_adsp *dsp) in wm_adsp2_enable_memory()
2890 static void wm_adsp2_disable_memory(struct wm_adsp *dsp) in wm_adsp2_disable_memory()
2896 static void wm_adsp2_disable_core(struct wm_adsp *dsp) in wm_adsp2_disable_core()
2906 static void wm_adsp2v2_disable_core(struct wm_adsp *dsp) in wm_adsp2v2_disable_core()
2915 struct wm_adsp *dsp = container_of(work, in wm_adsp_boot_work() local
2970 static int wm_halo_configure_mpu(struct wm_adsp *dsp, unsigned int lock_regions) in wm_halo_configure_mpu()
3005 struct wm_adsp *dsp = &dsps[w->shift]; in wm_adsp2_set_dspclk() local
3025 struct wm_adsp *dsp = &dsps[mc->shift - 1]; in wm_adsp2_preloader_get() local
3041 struct wm_adsp *dsp = &dsps[mc->shift - 1]; in wm_adsp2_preloader_put() local
3061 static void wm_adsp_stop_watchdog(struct wm_adsp *dsp) in wm_adsp_stop_watchdog()
3067 static void wm_halo_stop_watchdog(struct wm_adsp *dsp) in wm_halo_stop_watchdog()
3078 struct wm_adsp *dsp = &dsps[w->shift]; in wm_adsp_early_event() local
3115 static int wm_adsp2_start_core(struct wm_adsp *dsp) in wm_adsp2_start_core()
3122 static void wm_adsp2_stop_core(struct wm_adsp *dsp) in wm_adsp2_stop_core()
3133 struct wm_adsp *dsp = &dsps[w->shift]; in wm_adsp_event() local
3229 static int wm_halo_start_core(struct wm_adsp *dsp) in wm_halo_start_core()
3236 static void wm_halo_stop_core(struct wm_adsp *dsp) in wm_halo_stop_core()
3246 int wm_adsp2_component_probe(struct wm_adsp *dsp, struct snd_soc_component *component) in wm_adsp2_component_probe()
3261 int wm_adsp2_component_remove(struct wm_adsp *dsp, struct snd_soc_component *component) in wm_adsp2_component_remove()
3269 int wm_adsp2_init(struct wm_adsp *dsp) in wm_adsp2_init()
3307 int wm_halo_init(struct wm_adsp *dsp) in wm_halo_init()
3323 void wm_adsp2_remove(struct wm_adsp *dsp) in wm_adsp2_remove()
3379 int wm_adsp_compr_open(struct wm_adsp *dsp, struct snd_compr_stream *stream) in wm_adsp_compr_open()
3434 struct wm_adsp *dsp = compr->dsp; in wm_adsp_compr_free() local
3454 struct wm_adsp *dsp = compr->dsp; in wm_adsp_compr_check_params() local
3556 static int wm_adsp_read_data_block(struct wm_adsp *dsp, int mem_type, in wm_adsp_read_data_block()
3580 static inline int wm_adsp_read_data_word(struct wm_adsp *dsp, int mem_type, in wm_adsp_read_data_word()
3586 static int wm_adsp_write_data_word(struct wm_adsp *dsp, int mem_type, in wm_adsp_write_data_word()
3681 static struct wm_adsp_compr_buf *wm_adsp_buffer_alloc(struct wm_adsp *dsp) in wm_adsp_buffer_alloc()
3698 static int wm_adsp_buffer_parse_legacy(struct wm_adsp *dsp) in wm_adsp_buffer_parse_legacy()
3831 static int wm_adsp_buffer_init(struct wm_adsp *dsp) in wm_adsp_buffer_init()
3869 static int wm_adsp_buffer_free(struct wm_adsp *dsp) in wm_adsp_buffer_free()
3905 struct wm_adsp *dsp = compr->dsp; in wm_adsp_compr_trigger() local
4002 int wm_adsp_compr_handle_irq(struct wm_adsp *dsp) in wm_adsp_compr_handle_irq()
4069 struct wm_adsp *dsp = compr->dsp; in wm_adsp_compr_pointer() local
4183 struct wm_adsp *dsp = compr->dsp; in wm_adsp_compr_read() local
4227 struct wm_adsp *dsp = compr->dsp; in wm_adsp_compr_copy() local
4243 static void wm_adsp_fatal_error(struct wm_adsp *dsp) in wm_adsp_fatal_error()
4257 struct wm_adsp *dsp = (struct wm_adsp *)data; in wm_adsp2_bus_error() local
4323 struct wm_adsp *dsp = (struct wm_adsp *)data; in wm_halo_bus_error() local
4380 struct wm_adsp *dsp = data; in wm_halo_wdt_expire() local