Home
last modified time | relevance | path

Searched refs:root_pd_shutdown (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/platform/icnss2/
H A Dmain.h237 uint32_t root_pd_shutdown; member
493 bool root_pd_shutdown; member
H A Dmain.c2247 priv->stats.recovery.root_pd_shutdown++; in icnss_wpss_notifier_nb()
2318 priv->root_pd_shutdown = false; in icnss_modem_notifier_nb()
2320 priv->stats.recovery.root_pd_shutdown++; in icnss_modem_notifier_nb()
2321 priv->root_pd_shutdown = true; in icnss_modem_notifier_nb()
2645 } else if (priv->root_pd_shutdown) { in icnss_pdr_notifier_cb()
H A Ddebug.c486 ICNSS_STATS_DUMP(s, priv, recovery.root_pd_shutdown); in icnss_stats_show()