Searched refs:last_failed_step (Results 1 – 4 of 4) sorted by relevance
70 int last_failed_step; member94 suspend_stats.failed_steps[suspend_stats.last_failed_step] = step; in dpm_save_failed_step()95 suspend_stats.last_failed_step++; in dpm_save_failed_step()96 suspend_stats.last_failed_step %= REC_FAILED_NUM; in dpm_save_failed_step()
369 char *last_failed_step = NULL; in last_failed_step_show() local371 index = suspend_stats.last_failed_step + REC_FAILED_NUM - 1; in last_failed_step_show()374 last_failed_step = suspend_step_name(step); in last_failed_step_show()376 return sprintf(buf, "%s\n", last_failed_step); in last_failed_step_show()378 static struct kobj_attribute last_failed_step = __ATTR_RO(last_failed_step); variable393 &last_failed_step.attr,411 last_step = suspend_stats.last_failed_step + REC_FAILED_NUM - 1; in suspend_stats_show()
409 What: /sys/power/suspend_stats/last_failed_step413 The /sys/power/suspend_stats/last_failed_step file contains
263 last_failed_step: suspend
Completed in 7 milliseconds