Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_core.c3530 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()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h485 struct notifier_block suspend_notifier; member