Home
last modified time | relevance | path

Searched refs:register_pm_notifier (Results 1 – 25 of 40) sorted by relevance

12

/linux/include/linux/
H A Dsuspend.h450 extern int register_pm_notifier(struct notifier_block *nb);
461 register_pm_notifier(&fn##_nb); \
491 static inline int register_pm_notifier(struct notifier_block *nb) in register_pm_notifier() function
/linux/lib/
H A Dpm-notifier-error-inject.c32 err = register_pm_notifier(&pm_notifier_err_inject.nb); in err_inject_init()
/linux/drivers/greybus/
H A Dsvc_watchdog.c125 retval = register_pm_notifier(&watchdog->pm_notifier); in gb_svc_watchdog_create()
/linux/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_mbox_msr.c197 ret = register_pm_notifier(&isst_pm_nb); in isst_if_mbox_init()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dcore.c170 register_pm_notifier(&omap_dss_pm_notif_block); in omap_dss_probe()
/linux/drivers/base/power/
H A Dtrace.c280 register_pm_notifier(&pm_trace_nb); in early_resume_init()
/linux/drivers/mfd/
H A Dmt6397-irq.c236 register_pm_notifier(&chip->pm_nb); in mt6397_irq_init()
H A Dtwl6030-irq.c357 register_pm_notifier(&twl6030_irq->pm_nb); in twl6030_init_irq()
/linux/drivers/platform/x86/intel/uncore-frequency/
H A Duncore-frequency.c298 ret = register_pm_notifier(&uncore_pm_nb); in intel_uncore_init()
/linux/Documentation/driver-api/pm/
H A Dnotifiers.rst71 :c:func:`register_pm_notifier()` and :c:func:`unregister_pm_notifier()`,
/linux/drivers/watchdog/
H A Dwatchdog_core.c332 ret = register_pm_notifier(&wdd->pm_nb); in ___watchdog_register_device()
/linux/sound/soc/
H A Dsoc-jack.c378 register_pm_notifier(&gpios[i].pm_notifier); in snd_soc_jack_add_gpios()
/linux/drivers/soc/tegra/
H A Dregulators-tegra30.c529 err = register_pm_notifier(&tegra30_coupler.suspend_notifier); in tegra_regulator_coupler_init()
H A Dregulators-tegra20.c555 err = register_pm_notifier(&tegra20_coupler.suspend_notifier); in tegra_regulator_coupler_init()
/linux/kernel/power/
H A Dmain.c156 int register_pm_notifier(struct notifier_block *nb) in register_pm_notifier() function
160 EXPORT_SYMBOL_GPL(register_pm_notifier);
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_pcie.c573 register_pm_notifier(&pm_notifier); in iosm_ipc_driver_init()
/linux/drivers/char/
H A Dapm-emulation.c646 ret = register_pm_notifier(&apm_notif_block); in apm_init()
/linux/drivers/staging/greybus/
H A Darche-platform.c525 ret = register_pm_notifier(&arche_pdata->pm_notifier); in arche_platform_probe()
/linux/drivers/net/wireguard/
H A Ddevice.c443 ret = register_pm_notifier(&pm_notifier); in wg_device_init()
/linux/drivers/gpu/drm/xe/
H A Dxe_pm.c455 err = register_pm_notifier(&xe->pm_notifier); in xe_pm_init()
/linux/drivers/phy/broadcom/
H A Dphy-brcm-usb.c548 register_pm_notifier(&priv->pm_notifier); in brcm_usb_phy_probe()
/linux/drivers/net/wireless/ath/wil6210/
H A Dpcie_bus.c434 rc = register_pm_notifier(&wil->pm_notify); in wil_pcie_probe()
/linux/drivers/power/supply/
H A Dds2760_battery.c711 register_pm_notifier(&di->pm_notifier); in w1_ds2760_add_slave()
/linux/drivers/platform/x86/intel/telemetry/
H A Ddebugfs.c928 register_pm_notifier(&pm_notifier); in telemetry_debugfs_init()
/linux/kernel/trace/
H A Dfgraph.c1394 register_pm_notifier(&ftrace_suspend_notifier); in register_ftrace_graph()

12