Home
last modified time | relevance | path

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

/drivers/firmware/
Dqcom_scm.h64 extern int __scm_smc_call(struct device *dev, const struct qcom_scm_desc *desc,
68 __scm_smc_call((dev), (desc), qcom_scm_convention, (res), (atomic))
Dqcom_scm-smc.c81 int __scm_smc_call(struct device *dev, const struct qcom_scm_desc *desc, in __scm_smc_call() function
Dqcom_scm.c178 ret = __scm_smc_call(NULL, &desc, probed_convention, &res, true); in __get_convention()
196 ret = __scm_smc_call(NULL, &desc, probed_convention, &res, true); in __get_convention()