Searched refs:suspend_stats (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/kernel/power/ |
D | main.c | 312 struct suspend_stats { struct 327 static struct suspend_stats suspend_stats; argument 334 strscpy(suspend_stats.failed_devs[suspend_stats.last_failed_dev], in dpm_save_failed_dev() 335 name, sizeof(suspend_stats.failed_devs[0])); in dpm_save_failed_dev() 336 suspend_stats.last_failed_dev++; in dpm_save_failed_dev() 337 suspend_stats.last_failed_dev %= REC_FAILED_NUM; in dpm_save_failed_dev() 344 suspend_stats.step_failures[step-1]++; in dpm_save_failed_step() 345 suspend_stats.failed_steps[suspend_stats.last_failed_step] = step; in dpm_save_failed_step() 346 suspend_stats.last_failed_step++; in dpm_save_failed_step() 347 suspend_stats.last_failed_step %= REC_FAILED_NUM; in dpm_save_failed_step() [all …]
|
/linux-6.12.1/drivers/net/wireless/ath/wil6210/ |
D | pm.c | 133 wil->suspend_stats.rejected_by_host++; in wil_can_suspend() 192 wil->suspend_stats.rejected_by_host++; in wil_suspend_keep_radio_on() 203 wil->suspend_stats.rejected_by_host++; in wil_suspend_keep_radio_on() 209 wil->suspend_stats.rejected_by_host++; in wil_suspend_keep_radio_on() 215 wil->suspend_stats.rejected_by_host++; in wil_suspend_keep_radio_on() 236 wil->suspend_stats.r_on.failed_suspends++; in wil_suspend_keep_radio_on() 252 wil->suspend_stats.r_on.failed_suspends++; in wil_suspend_keep_radio_on() 266 wil->suspend_stats.r_on.failed_suspends++; in wil_suspend_keep_radio_on() 311 wil->suspend_stats.rejected_by_host++; in wil_suspend_radio_off() 327 wil->suspend_stats.r_off.failed_suspends++; in wil_suspend_radio_off() [all …]
|
D | pcie_bus.c | 524 wil->suspend_stats.r_off.successful_suspends++; in wil6210_suspend() 526 wil->suspend_stats.r_on.successful_suspends++; in wil6210_suspend() 558 wil->suspend_stats.r_off.failed_resumes++; in wil6210_resume() 560 wil->suspend_stats.r_on.failed_resumes++; in wil6210_resume() 564 wil->suspend_stats.r_on.successful_resumes++; in wil6210_resume() 566 wil->suspend_stats.r_off.successful_resumes++; in wil6210_resume()
|
D | debugfs.c | 2189 memset(&wil->suspend_stats, 0, sizeof(wil->suspend_stats)); in wil_write_suspend_stats() 2216 wil->suspend_stats.r_on.successful_suspends, in wil_read_suspend_stats() 2217 wil->suspend_stats.r_on.failed_suspends, in wil_read_suspend_stats() 2218 wil->suspend_stats.r_on.successful_resumes, in wil_read_suspend_stats() 2219 wil->suspend_stats.r_on.failed_resumes, in wil_read_suspend_stats() 2220 wil->suspend_stats.rejected_by_device, in wil_read_suspend_stats() 2221 wil->suspend_stats.r_off.successful_suspends, in wil_read_suspend_stats() 2222 wil->suspend_stats.r_off.failed_suspends, in wil_read_suspend_stats() 2223 wil->suspend_stats.r_off.successful_resumes, in wil_read_suspend_stats() 2224 wil->suspend_stats.r_off.failed_resumes, in wil_read_suspend_stats() [all …]
|
D | wmi.c | 3125 wil->suspend_stats.rejected_by_device++; in wmi_suspend() 3127 wil->suspend_stats.rejected_by_host++; in wmi_suspend() 3140 wil->suspend_stats.rejected_by_host++; in wmi_suspend() 3142 wil->suspend_stats.rejected_by_device++; in wmi_suspend() 3151 wil->suspend_stats.rejected_by_device++; in wmi_suspend()
|
D | main.c | 743 memset(&wil->suspend_stats, 0, sizeof(wil->suspend_stats)); in wil_priv_init()
|
D | wil6210.h | 1015 struct wil_suspend_stats suspend_stats; member
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-power | 310 What: /sys/power/suspend_stats 314 The /sys/power/suspend_stats directory contains suspend related 317 What: /sys/power/suspend_stats/success 321 The /sys/power/suspend_stats/success file contains the number 324 What: /sys/power/suspend_stats/fail 328 The /sys/power/suspend_stats/fail file contains the number 331 What: /sys/power/suspend_stats/failed_freeze 335 The /sys/power/suspend_stats/failed_freeze file contains the 338 What: /sys/power/suspend_stats/failed_prepare 342 The /sys/power/suspend_stats/failed_prepare file contains the [all …]
|
/linux-6.12.1/drivers/platform/x86/intel/telemetry/ |
D | debugfs.c | 237 struct telemetry_susp_stats suspend_stats; member 559 conf->suspend_stats.shlw_ctr, in telem_soc_states_show() 561 conf->suspend_stats.shlw_res)*10/192)); in telem_soc_states_show() 565 conf->suspend_stats.deep_ctr, in telem_soc_states_show() 567 conf->suspend_stats.deep_res)*10/192)); in telem_soc_states_show() 570 conf->suspend_stats.shlw_ctr, in telem_soc_states_show() 571 (u64)(conf->suspend_stats.shlw_res*10)/192); in telem_soc_states_show() 574 conf->suspend_stats.deep_ctr, in telem_soc_states_show() 575 (u64)(conf->suspend_stats.deep_res*10)/192); in telem_soc_states_show() 867 conf->suspend_stats.shlw_ctr += in pm_suspend_exit_cb() [all …]
|
/linux-6.12.1/Documentation/power/ |
D | basic-pm-debugging.rst | 249 # cat /sys/kernel/debug/suspend_stats 268 to RAM. suspend_stats just lists the last 2 failed devices, error number and
|