Home
last modified time | relevance | path

Searched refs:qcom_mdt_pas_load (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/soc/qcom/
H A Dmdt_loader.h23 int qcom_mdt_pas_load(struct qcom_scm_pas_context *ctx, const struct firmware *fw,
48 static inline int qcom_mdt_pas_load(struct qcom_scm_pas_context *ctx, in qcom_mdt_pas_load() function
/linux/drivers/soc/qcom/
H A Dmdt_loader.c486 int qcom_mdt_pas_load(struct qcom_scm_pas_context *ctx, const struct firmware *fw, in qcom_mdt_pas_load() function
498 EXPORT_SYMBOL_GPL(qcom_mdt_pas_load);
/linux/drivers/remoteproc/
H A Dqcom_q6v5_pas.c243 ret = qcom_mdt_pas_load(pas->dtb_pas_ctx, pas->dtb_firmware, in qcom_pas_load()
321 ret = qcom_mdt_pas_load(pas->pas_ctx, pas->firmware, rproc->firmware, in qcom_pas_start()