Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.c2686 pm_nb); in ath11k_core_pm_notify()
2704 ab->pm_nb.notifier_call = ath11k_core_pm_notify; in ath11k_core_pm_notifier_register()
2705 return register_pm_notifier(&ab->pm_nb); in ath11k_core_pm_notifier_register()
2712 ret = unregister_pm_notifier(&ab->pm_nb); in ath11k_core_pm_notifier_unregister()
H A Dcore.h1116 struct notifier_block pm_nb; member