Home
last modified time | relevance | path

Searched refs:suspend_notifier (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/soc/tegra/
H A Dregulators-tegra30.c29 struct notifier_block suspend_notifier; member
395 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()
H A Dregulators-tegra20.c30 struct notifier_block suspend_notifier; member
410 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()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_core.c2434 container_of(nb, struct hci_dev, suspend_notifier); in hci_suspend_notifier()
2809 if (!hdev->suspend_notifier.notifier_call && in hci_register_suspend_notifier()
2811 hdev->suspend_notifier.notifier_call = hci_suspend_notifier; in hci_register_suspend_notifier()
2812 ret = register_pm_notifier(&hdev->suspend_notifier); in hci_register_suspend_notifier()
2822 if (hdev->suspend_notifier.notifier_call) { in hci_unregister_suspend_notifier()
2823 ret = unregister_pm_notifier(&hdev->suspend_notifier); in hci_unregister_suspend_notifier()
2825 hdev->suspend_notifier.notifier_call = NULL; in hci_unregister_suspend_notifier()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_core.c3532 container_of(nb, struct hci_dev, suspend_notifier); in hci_suspend_notifier()
3806 if (!hdev->suspend_notifier.notifier_call && in hci_register_dev()
3808 hdev->suspend_notifier.notifier_call = hci_suspend_notifier; in hci_register_dev()
3809 error = register_pm_notifier(&hdev->suspend_notifier); in hci_register_dev()
3850 unregister_pm_notifier(&hdev->suspend_notifier); in hci_unregister_dev()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci_core.h491 struct notifier_block suspend_notifier;
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_core.h568 struct notifier_block suspend_notifier; member

Completed in 17 milliseconds