Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_rx_thread.c1044 goto suspend_fail; in dp_rx_tm_suspend()
1050 suspend_fail: in dp_rx_tm_suspend()
1090 goto suspend_fail; in dp_rx_refill_thread_suspend()
1095 suspend_fail: in dp_rx_refill_thread_suspend()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_power.c2234 stats->suspend_fail[SUSPEND_FAIL_IPA], in wlan_hdd_print_suspend_fail_stats()
2235 stats->suspend_fail[SUSPEND_FAIL_RADAR], in wlan_hdd_print_suspend_fail_stats()
2236 stats->suspend_fail[SUSPEND_FAIL_ROAM], in wlan_hdd_print_suspend_fail_stats()
2237 stats->suspend_fail[SUSPEND_FAIL_SCAN], in wlan_hdd_print_suspend_fail_stats()
2238 stats->suspend_fail[SUSPEND_FAIL_INITIAL_WAKEUP]); in wlan_hdd_print_suspend_fail_stats()
2245 hdd_ctx->suspend_resume_stats.suspend_fail[reason]++; in wlan_hdd_inc_suspend_stats()
H A Dwlan_hdd_wext.c2911 sr_stats->suspend_fail[SUSPEND_FAIL_IPA], in wlan_hdd_write_suspend_resume_stats()
2912 sr_stats->suspend_fail[SUSPEND_FAIL_RADAR], in wlan_hdd_write_suspend_resume_stats()
2913 sr_stats->suspend_fail[SUSPEND_FAIL_ROAM], in wlan_hdd_write_suspend_resume_stats()
2914 sr_stats->suspend_fail[SUSPEND_FAIL_SCAN], in wlan_hdd_write_suspend_resume_stats()
2915 sr_stats->suspend_fail[SUSPEND_FAIL_INITIAL_WAKEUP]); in wlan_hdd_write_suspend_resume_stats()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h1650 uint32_t suspend_fail[SUSPEND_FAIL_MAX_COUNT]; member