Searched refs:suspend_notifier (Results 1 – 2 of 2) sorted by relevance
3702 container_of(nb, struct hci_dev, suspend_notifier); in hci_suspend_notifier()3988 hdev->suspend_notifier.notifier_call = hci_suspend_notifier; in hci_register_dev()3989 error = register_pm_notifier(&hdev->suspend_notifier); in hci_register_dev()4025 unregister_pm_notifier(&hdev->suspend_notifier); in hci_unregister_dev()
510 struct notifier_block suspend_notifier; member