Home
last modified time | relevance | path

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

/Linux-v5.15/net/bluetooth/
Dhci_core.c3702 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()
/Linux-v5.15/include/net/bluetooth/
Dhci_core.h510 struct notifier_block suspend_notifier; member