Searched refs:pm_ctx (Results 1 – 1 of 1) sorted by relevance
50 } pm_ctx; variable216 ret = pm_get_api_version(&pm_ctx.api_version); in pm_setup()217 if (pm_ctx.api_version < PM_VERSION) { in pm_setup()220 PM_VERSION_MINOR, pm_ctx.api_version >> 16, in pm_setup()221 pm_ctx.api_version & 0xFFFF); in pm_setup()336 if (pm_ctx.api_version >= PM_VERSION) { in pm_smc_handler()348 ((uint64_t)pm_ctx.api_version << 32)); in pm_smc_handler()
Completed in 3 milliseconds