Lines Matching refs:wm_adsp

150 	struct wm_adsp *dsp;
167 struct wm_adsp *dsp;
199 static int wm_adsp_buffer_init(struct wm_adsp *dsp);
200 static int wm_adsp_buffer_free(struct wm_adsp *dsp);
322 struct wm_adsp *dsp = snd_soc_component_get_drvdata(component); in wm_adsp_fw_get()
335 struct wm_adsp *dsp = snd_soc_component_get_drvdata(component); in wm_adsp_fw_put()
551 struct wm_adsp *dsp = container_of(cs_ctl->dsp, in wm_adsp_ctl_work()
552 struct wm_adsp, in wm_adsp_ctl_work()
591 struct wm_adsp *dsp = container_of(cs_ctl->dsp, struct wm_adsp, cs_dsp); in wm_adsp_control_add()
675 int wm_adsp_write_ctl(struct wm_adsp *dsp, const char *name, int type, in wm_adsp_write_ctl()
713 int wm_adsp_read_ctl(struct wm_adsp *dsp, const char *name, int type, in wm_adsp_read_ctl()
721 static void wm_adsp_release_firmware_files(struct wm_adsp *dsp, in wm_adsp_release_firmware_files()
736 static int wm_adsp_request_firmware_file(struct wm_adsp *dsp, in wm_adsp_request_firmware_file()
787 static int wm_adsp_request_firmware_files(struct wm_adsp *dsp, in wm_adsp_request_firmware_files()
851 static int wm_adsp_common_init(struct wm_adsp *dsp) in wm_adsp_common_init()
871 int wm_adsp1_init(struct wm_adsp *dsp) in wm_adsp1_init()
890 struct wm_adsp *dsps = snd_soc_component_get_drvdata(component); in wm_adsp1_event()
891 struct wm_adsp *dsp = &dsps[w->shift]; in wm_adsp1_event()
931 struct wm_adsp *dsps = snd_soc_component_get_drvdata(component); in wm_adsp2_set_dspclk()
932 struct wm_adsp *dsp = &dsps[w->shift]; in wm_adsp2_set_dspclk()
942 struct wm_adsp *dsps = snd_soc_component_get_drvdata(component); in wm_adsp2_preloader_get()
945 struct wm_adsp *dsp = &dsps[mc->shift - 1]; in wm_adsp2_preloader_get()
957 struct wm_adsp *dsps = snd_soc_component_get_drvdata(component); in wm_adsp2_preloader_put()
961 struct wm_adsp *dsp = &dsps[mc->shift - 1]; in wm_adsp2_preloader_put()
991 struct wm_adsp *dsp = container_of(work, in wm_adsp_boot_work()
992 struct wm_adsp, in wm_adsp_boot_work()
1020 struct wm_adsp *dsps = snd_soc_component_get_drvdata(component); in wm_adsp_early_event()
1021 struct wm_adsp *dsp = &dsps[w->shift]; in wm_adsp_early_event()
1040 struct wm_adsp *dsp = container_of(cs_dsp, struct wm_adsp, cs_dsp); in wm_adsp_event_post_run()
1050 struct wm_adsp *dsp = container_of(cs_dsp, struct wm_adsp, cs_dsp); in wm_adsp_event_post_stop()
1062 struct wm_adsp *dsps = snd_soc_component_get_drvdata(component); in wm_adsp_event()
1063 struct wm_adsp *dsp = &dsps[w->shift]; in wm_adsp_event()
1082 int wm_adsp2_component_probe(struct wm_adsp *dsp, struct snd_soc_component *component) in wm_adsp2_component_probe()
1097 int wm_adsp2_component_remove(struct wm_adsp *dsp, struct snd_soc_component *component) in wm_adsp2_component_remove()
1105 int wm_adsp2_init(struct wm_adsp *dsp) in wm_adsp2_init()
1122 int wm_halo_init(struct wm_adsp *dsp) in wm_halo_init()
1139 void wm_adsp2_remove(struct wm_adsp *dsp) in wm_adsp2_remove()
1188 int wm_adsp_compr_open(struct wm_adsp *dsp, struct snd_compr_stream *stream) in wm_adsp_compr_open()
1244 struct wm_adsp *dsp = compr->dsp; in wm_adsp_compr_free()
1264 struct wm_adsp *dsp = compr->dsp; in wm_adsp_compr_check_params()
1429 static struct wm_adsp_compr_buf *wm_adsp_buffer_alloc(struct wm_adsp *dsp) in wm_adsp_buffer_alloc()
1444 static int wm_adsp_buffer_parse_legacy(struct wm_adsp *dsp) in wm_adsp_buffer_parse_legacy()
1511 struct wm_adsp *dsp = container_of(cs_ctl->dsp, struct wm_adsp, cs_dsp); in wm_adsp_buffer_parse_coeff()
1580 static int wm_adsp_buffer_init(struct wm_adsp *dsp) in wm_adsp_buffer_init()
1618 static int wm_adsp_buffer_free(struct wm_adsp *dsp) in wm_adsp_buffer_free()
1655 struct wm_adsp *dsp = compr->dsp; in wm_adsp_compr_trigger()
1752 int wm_adsp_compr_handle_irq(struct wm_adsp *dsp) in wm_adsp_compr_handle_irq()
1820 struct wm_adsp *dsp = compr->dsp; in wm_adsp_compr_pointer()
1934 struct wm_adsp *dsp = compr->dsp; in wm_adsp_compr_read()
1979 struct wm_adsp *dsp = compr->dsp; in wm_adsp_compr_copy()
1997 struct wm_adsp *dsp = container_of(cs_dsp, struct wm_adsp, cs_dsp); in wm_adsp_fatal_error()
2010 struct wm_adsp *dsp = (struct wm_adsp *)data; in wm_adsp2_bus_error()
2020 struct wm_adsp *dsp = (struct wm_adsp *)data; in wm_halo_bus_error()
2030 struct wm_adsp *dsp = data; in wm_halo_wdt_expire()