Lines Matching refs:qcom_adsp
66 struct qcom_adsp { struct
101 static int qcom_adsp_shutdown(struct qcom_adsp *adsp) in qcom_adsp_shutdown() argument
168 struct qcom_adsp *adsp = (struct qcom_adsp *)rproc->priv; in adsp_load()
184 struct qcom_adsp *adsp = (struct qcom_adsp *)rproc->priv; in adsp_start()
256 struct qcom_adsp *adsp = container_of(q6v5, struct qcom_adsp, q6v5); in qcom_adsp_pil_handover()
265 struct qcom_adsp *adsp = (struct qcom_adsp *)rproc->priv; in adsp_stop()
286 struct qcom_adsp *adsp = (struct qcom_adsp *)rproc->priv; in adsp_da_to_va()
298 struct qcom_adsp *adsp = rproc->priv; in adsp_panic()
312 static int adsp_init_clock(struct qcom_adsp *adsp, const char **clk_ids) in adsp_init_clock()
340 static int adsp_init_reset(struct qcom_adsp *adsp) in adsp_init_reset()
363 static int adsp_init_mmio(struct qcom_adsp *adsp, in adsp_init_mmio()
396 static int adsp_alloc_memory_region(struct qcom_adsp *adsp) in adsp_alloc_memory_region()
429 struct qcom_adsp *adsp; in adsp_probe()
445 adsp = (struct qcom_adsp *)rproc->priv; in adsp_probe()
500 struct qcom_adsp *adsp = platform_get_drvdata(pdev); in adsp_remove()