Searched refs:sip_smc_set_suspend_mode (Results 1 - 5 of 5) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | rockchip_pm_config.c | 71 sip_smc_set_suspend_mode(VIRTUAL_POWEROFF, 0, 1); in rockchip_pm_virt_pwroff_prepare() 191 sip_smc_set_suspend_mode(SUSPEND_MODE_CONFIG, mode_config, 0); in pm_config_probe() 198 sip_smc_set_suspend_mode(WKUP_SOURCE_CONFIG, wakeup_config, 0); in pm_config_probe() 205 sip_smc_set_suspend_mode(PWM_REGULATOR_CONFIG, in pm_config_probe() 219 sip_smc_set_suspend_mode(GPIO_POWER_CONFIG, in pm_config_probe() 224 sip_smc_set_suspend_mode(GPIO_POWER_CONFIG, i, PM_INVALID_GPIO); in pm_config_probe() 229 sip_smc_set_suspend_mode(SUSPEND_DEBUG_ENABLE, in pm_config_probe() 236 sip_smc_set_suspend_mode(APIOS_SUSPEND_CONFIG, in pm_config_probe() 263 sip_smc_set_suspend_mode(LINUX_PM_STATE, in pm_config_prepare()
|
/device/soc/rockchip/common/sdk_linux/include/linux/rockchip/ |
H A D | rockchip_sip.h | 159 int sip_smc_set_suspend_mode(u32 ctrl, u32 config1, u32 config2); 222 static inline int sip_smc_set_suspend_mode(u32 ctrl, u32 config1, u32 config2) in sip_smc_set_suspend_mode() function
|
/device/soc/rockchip/rk3588/kernel/include/linux/rockchip/ |
H A D | rockchip_sip.h | 160 int sip_smc_set_suspend_mode(u32 ctrl, u32 config1, u32 config2); 226 static inline int sip_smc_set_suspend_mode(u32 ctrl, u32 config1, u32 config2) in sip_smc_set_suspend_mode() function
|
/device/soc/rockchip/common/vendor/drivers/firmware/ |
H A D | rockchip_sip.c | 64 int sip_smc_set_suspend_mode(u32 ctrl, u32 config1, u32 config2) in sip_smc_set_suspend_mode() function 71 EXPORT_SYMBOL_GPL(sip_smc_set_suspend_mode); variable
|
/device/soc/rockchip/rk3588/kernel/drivers/firmware/ |
H A D | rockchip_sip.c | 66 int sip_smc_set_suspend_mode(u32 ctrl, u32 config1, u32 config2) in sip_smc_set_suspend_mode() function 73 EXPORT_SYMBOL_GPL(sip_smc_set_suspend_mode); variable
|
Completed in 5 milliseconds