Searched refs:root_pd_notifier (Results 1 – 2 of 2) sorted by relevance
822 if (g_rproc_info->root_pd_notifier) in ath12k_ahb_register_rproc_notifier()827 g_rproc_info->root_pd_notifier = in ath12k_ahb_register_rproc_notifier()830 if (IS_ERR(g_rproc_info->root_pd_notifier)) { in ath12k_ahb_register_rproc_notifier()831 ret = PTR_ERR(g_rproc_info->root_pd_notifier); in ath12k_ahb_register_rproc_notifier()832 g_rproc_info->root_pd_notifier = NULL; in ath12k_ahb_register_rproc_notifier()843 if (!g_rproc_info->root_pd_notifier) in ath12k_ahb_unregister_rproc_notifier()846 qcom_unregister_ssr_notifier(g_rproc_info->root_pd_notifier, in ath12k_ahb_unregister_rproc_notifier()848 g_rproc_info->root_pd_notifier = NULL; in ath12k_ahb_unregister_rproc_notifier()
75 void *root_pd_notifier; member