Searched refs:suspend_fail (Results 1 – 4 of 4) sorted by relevance
1044 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()
2234 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()
2911 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()
1650 uint32_t suspend_fail[SUSPEND_FAIL_MAX_COUNT]; member