Home
last modified time | relevance | path

Searched refs:suspend_resume_stats (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_power.c2231 struct suspend_resume_stats *stats = &hdd_ctx->suspend_resume_stats; in wlan_hdd_print_suspend_fail_stats()
2245 hdd_ctx->suspend_resume_stats.suspend_fail[reason]++; in wlan_hdd_inc_suspend_stats()
2357 hdd_ctx->suspend_resume_stats.resumes++; in __wlan_hdd_cfg80211_resume_wlan()
H A Dwlan_hdd_driver_ops.c1518 hdd_ctx->suspend_resume_stats.suspends++; in wlan_hdd_bus_suspend_noirq()
H A Dwlan_hdd_wext.c2895 struct suspend_resume_stats *sr_stats; in wlan_hdd_write_suspend_resume_stats()
2897 sr_stats = &hdd_ctx->suspend_resume_stats; in wlan_hdd_write_suspend_resume_stats()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h1647 struct suspend_resume_stats { struct
2190 struct suspend_resume_stats suspend_resume_stats; member