Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Dhibernate.c54 static char resume_file[HIBERNATE_TWOHUNDREDFIFTYSIX] = CONFIG_PM_STD_PARTITION; variable
990 if (!strlen(resume_file)) { in software_resume()
995 pm_pr_dbg("Checking hibernation image partition %s\n", resume_file); in software_resume()
1003 swsusp_resume_device = name_to_dev_t(resume_file); in software_resume()
1012 while ((swsusp_resume_device = name_to_dev_t(resume_file)) == 0) { in software_resume()
1018 swsusp_resume_device = name_to_dev_t(resume_file); in software_resume()
1323 strncpy(resume_file, str, HIBERNATE_TWOHUNDREDFIFTYFIVE); in resume_setup()

Completed in 3 milliseconds