pm_nb 177 drivers/acpi/acpi_video.c struct notifier_block pm_nb; pm_nb 1705 drivers/acpi/acpi_video.c video = container_of(nb, struct acpi_video_bus, pm_nb); pm_nb 1868 drivers/acpi/acpi_video.c video->pm_nb.notifier_call = acpi_video_resume; pm_nb 1869 drivers/acpi/acpi_video.c video->pm_nb.priority = 0; pm_nb 1870 drivers/acpi/acpi_video.c return register_pm_notifier(&video->pm_nb); pm_nb 1900 drivers/acpi/acpi_video.c error = unregister_pm_notifier(&video->pm_nb); pm_nb 117 drivers/acpi/battery.c struct notifier_block pm_nb; pm_nb 1283 drivers/acpi/battery.c pm_nb); pm_nb 1448 drivers/acpi/battery.c battery->pm_nb.notifier_call = battery_notify; pm_nb 1449 drivers/acpi/battery.c register_pm_notifier(&battery->pm_nb); pm_nb 1471 drivers/acpi/battery.c unregister_pm_notifier(&battery->pm_nb); pm_nb 921 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c dev_priv->pm_nb.notifier_call = vmwgfx_pm_notifier; pm_nb 922 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c register_pm_notifier(&dev_priv->pm_nb); pm_nb 966 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c unregister_pm_notifier(&dev_priv->pm_nb); pm_nb 1218 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c container_of(nb, struct vmw_private, pm_nb); pm_nb 560 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h struct notifier_block pm_nb; pm_nb 111 drivers/mfd/twl6030-irq.c struct notifier_block pm_nb; pm_nb 124 drivers/mfd/twl6030-irq.c pm_nb); pm_nb 410 drivers/mfd/twl6030-irq.c twl6030_irq->pm_nb.notifier_call = twl6030_irq_pm_notifier; pm_nb 433 drivers/mfd/twl6030-irq.c register_pm_notifier(&twl6030_irq->pm_nb); pm_nb 444 drivers/mfd/twl6030-irq.c unregister_pm_notifier(&twl6030_irq->pm_nb); pm_nb 350 drivers/platform/x86/samsung-laptop.c struct notifier_block pm_nb; pm_nb 1482 drivers/platform/x86/samsung-laptop.c samsung = container_of(nb, struct samsung_laptop, pm_nb); pm_nb 1707 drivers/platform/x86/samsung-laptop.c samsung->pm_nb.notifier_call = samsung_pm_notification; pm_nb 1708 drivers/platform/x86/samsung-laptop.c register_pm_notifier(&samsung->pm_nb); pm_nb 1735 drivers/platform/x86/samsung-laptop.c unregister_pm_notifier(&samsung->pm_nb);