Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dahb.h59 void *root_pd_notifier; member
H A Dahb.c792 ab_ahb->root_pd_notifier = qcom_register_ssr_notifier(ab_ahb->tgt_rproc->name, in ath12k_ahb_register_rproc_notifier()
794 if (IS_ERR(ab_ahb->root_pd_notifier)) in ath12k_ahb_register_rproc_notifier()
795 return PTR_ERR(ab_ahb->root_pd_notifier); in ath12k_ahb_register_rproc_notifier()
804 if (!ab_ahb->root_pd_notifier) { in ath12k_ahb_unregister_rproc_notifier()
809 qcom_unregister_ssr_notifier(ab_ahb->root_pd_notifier, in ath12k_ahb_unregister_rproc_notifier()
811 ab_ahb->root_pd_notifier = NULL; in ath12k_ahb_unregister_rproc_notifier()