Home
last modified time | relevance | path

Searched refs:root_pd_notifier (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Dahb.c822 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()
H A Dahb.h75 void *root_pd_notifier; member