Home
last modified time | relevance | path

Searched refs:suspend_stats (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/include/linux/
Dsuspend.h54 struct suspend_stats { struct
74 extern struct suspend_stats suspend_stats; argument
78 strlcpy(suspend_stats.failed_devs[suspend_stats.last_failed_dev], in dpm_save_failed_dev()
80 sizeof(suspend_stats.failed_devs[0])); in dpm_save_failed_dev()
81 suspend_stats.last_failed_dev++; in dpm_save_failed_dev()
82 suspend_stats.last_failed_dev %= REC_FAILED_NUM; in dpm_save_failed_dev()
87 suspend_stats.errno[suspend_stats.last_failed_errno] = err; in dpm_save_failed_errno()
88 suspend_stats.last_failed_errno++; in dpm_save_failed_errno()
89 suspend_stats.last_failed_errno %= REC_FAILED_NUM; in dpm_save_failed_errno()
94 suspend_stats.failed_steps[suspend_stats.last_failed_step] = step; in dpm_save_failed_step()
[all …]
/Linux-v5.4/kernel/power/
Dmain.c282 return sprintf(buf, "%d\n", suspend_stats._name); \
303 index = suspend_stats.last_failed_dev + REC_FAILED_NUM - 1; in last_failed_dev_show()
305 last_failed_dev = suspend_stats.failed_devs[index]; in last_failed_dev_show()
317 index = suspend_stats.last_failed_errno + REC_FAILED_NUM - 1; in last_failed_errno_show()
319 last_failed_errno = suspend_stats.errno[index]; in last_failed_errno_show()
332 index = suspend_stats.last_failed_step + REC_FAILED_NUM - 1; in last_failed_step_show()
334 step = suspend_stats.failed_steps[index]; in last_failed_step_show()
368 last_dev = suspend_stats.last_failed_dev + REC_FAILED_NUM - 1; in suspend_stats_show()
370 last_errno = suspend_stats.last_failed_errno + REC_FAILED_NUM - 1; in suspend_stats_show()
372 last_step = suspend_stats.last_failed_step + REC_FAILED_NUM - 1; in suspend_stats_show()
[all …]
Dsuspend.c363 suspend_stats.failed_freeze++; in suspend_prepare()
614 suspend_stats.fail++; in pm_suspend()
617 suspend_stats.success++; in pm_suspend()
/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dpm.c144 wil->suspend_stats.rejected_by_host++; in wil_can_suspend()
203 wil->suspend_stats.rejected_by_host++; in wil_suspend_keep_radio_on()
214 wil->suspend_stats.rejected_by_host++; in wil_suspend_keep_radio_on()
220 wil->suspend_stats.rejected_by_host++; in wil_suspend_keep_radio_on()
226 wil->suspend_stats.rejected_by_host++; in wil_suspend_keep_radio_on()
247 wil->suspend_stats.r_on.failed_suspends++; in wil_suspend_keep_radio_on()
263 wil->suspend_stats.r_on.failed_suspends++; in wil_suspend_keep_radio_on()
277 wil->suspend_stats.r_on.failed_suspends++; in wil_suspend_keep_radio_on()
322 wil->suspend_stats.rejected_by_host++; in wil_suspend_radio_off()
338 wil->suspend_stats.r_off.failed_suspends++; in wil_suspend_radio_off()
[all …]
Dpcie_bus.c533 wil->suspend_stats.r_off.successful_suspends++; in wil6210_suspend()
535 wil->suspend_stats.r_on.successful_suspends++; in wil6210_suspend()
567 wil->suspend_stats.r_off.failed_resumes++; in wil6210_resume()
569 wil->suspend_stats.r_on.failed_resumes++; in wil6210_resume()
573 wil->suspend_stats.r_on.successful_resumes++; in wil6210_resume()
575 wil->suspend_stats.r_off.successful_resumes++; in wil6210_resume()
Ddebugfs.c2238 memset(&wil->suspend_stats, 0, sizeof(wil->suspend_stats)); in wil_write_suspend_stats()
2265 wil->suspend_stats.r_on.successful_suspends, in wil_read_suspend_stats()
2266 wil->suspend_stats.r_on.failed_suspends, in wil_read_suspend_stats()
2267 wil->suspend_stats.r_on.successful_resumes, in wil_read_suspend_stats()
2268 wil->suspend_stats.r_on.failed_resumes, in wil_read_suspend_stats()
2269 wil->suspend_stats.rejected_by_device, in wil_read_suspend_stats()
2270 wil->suspend_stats.r_off.successful_suspends, in wil_read_suspend_stats()
2271 wil->suspend_stats.r_off.failed_suspends, in wil_read_suspend_stats()
2272 wil->suspend_stats.r_off.successful_resumes, in wil_read_suspend_stats()
2273 wil->suspend_stats.r_off.failed_resumes, in wil_read_suspend_stats()
[all …]
Dwmi.c3108 wil->suspend_stats.rejected_by_device++; in wmi_suspend()
3110 wil->suspend_stats.rejected_by_host++; in wmi_suspend()
3123 wil->suspend_stats.rejected_by_host++; in wmi_suspend()
3125 wil->suspend_stats.rejected_by_device++; in wmi_suspend()
3134 wil->suspend_stats.rejected_by_device++; in wmi_suspend()
Dmain.c754 memset(&wil->suspend_stats, 0, sizeof(wil->suspend_stats)); in wil_priv_init()
Dwil6210.h1024 struct wil_suspend_stats suspend_stats; member
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-power305 What: /sys/power/suspend_stats
309 The /sys/power/suspend_stats directory contains suspend related
312 What: /sys/power/suspend_stats/success
316 The /sys/power/suspend_stats/success file contains the number
319 What: /sys/power/suspend_stats/fail
323 The /sys/power/suspend_stats/fail file contains the number
326 What: /sys/power/suspend_stats/failed_freeze
330 The /sys/power/suspend_stats/failed_freeze file contains the
333 What: /sys/power/suspend_stats/failed_prepare
337 The /sys/power/suspend_stats/failed_prepare file contains the
[all …]
/Linux-v5.4/drivers/platform/x86/
Dintel_telemetry_debugfs.c237 struct telemetry_susp_stats suspend_stats; member
560 conf->suspend_stats.shlw_ctr, in telem_soc_states_show()
562 conf->suspend_stats.shlw_res)*10/192)); in telem_soc_states_show()
566 conf->suspend_stats.deep_ctr, in telem_soc_states_show()
568 conf->suspend_stats.deep_res)*10/192)); in telem_soc_states_show()
571 conf->suspend_stats.shlw_ctr, in telem_soc_states_show()
572 (u64)(conf->suspend_stats.shlw_res*10)/192); in telem_soc_states_show()
575 conf->suspend_stats.deep_ctr, in telem_soc_states_show()
576 (u64)(conf->suspend_stats.deep_res*10)/192); in telem_soc_states_show()
862 conf->suspend_stats.shlw_ctr += in pm_suspend_exit_cb()
[all …]
/Linux-v5.4/drivers/base/power/
Dmain.c59 struct suspend_stats suspend_stats; variable
747 suspend_stats.failed_resume_noirq++; in dpm_noirq_resume_devices()
896 suspend_stats.failed_resume_early++; in dpm_resume_early()
1054 suspend_stats.failed_resume++; in dpm_resume()
1395 suspend_stats.failed_suspend_noirq++; in dpm_noirq_suspend_devices()
1595 suspend_stats.failed_suspend_late++; in dpm_suspend_late()
1865 suspend_stats.failed_suspend++; in dpm_suspend()
2021 suspend_stats.failed_prepare++; in dpm_suspend_start()
/Linux-v5.4/Documentation/power/
Dbasic-pm-debugging.rst249 # cat /sys/kernel/debug/suspend_stats
268 to RAM. suspend_stats just lists the last 2 failed devices, error number and