Searched refs:suspend_notifier (Results 1 – 4 of 4) 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()
2433 container_of(nb, struct hci_dev, suspend_notifier); in hci_suspend_notifier()2807 if (!hdev->suspend_notifier.notifier_call && in hci_register_suspend_notifier()2809 hdev->suspend_notifier.notifier_call = hci_suspend_notifier; in hci_register_suspend_notifier()2810 ret = register_pm_notifier(&hdev->suspend_notifier); in hci_register_suspend_notifier()2820 if (hdev->suspend_notifier.notifier_call) { in hci_unregister_suspend_notifier()2821 ret = unregister_pm_notifier(&hdev->suspend_notifier); in hci_unregister_suspend_notifier()2823 hdev->suspend_notifier.notifier_call = NULL; in hci_unregister_suspend_notifier()
567 struct notifier_block suspend_notifier; member