Searched refs:wm_adsp (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/sound/soc/codecs/ |
H A D | wm_adsp.h | 27 struct wm_adsp { struct 40 int (*pre_run)(struct wm_adsp *dsp); argument 81 int wm_adsp1_init(struct wm_adsp *dsp); 82 int wm_adsp2_init(struct wm_adsp *dsp); 83 void wm_adsp2_remove(struct wm_adsp *dsp); 86 int wm_halo_init(struct wm_adsp *dsp); 94 int wm_adsp_power_up(struct wm_adsp *dsp, bool load_firmware); 95 void wm_adsp_power_down(struct wm_adsp *dsp); 126 int wm_adsp_compr_handle_irq(struct wm_adsp *dsp); 133 int wm_adsp_write_ctl(struct wm_adsp *dsp, const char *name, int type, [all …]
|
H A D | wm_adsp.c | 150 struct wm_adsp *dsp; 167 struct wm_adsp *dsp; 560 struct wm_adsp, in wm_adsp_ctl_work() 599 struct wm_adsp *dsp = container_of(cs_ctl->dsp, struct wm_adsp, cs_dsp); in wm_adsp_control_add() 1074 struct wm_adsp *dsp = container_of(cs_dsp, struct wm_adsp, cs_dsp); in wm_adsp_pre_run() 1084 struct wm_adsp *dsp = container_of(cs_dsp, struct wm_adsp, cs_dsp); in wm_adsp_event_post_run() 1094 struct wm_adsp *dsp = container_of(cs_dsp, struct wm_adsp, cs_dsp); in wm_adsp_event_post_stop() 1561 struct wm_adsp *dsp = container_of(cs_ctl->dsp, struct wm_adsp, cs_dsp); in wm_adsp_buffer_parse_coeff() 2047 struct wm_adsp *dsp = container_of(cs_dsp, struct wm_adsp, cs_dsp); in wm_adsp_fatal_error() 2060 struct wm_adsp *dsp = (struct wm_adsp *)data; in wm_adsp2_bus_error() [all …]
|
H A D | cs35l41.h | 27 struct wm_adsp dsp; /* needs to be first member */
|
H A D | cs35l56.h | 34 struct wm_adsp dsp; /* must be first member */
|
H A D | arizona.h | 68 struct wm_adsp; 77 struct wm_adsp adsp[ARIZONA_MAX_ADSP];
|
H A D | madera.h | 108 struct wm_adsp; 121 struct wm_adsp adsp[MADERA_MAX_ADSP];
|
H A D | cs35l45.h | 457 struct wm_adsp dsp; /* needs to be first member */
|
H A D | cs35l41.c | 1097 struct wm_adsp *dsp; in cs35l41_dsp_init()
|
H A D | cs35l45.c | 1183 struct wm_adsp *dsp = &cs35l45->dsp; in cs35l45_dsp_init()
|
H A D | cs35l56.c | 1205 struct wm_adsp *dsp; in cs35l56_dsp_init()
|
H A D | wm2200.c | 76 struct wm_adsp dsp[2];
|
H A D | madera.c | 966 struct wm_adsp *dsp, in madera_write_adsp_clk_setting() 1013 struct wm_adsp *dsp = &priv->adsp[dsp_num]; in madera_set_adsp_clk()
|
H A D | Makefile | 313 snd-soc-wm-adsp-objs := wm_adsp.o
|