Symbol: qcom_adsp
drivers/remoteproc/qcom_q6v5_adsp.c
119
int (*shutdown)(struct qcom_adsp *adsp);
drivers/remoteproc/qcom_q6v5_adsp.c
122
static int qcom_rproc_pds_attach(struct qcom_adsp *adsp, const char **pd_names,
drivers/remoteproc/qcom_q6v5_adsp.c
148
static void qcom_rproc_pds_detach(struct qcom_adsp *adsp)
drivers/remoteproc/qcom_q6v5_adsp.c
159
static int qcom_rproc_pds_enable(struct qcom_adsp *adsp)
drivers/remoteproc/qcom_q6v5_adsp.c
190
static void qcom_rproc_pds_disable(struct qcom_adsp *adsp)
drivers/remoteproc/qcom_q6v5_adsp.c
210
static int qcom_wpss_shutdown(struct qcom_adsp *adsp)
drivers/remoteproc/qcom_q6v5_adsp.c
250
static int qcom_adsp_shutdown(struct qcom_adsp *adsp)
drivers/remoteproc/qcom_q6v5_adsp.c
317
struct qcom_adsp *adsp = rproc->priv;
drivers/remoteproc/qcom_q6v5_adsp.c
333
struct qcom_adsp *adsp = rproc->priv;
drivers/remoteproc/qcom_q6v5_adsp.c
341
struct qcom_adsp *adsp = rproc->priv;
drivers/remoteproc/qcom_q6v5_adsp.c
375
struct qcom_adsp *adsp = rproc->priv;
drivers/remoteproc/qcom_q6v5_adsp.c
456
struct qcom_adsp *adsp = container_of(q6v5, struct qcom_adsp, q6v5);
drivers/remoteproc/qcom_q6v5_adsp.c
464
struct qcom_adsp *adsp = rproc->priv;
drivers/remoteproc/qcom_q6v5_adsp.c
487
struct qcom_adsp *adsp = rproc->priv;
drivers/remoteproc/qcom_q6v5_adsp.c
499
struct qcom_adsp *adsp = rproc->priv;
drivers/remoteproc/qcom_q6v5_adsp.c
520
struct qcom_adsp *adsp = rproc->priv;
drivers/remoteproc/qcom_q6v5_adsp.c
534
static int adsp_init_clock(struct qcom_adsp *adsp, const char **clk_ids)
drivers/remoteproc/qcom_q6v5_adsp.c
558
static int adsp_init_reset(struct qcom_adsp *adsp)
drivers/remoteproc/qcom_q6v5_adsp.c
581
static int adsp_init_mmio(struct qcom_adsp *adsp,
drivers/remoteproc/qcom_q6v5_adsp.c
626
static int adsp_alloc_memory_region(struct qcom_adsp *adsp)
drivers/remoteproc/qcom_q6v5_adsp.c
653
struct qcom_adsp *adsp;
drivers/remoteproc/qcom_q6v5_adsp.c
751
struct qcom_adsp *adsp = platform_get_drvdata(pdev);