Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/firmware/
Dqcom_scm.h64 extern int scm_smc_call(struct device *dev, const struct qcom_scm_desc *desc,
Dqcom_scm-smc.c80 int scm_smc_call(struct device *dev, const struct qcom_scm_desc *desc, in scm_smc_call() function
Dqcom_scm.c145 ret = scm_smc_call(NULL, &desc, &res, true); in __query_convention()
150 ret = scm_smc_call(NULL, &desc, &res, true); in __query_convention()
186 return scm_smc_call(dev, desc, res, false); in qcom_scm_call()
213 return scm_smc_call(dev, desc, res, true); in qcom_scm_call_atomic()