Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/power/
H A Dcharge_animation.h25 int system_suspend; /* enter ATF system suspend, 1: enable, 0: disable */ member
/rk3399_rockchip-uboot/drivers/power/
H A Dcharge_animation.c214 pdata->system_suspend = in charge_animation_ofdata_to_platdata()
321 if (pdata->system_suspend && IS_ENABLED(CONFIG_ARM_SMCCC)) { in system_suspend_enter()