Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/firmware/
Dqcom_scm.c160 enum qcom_scm_convention probed_convention; in __get_convention() local
171 probed_convention = SMC_CONVENTION_ARM_64; in __get_convention()
172 ret = __scm_smc_call(NULL, &desc, probed_convention, &res, true); in __get_convention()
188 probed_convention = SMC_CONVENTION_ARM_32; in __get_convention()
189 ret = __scm_smc_call(NULL, &desc, probed_convention, &res, true); in __get_convention()
193 probed_convention = SMC_CONVENTION_LEGACY; in __get_convention()
196 if (probed_convention != qcom_scm_convention) { in __get_convention()
197 qcom_scm_convention = probed_convention; in __get_convention()