Symbol: unregister_pm_notifier
drivers/acpi/acpi_video.c
1860
error = unregister_pm_notifier(&video->pm_nb);
drivers/acpi/battery.c
1265
unregister_pm_notifier(&battery->pm_nb);
drivers/acpi/battery.c
1280
unregister_pm_notifier(&battery->pm_nb);
drivers/base/firmware_loader/main.c
1616
unregister_pm_notifier(&fw_cache.pm_notify);
drivers/char/apm-emulation.c
663
unregister_pm_notifier(&apm_notif_block);
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
4911
unregister_pm_notifier(&adev->pm_nb);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
1162
unregister_pm_notifier(&dev_priv->pm_nb);
drivers/gpu/drm/xe/xe_pm.c
482
unregister_pm_notifier(&xe->pm_notifier);
drivers/gpu/drm/xe/xe_pm.c
507
unregister_pm_notifier(&xe->pm_notifier);
drivers/greybus/svc_watchdog.c
135
unregister_pm_notifier(&watchdog->pm_notifier);
drivers/greybus/svc_watchdog.c
154
unregister_pm_notifier(&watchdog->pm_notifier);
drivers/mfd/twl6030-irq.c
368
unregister_pm_notifier(&twl6030_irq->pm_nb);
drivers/net/usb/r8152.c
6978
unregister_pm_notifier(&tp->pm_notifier);
drivers/net/wireguard/device.c
466
unregister_pm_notifier(&pm_notifier);
drivers/net/wireguard/device.c
475
unregister_pm_notifier(&pm_notifier);
drivers/net/wireless/ath/ath11k/core.c
2679
ret = unregister_pm_notifier(&ab->pm_nb);
drivers/net/wireless/ath/wil6210/pcie_bus.c
470
unregister_pm_notifier(&wil->pm_notify);
drivers/net/wwan/iosm/iosm_ipc_pcie.c
581
unregister_pm_notifier(&pm_notifier);
drivers/phy/broadcom/phy-brcm-usb.c
593
unregister_pm_notifier(&priv->pm_notifier);
drivers/platform/x86/intel/speed_select_if/isst_if_mbox_msr.c
207
unregister_pm_notifier(&isst_pm_nb);
drivers/platform/x86/intel/telemetry/debugfs.c
952
unregister_pm_notifier(&pm_notifier);
drivers/platform/x86/intel/uncore-frequency/uncore-frequency.c
319
unregister_pm_notifier(&uncore_pm_nb);
drivers/platform/x86/samsung-laptop.c
1747
unregister_pm_notifier(&samsung->pm_nb);
drivers/power/supply/ds2760_battery.c
726
unregister_pm_notifier(&di->pm_notifier);
drivers/powercap/intel_rapl_common.c
2365
unregister_pm_notifier(&rapl_pm_notifier);
drivers/staging/greybus/arche-platform.c
548
unregister_pm_notifier(&arche_pdata->pm_notifier);
drivers/staging/greybus/arche-platform.c
560
unregister_pm_notifier(&arche_pdata->pm_notifier);
drivers/video/fbdev/omap2/omapfb/dss/core.c
177
unregister_pm_notifier(&omap_dss_pm_notif_block);
drivers/virtio/virtio_mem.c
2656
unregister_pm_notifier(&vm->pm_notifier);
drivers/virtio/virtio_mem.c
3024
unregister_pm_notifier(&vm->pm_notifier);
include/linux/suspend.h
451
extern int unregister_pm_notifier(struct notifier_block *nb);
kernel/power/main.c
166
EXPORT_SYMBOL_GPL(unregister_pm_notifier);
kernel/trace/fgraph.c
1421
unregister_pm_notifier(&ftrace_suspend_notifier);
kernel/trace/fgraph.c
1463
unregister_pm_notifier(&ftrace_suspend_notifier);
lib/pm-notifier-error-inject.c
41
unregister_pm_notifier(&pm_notifier_err_inject.nb);
net/bluetooth/hci_core.c
2799
ret = unregister_pm_notifier(&hdev->suspend_notifier);
sound/soc/soc-jack.c
285
unregister_pm_notifier(&gpios[i].pm_notifier);
virt/kvm/kvm_main.c
923
unregister_pm_notifier(&kvm->pm_notifier);