Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_pm_config.c85 sip_smc_set_suspend_mode(VIRTUAL_POWEROFF, 0, 1); in rockchip_pm_virt_pwroff_prepare()
204 sip_smc_set_suspend_mode(SUSPEND_MODE_CONFIG, config->mode_config, 0); in pm_config_probe()
211 sip_smc_set_suspend_mode(WKUP_SOURCE_CONFIG, config->wakeup_config, 0); in pm_config_probe()
218 sip_smc_set_suspend_mode(PWM_REGULATOR_CONFIG, in pm_config_probe()
232 sip_smc_set_suspend_mode(GPIO_POWER_CONFIG, in pm_config_probe()
237 sip_smc_set_suspend_mode(GPIO_POWER_CONFIG, i, PM_INVALID_GPIO); in pm_config_probe()
242 sip_smc_set_suspend_mode(SUSPEND_DEBUG_ENABLE, in pm_config_probe()
249 sip_smc_set_suspend_mode(APIOS_SUSPEND_CONFIG, in pm_config_probe()
256 ret = sip_smc_set_suspend_mode(SUSPEND_IO_RET_CONFIG, io_ret_config, 0); in pm_config_probe()
266 ret = sip_smc_set_suspend_mode(SLEEP_PIN_CONFIG, sleep_pin_config[0], sleep_pin_config[1]); in pm_config_probe()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Drockchip_smccc.su
H A Drockchip_smccc.c54 int sip_smc_set_suspend_mode(unsigned long ctrl, in sip_smc_set_suspend_mode() function
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Drockchip_smccc.h114 int sip_smc_set_suspend_mode(unsigned long ctrl,
/OK3568_Linux_fs/kernel/include/linux/rockchip/
H A Drockchip_sip.h248 int sip_smc_set_suspend_mode(u32 ctrl, u32 config1, u32 config2);
330 static inline int sip_smc_set_suspend_mode(u32 ctrl, u32 config1, u32 config2) in sip_smc_set_suspend_mode() function
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Drockchip_sip.c66 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);
/OK3568_Linux_fs/u-boot/
H A Du-boot.map