Searched refs:suspend_notifier (Results 1 – 6 of 6) sorted by relevance
29 struct notifier_block suspend_notifier; member395 suspend_notifier); in tegra30_regulator_suspend()516 .suspend_notifier.notifier_call = tegra30_regulator_suspend,529 err = register_pm_notifier(&tegra30_coupler.suspend_notifier); in tegra_regulator_coupler_init()
30 struct notifier_block suspend_notifier; member410 suspend_notifier); in tegra20_regulator_suspend()542 .suspend_notifier.notifier_call = tegra20_regulator_suspend,555 err = register_pm_notifier(&tegra20_coupler.suspend_notifier); in tegra_regulator_coupler_init()
48 Notifier suspend_notifier; member
852 suspend_notifier); in rtc_notify_suspend()919 s->suspend_notifier.notify = rtc_notify_suspend; in rtc_realizefn()920 qemu_register_suspend_notifier(&s->suspend_notifier); in rtc_realizefn()
2383 container_of(nb, struct hci_dev, suspend_notifier); in hci_suspend_notifier()2752 if (!hdev->suspend_notifier.notifier_call && in hci_register_suspend_notifier()2754 hdev->suspend_notifier.notifier_call = hci_suspend_notifier; in hci_register_suspend_notifier()2755 ret = register_pm_notifier(&hdev->suspend_notifier); in hci_register_suspend_notifier()2765 if (hdev->suspend_notifier.notifier_call) { in hci_unregister_suspend_notifier()2766 ret = unregister_pm_notifier(&hdev->suspend_notifier); in hci_unregister_suspend_notifier()2768 hdev->suspend_notifier.notifier_call = NULL; in hci_unregister_suspend_notifier()
533 struct notifier_block suspend_notifier; member