Home
last modified time | relevance | path

Searched refs:pm_nb (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/acpi/
H A Dacpi_video.c166 struct notifier_block pm_nb; member
1665 video = container_of(nb, struct acpi_video_bus, pm_nb); in acpi_video_resume()
1805 video->pm_nb.notifier_call = acpi_video_resume; in acpi_video_bus_register_backlight()
1806 video->pm_nb.priority = 0; in acpi_video_bus_register_backlight()
1807 return register_pm_notifier(&video->pm_nb); in acpi_video_bus_register_backlight()
1837 error = unregister_pm_notifier(&video->pm_nb); in acpi_video_bus_unregister_backlight()
/linux/drivers/platform/x86/
H A Dsamsung-laptop.c351 struct notifier_block pm_nb; member
1567 samsung = container_of(nb, struct samsung_laptop, pm_nb); in samsung_pm_notification()
1719 samsung->pm_nb.notifier_call = samsung_pm_notification; in samsung_init()
1720 register_pm_notifier(&samsung->pm_nb); in samsung_init()
1747 unregister_pm_notifier(&samsung->pm_nb); in samsung_exit()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c1121 dev_priv->pm_nb.notifier_call = vmwgfx_pm_notifier; in vmw_driver_load()
1122 register_pm_notifier(&dev_priv->pm_nb); in vmw_driver_load()
1162 unregister_pm_notifier(&dev_priv->pm_nb); in vmw_driver_unload()
1429 container_of(nb, struct vmw_private, pm_nb); in vmwgfx_pm_notifier()
H A Dvmwgfx_drv.h565 struct notifier_block pm_nb; member