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

/linux-master/kernel/power/
H A Dmain.c312 struct suspend_stats { struct
327 static struct suspend_stats suspend_stats; variable in typeref:struct:suspend_stats
334 strscpy(suspend_stats.failed_devs[suspend_stats.last_failed_dev],
335 name, sizeof(suspend_stats.failed_devs[0]));
336 suspend_stats.last_failed_dev++;
337 suspend_stats.last_failed_dev %= REC_FAILED_NUM;
344 suspend_stats.step_failures[step-1]++;
345 suspend_stats
548 DEFINE_SHOW_ATTRIBUTE(suspend_stats); variable
[all...]
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dpm.c133 wil->suspend_stats.rejected_by_host++;
192 wil->suspend_stats.rejected_by_host++;
203 wil->suspend_stats.rejected_by_host++;
209 wil->suspend_stats.rejected_by_host++;
215 wil->suspend_stats.rejected_by_host++;
236 wil->suspend_stats.r_on.failed_suspends++;
252 wil->suspend_stats.r_on.failed_suspends++;
266 wil->suspend_stats.r_on.failed_suspends++;
311 wil->suspend_stats.rejected_by_host++;
327 wil->suspend_stats
[all...]
H A Dpcie_bus.c524 wil->suspend_stats.r_off.successful_suspends++;
526 wil->suspend_stats.r_on.successful_suspends++;
558 wil->suspend_stats.r_off.failed_resumes++;
560 wil->suspend_stats.r_on.failed_resumes++;
564 wil->suspend_stats.r_on.successful_resumes++;
566 wil->suspend_stats.r_off.successful_resumes++;
H A Ddebugfs.c2182 /*---------suspend_stats---------*/
2189 memset(&wil->suspend_stats, 0, sizeof(wil->suspend_stats));
2216 wil->suspend_stats.r_on.successful_suspends,
2217 wil->suspend_stats.r_on.failed_suspends,
2218 wil->suspend_stats.r_on.successful_resumes,
2219 wil->suspend_stats.r_on.failed_resumes,
2220 wil->suspend_stats.rejected_by_device,
2221 wil->suspend_stats.r_off.successful_suspends,
2222 wil->suspend_stats
[all...]
H A Dwmi.c3125 wil->suspend_stats.rejected_by_device++;
3127 wil->suspend_stats.rejected_by_host++;
3140 wil->suspend_stats.rejected_by_host++;
3142 wil->suspend_stats.rejected_by_device++;
3151 wil->suspend_stats.rejected_by_device++;
H A Dmain.c743 memset(&wil->suspend_stats, 0, sizeof(wil->suspend_stats));
H A Dwil6210.h1015 struct wil_suspend_stats suspend_stats; member in struct:wil6210_priv
/linux-master/drivers/platform/x86/intel/telemetry/
H A Ddebugfs.c237 struct telemetry_susp_stats suspend_stats; member in struct:telemetry_debugfs_conf
559 conf->suspend_stats.shlw_ctr,
561 conf->suspend_stats.shlw_res)*10/192));
565 conf->suspend_stats.deep_ctr,
567 conf->suspend_stats.deep_res)*10/192));
570 conf->suspend_stats.shlw_ctr,
571 (u64)(conf->suspend_stats.shlw_res*10)/192);
574 conf->suspend_stats.deep_ctr,
575 (u64)(conf->suspend_stats.deep_res*10)/192);
867 conf->suspend_stats
[all...]

Completed in 233 milliseconds