Searched refs:suspend_notifier (Results 1 – 2 of 2) sorted by relevance
3530 container_of(nb, struct hci_dev, suspend_notifier); in hci_suspend_notifier()3799 if (!hdev->suspend_notifier.notifier_call && in hci_register_dev()3801 hdev->suspend_notifier.notifier_call = hci_suspend_notifier; in hci_register_dev()3802 error = register_pm_notifier(&hdev->suspend_notifier); in hci_register_dev()3839 unregister_pm_notifier(&hdev->suspend_notifier); in hci_unregister_dev()
485 struct notifier_block suspend_notifier; member