Searched refs:wm_adsp (Results 1 – 13 of 13) sorted by relevance
| /linux/sound/soc/codecs/ |
| A D | wm_adsp.h | 27 struct wm_adsp { struct 41 int (*pre_run)(struct wm_adsp *dsp); argument 82 int wm_adsp1_init(struct wm_adsp *dsp); 83 int wm_adsp2_init(struct wm_adsp *dsp); 84 void wm_adsp2_remove(struct wm_adsp *dsp); 87 int wm_halo_init(struct wm_adsp *dsp); 95 int wm_adsp_power_up(struct wm_adsp *dsp, bool load_firmware); 96 void wm_adsp_power_down(struct wm_adsp *dsp); 102 int wm_adsp_run(struct wm_adsp *dsp); 103 void wm_adsp_stop(struct wm_adsp *dsp); [all …]
|
| A D | wm_adsp.c | 151 struct wm_adsp *dsp; 168 struct wm_adsp *dsp; 588 struct wm_adsp *dsp = container_of(cs_ctl->dsp, struct wm_adsp, cs_dsp); in wm_adsp_control_add() 665 struct wm_adsp *dsp = container_of(cs_ctl->dsp, struct wm_adsp, cs_dsp); in wm_adsp_control_add_cb() 1062 struct wm_adsp *dsp = container_of(cs_dsp, struct wm_adsp, cs_dsp); in wm_adsp_pre_run() 1072 struct wm_adsp *dsp = container_of(cs_dsp, struct wm_adsp, cs_dsp); in wm_adsp_event_post_run() 1082 struct wm_adsp *dsp = container_of(cs_dsp, struct wm_adsp, cs_dsp); in wm_adsp_event_post_stop() 1558 struct wm_adsp *dsp = container_of(cs_ctl->dsp, struct wm_adsp, cs_dsp); in wm_adsp_buffer_parse_coeff() 2044 struct wm_adsp *dsp = container_of(cs_dsp, struct wm_adsp, cs_dsp); in wm_adsp_fatal_error() 2057 struct wm_adsp *dsp = (struct wm_adsp *)data; in wm_adsp2_bus_error() [all …]
|
| A D | cs35l41.h | 27 struct wm_adsp dsp; /* needs to be first member */
|
| A D | cs35l56.h | 34 struct wm_adsp dsp; /* must be first member */
|
| A D | arizona.h | 68 struct wm_adsp; 77 struct wm_adsp adsp[ARIZONA_MAX_ADSP];
|
| A D | madera.h | 108 struct wm_adsp; 121 struct wm_adsp adsp[MADERA_MAX_ADSP];
|
| A D | cs35l45.h | 488 struct wm_adsp dsp; /* needs to be first member */
|
| A D | cs35l56.c | 1098 static int cs35l56_control_add_nop(struct wm_adsp *dsp, struct cs_dsp_coeff_ctl *cs_ctl) in cs35l56_control_add_nop() 1105 struct wm_adsp *dsp; in cs35l56_dsp_init()
|
| A D | cs35l41.c | 1084 struct wm_adsp *dsp; in cs35l41_dsp_init()
|
| A D | cs35l45.c | 1350 struct wm_adsp *dsp = &cs35l45->dsp; in cs35l45_dsp_init()
|
| A D | wm2200.c | 76 struct wm_adsp dsp[2];
|
| 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()
|
| A D | Makefile | 334 snd-soc-wm-adsp-y := wm_adsp.o
|
Completed in 51 milliseconds