Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/firmware/
H A Dqcom_scm.c132 enum qcom_scm_convention probed_convention; in __get_convention() local
149 probed_convention = SMC_CONVENTION_ARM_64; in __get_convention()
150 ret = __scm_smc_call(NULL, &desc, probed_convention, &res, true); in __get_convention()
167 probed_convention = SMC_CONVENTION_ARM_32; in __get_convention()
168 ret = __scm_smc_call(NULL, &desc, probed_convention, &res, true); in __get_convention()
172 probed_convention = SMC_CONVENTION_LEGACY; in __get_convention()
175 if (probed_convention != qcom_scm_convention) { in __get_convention()
176 qcom_scm_convention = probed_convention; in __get_convention()
/kernel/linux/linux-6.6/drivers/firmware/
H A Dqcom_scm.c163 enum qcom_scm_convention probed_convention; in __get_convention() local
180 probed_convention = SMC_CONVENTION_ARM_64; in __get_convention()
181 ret = __scm_smc_call(NULL, &desc, probed_convention, &res, true); in __get_convention()
198 probed_convention = SMC_CONVENTION_ARM_32; in __get_convention()
199 ret = __scm_smc_call(NULL, &desc, probed_convention, &res, true); in __get_convention()
203 probed_convention = SMC_CONVENTION_LEGACY; in __get_convention()
206 if (probed_convention != qcom_scm_convention) { in __get_convention()
207 qcom_scm_convention = probed_convention; in __get_convention()

Completed in 4 milliseconds