Searched refs:suspend_notifier (Results 1 – 2 of 2) sorted by relevance
3517 container_of(nb, struct hci_dev, suspend_notifier); in hci_suspend_notifier()3785 hdev->suspend_notifier.notifier_call = hci_suspend_notifier; in hci_register_dev()3786 error = register_pm_notifier(&hdev->suspend_notifier); in hci_register_dev()3824 unregister_pm_notifier(&hdev->suspend_notifier); in hci_unregister_dev()
481 struct notifier_block suspend_notifier; member