Lines Matching refs:qcom_adsp
47 struct qcom_adsp { struct
84 static int adsp_pds_enable(struct qcom_adsp *adsp, struct device **pds, in adsp_pds_enable() argument
111 static void adsp_pds_disable(struct qcom_adsp *adsp, struct device **pds, in adsp_pds_disable()
124 struct qcom_adsp *adsp = (struct qcom_adsp *)rproc->priv; in adsp_load()
140 struct qcom_adsp *adsp = (struct qcom_adsp *)rproc->priv; in adsp_start()
205 struct qcom_adsp *adsp = container_of(q6v5, struct qcom_adsp, q6v5); in qcom_pas_handover()
216 struct qcom_adsp *adsp = (struct qcom_adsp *)rproc->priv; in adsp_stop()
238 struct qcom_adsp *adsp = (struct qcom_adsp *)rproc->priv; in adsp_da_to_va()
250 struct qcom_adsp *adsp = (struct qcom_adsp *)rproc->priv; in adsp_panic()
264 static int adsp_init_clock(struct qcom_adsp *adsp) in adsp_init_clock()
290 static int adsp_init_regulator(struct qcom_adsp *adsp) in adsp_init_regulator()
339 static void adsp_pds_detach(struct qcom_adsp *adsp, struct device **pds, in adsp_pds_detach()
355 static int adsp_alloc_memory_region(struct qcom_adsp *adsp) in adsp_alloc_memory_region()
386 struct qcom_adsp *adsp; in adsp_probe()
414 adsp = (struct qcom_adsp *)rproc->priv; in adsp_probe()
482 struct qcom_adsp *adsp = platform_get_drvdata(pdev); in adsp_remove()