Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dahb.c41 static struct ath12k_ahb_rproc_info *g_rproc_info; variable
822 if (g_rproc_info->root_pd_notifier) in ath12k_ahb_register_rproc_notifier()
825 g_rproc_info->root_pd_nb.notifier_call = ath12k_ahb_root_pd_state_notifier; in ath12k_ahb_register_rproc_notifier()
827 g_rproc_info->root_pd_notifier = in ath12k_ahb_register_rproc_notifier()
828 qcom_register_ssr_notifier(g_rproc_info->tgt_rproc->name, in ath12k_ahb_register_rproc_notifier()
829 &g_rproc_info->root_pd_nb); 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()
[all …]