Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/
H A Dqcom_scm.h67 extern int __scm_smc_call(struct device *dev, const struct qcom_scm_desc *desc,
71 __scm_smc_call((dev), (desc), qcom_scm_convention, (res), (atomic))
H A Dqcom_scm-smc.c149 int __scm_smc_call(struct device *dev, const struct qcom_scm_desc *desc, in __scm_smc_call() function
H A Dqcom_scm.c181 ret = __scm_smc_call(NULL, &desc, probed_convention, &res, true); in __get_convention()
199 ret = __scm_smc_call(NULL, &desc, probed_convention, &res, true); in __get_convention()