Home
last modified time | relevance | path

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

12

/Linux-v6.6/include/linux/
Dsuspend.h498 extern int register_pm_notifier(struct notifier_block *nb);
507 register_pm_notifier(&fn##_nb); \
534 static inline int register_pm_notifier(struct notifier_block *nb) in register_pm_notifier() function
/Linux-v6.6/lib/
Dpm-notifier-error-inject.c32 err = register_pm_notifier(&pm_notifier_err_inject.nb); in err_inject_init()
/Linux-v6.6/drivers/greybus/
Dsvc_watchdog.c125 retval = register_pm_notifier(&watchdog->pm_notifier); in gb_svc_watchdog_create()
/Linux-v6.6/drivers/platform/x86/intel/speed_select_if/
Disst_if_mbox_msr.c198 ret = register_pm_notifier(&isst_pm_nb); in isst_if_mbox_init()
/Linux-v6.6/drivers/video/fbdev/omap2/omapfb/dss/
Dcore.c169 register_pm_notifier(&omap_dss_pm_notif_block); in omap_dss_probe()
/Linux-v6.6/drivers/base/power/
Dtrace.c282 register_pm_notifier(&pm_trace_nb); in early_resume_init()
/Linux-v6.6/drivers/platform/x86/intel/uncore-frequency/
Duncore-frequency.c252 ret = register_pm_notifier(&uncore_pm_nb); in intel_uncore_init()
/Linux-v6.6/drivers/mfd/
Dmt6397-irq.c214 register_pm_notifier(&chip->pm_nb); in mt6397_irq_init()
Dtwl6030-irq.c433 register_pm_notifier(&twl6030_irq->pm_nb); in twl6030_init_irq()
/Linux-v6.6/Documentation/driver-api/pm/
Dnotifiers.rst71 :c:func:`register_pm_notifier()` and :c:func:`unregister_pm_notifier()`,
/Linux-v6.6/kernel/power/
Dmain.c102 int register_pm_notifier(struct notifier_block *nb) in register_pm_notifier() function
106 EXPORT_SYMBOL_GPL(register_pm_notifier);
/Linux-v6.6/drivers/watchdog/
Dwatchdog_core.c330 ret = register_pm_notifier(&wdd->pm_nb); in __watchdog_register_device()
/Linux-v6.6/drivers/soc/tegra/
Dregulators-tegra30.c529 err = register_pm_notifier(&tegra30_coupler.suspend_notifier); in tegra_regulator_coupler_init()
Dregulators-tegra20.c555 err = register_pm_notifier(&tegra20_coupler.suspend_notifier); in tegra_regulator_coupler_init()
/Linux-v6.6/sound/soc/
Dsoc-jack.c391 register_pm_notifier(&gpios[i].pm_notifier); in snd_soc_jack_add_gpios()
/Linux-v6.6/drivers/char/
Dapm-emulation.c655 ret = register_pm_notifier(&apm_notif_block); in apm_init()
/Linux-v6.6/kernel/trace/
Dfgraph.c645 register_pm_notifier(&ftrace_suspend_notifier); in register_ftrace_graph()
/Linux-v6.6/drivers/staging/greybus/
Darche-platform.c525 ret = register_pm_notifier(&arche_pdata->pm_notifier); in arche_platform_probe()
/Linux-v6.6/drivers/net/wireguard/
Ddevice.c445 ret = register_pm_notifier(&pm_notifier); in wg_device_init()
/Linux-v6.6/drivers/phy/broadcom/
Dphy-brcm-usb.c534 register_pm_notifier(&priv->pm_notifier); in brcm_usb_phy_probe()
/Linux-v6.6/drivers/net/wireless/ath/wil6210/
Dpcie_bus.c434 rc = register_pm_notifier(&wil->pm_notify); in wil_pcie_probe()
/Linux-v6.6/drivers/power/supply/
Dds2760_battery.c760 register_pm_notifier(&di->pm_notifier); in w1_ds2760_add_slave()
/Linux-v6.6/drivers/platform/x86/intel/telemetry/
Ddebugfs.c928 register_pm_notifier(&pm_notifier); in telemetry_debugfs_init()
/Linux-v6.6/drivers/acpi/
Dbattery.c1212 register_pm_notifier(&battery->pm_nb); in acpi_battery_add()
/Linux-v6.6/drivers/base/firmware_loader/
Dmain.c1574 ret = register_pm_notifier(&fw_cache.pm_notify); in register_fw_pm_ops()

12