Lines Matching refs:adsp
2260 return wm_adsp_compr_open(&priv->core.adsp[n_adsp], stream); in wm5110_open()
2272 ret = wm_adsp_compr_handle_irq(&priv->core.adsp[i]); in wm5110_adsp2_irq()
2309 ret = wm_adsp2_component_probe(&priv->core.adsp[i], component); in wm5110_component_probe()
2326 wm_adsp2_component_remove(&priv->core.adsp[i], component); in wm5110_component_probe()
2337 wm_adsp2_component_remove(&priv->core.adsp[i], component); in wm5110_component_remove()
2411 wm5110->core.adsp[i].part = "wm5110"; in wm5110_probe()
2412 wm5110->core.adsp[i].num = i + 1; in wm5110_probe()
2413 wm5110->core.adsp[i].type = WMFW_ADSP2; in wm5110_probe()
2414 wm5110->core.adsp[i].dev = arizona->dev; in wm5110_probe()
2415 wm5110->core.adsp[i].regmap = arizona->regmap; in wm5110_probe()
2417 wm5110->core.adsp[i].base = ARIZONA_DSP1_CONTROL_1 in wm5110_probe()
2419 wm5110->core.adsp[i].mem = wm5110_dsp_regions[i]; in wm5110_probe()
2420 wm5110->core.adsp[i].num_mems in wm5110_probe()
2423 ret = wm_adsp2_init(&wm5110->core.adsp[i]); in wm5110_probe()
2507 wm_adsp2_remove(&wm5110->core.adsp[i]); in wm5110_remove()