Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath12k/
A Dahb.c800 ab_ahb->root_pd_notifier = qcom_register_ssr_notifier(ab_ahb->tgt_rproc->name, in ath12k_ahb_register_rproc_notifier()
802 if (IS_ERR(ab_ahb->root_pd_notifier)) in ath12k_ahb_register_rproc_notifier()
803 return PTR_ERR(ab_ahb->root_pd_notifier); in ath12k_ahb_register_rproc_notifier()
812 if (!ab_ahb->root_pd_notifier) { in ath12k_ahb_unregister_rproc_notifier()
817 qcom_unregister_ssr_notifier(ab_ahb->root_pd_notifier, in ath12k_ahb_unregister_rproc_notifier()
819 ab_ahb->root_pd_notifier = NULL; in ath12k_ahb_unregister_rproc_notifier()
A Dahb.h52 void *root_pd_notifier; member

Completed in 7 milliseconds