Home
last modified time | relevance | path

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

/linux/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()
/linux/include/net/bluetooth/
H A Dhci_core.h542 struct notifier_block suspend_notifier; member