Searched refs:register_pm_notifier (Results 1 - 25 of 33) sorted by relevance

12

/linux-master/lib/
H A Dpm-notifier-error-inject.c32 err = register_pm_notifier(&pm_notifier_err_inject.nb);
/linux-master/include/linux/
H A Dsuspend.h439 extern int register_pm_notifier(struct notifier_block *nb);
448 register_pm_notifier(&fn##_nb); \
475 static inline int register_pm_notifier(struct notifier_block *nb) function
/linux-master/drivers/greybus/
H A Dsvc_watchdog.c125 retval = register_pm_notifier(&watchdog->pm_notifier);
/linux-master/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_mbox_msr.c198 ret = register_pm_notifier(&isst_pm_nb);
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dcore.c169 register_pm_notifier(&omap_dss_pm_notif_block);
/linux-master/drivers/base/power/
H A Dtrace.c282 register_pm_notifier(&pm_trace_nb);
/linux-master/drivers/mfd/
H A Dmt6397-irq.c214 register_pm_notifier(&chip->pm_nb);
H A Dtwl6030-irq.c433 register_pm_notifier(&twl6030_irq->pm_nb);
/linux-master/drivers/platform/x86/intel/uncore-frequency/
H A Duncore-frequency.c265 ret = register_pm_notifier(&uncore_pm_nb);
/linux-master/drivers/soc/tegra/
H A Dregulators-tegra30.c529 err = register_pm_notifier(&tegra30_coupler.suspend_notifier);
H A Dregulators-tegra20.c555 err = register_pm_notifier(&tegra20_coupler.suspend_notifier);
/linux-master/sound/soc/
H A Dsoc-jack.c391 register_pm_notifier(&gpios[i].pm_notifier);
/linux-master/drivers/watchdog/
H A Dwatchdog_core.c331 ret = register_pm_notifier(&wdd->pm_nb);
/linux-master/drivers/char/
H A Dapm-emulation.c655 ret = register_pm_notifier(&apm_notif_block);
/linux-master/kernel/trace/
H A Dfgraph.c645 register_pm_notifier(&ftrace_suspend_notifier);
/linux-master/drivers/staging/greybus/
H A Darche-platform.c525 ret = register_pm_notifier(&arche_pdata->pm_notifier);
/linux-master/drivers/net/wireguard/
H A Ddevice.c438 ret = register_pm_notifier(&pm_notifier);
/linux-master/kernel/power/
H A Dmain.c86 int register_pm_notifier(struct notifier_block *nb) function
90 EXPORT_SYMBOL_GPL(register_pm_notifier); variable
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dpcie_bus.c434 rc = register_pm_notifier(&wil->pm_notify);
439 wil_err(wil, "register_pm_notifier failed: %d\n", rc);
/linux-master/drivers/power/supply/
H A Dds2760_battery.c760 register_pm_notifier(&di->pm_notifier);
/linux-master/drivers/phy/broadcom/
H A Dphy-brcm-usb.c534 register_pm_notifier(&priv->pm_notifier);
/linux-master/drivers/platform/x86/intel/telemetry/
H A Ddebugfs.c928 register_pm_notifier(&pm_notifier);
/linux-master/drivers/acpi/
H A Dbattery.c1212 register_pm_notifier(&battery->pm_nb);
/linux-master/drivers/platform/x86/
H A Dsamsung-laptop.c1611 register_pm_notifier(&samsung->pm_nb);
/linux-master/drivers/thermal/
H A Dthermal_core.c1653 result = register_pm_notifier(&thermal_pm_nb);

Completed in 219 milliseconds

12