Searched refs:pm_nb (Results 1 – 4 of 4) sorted by relevance
106 struct notifier_block pm_nb; member949 pm_nb); in battery_notify()993 battery->pm_nb.notifier_call = battery_notify; in acpi_battery_add()994 register_pm_notifier(&battery->pm_nb); in acpi_battery_add()1006 unregister_pm_notifier(&battery->pm_nb); in acpi_battery_remove()
161 struct notifier_block pm_nb; member1568 video = container_of(nb, struct acpi_video_bus, pm_nb); in acpi_video_resume()1692 video->pm_nb.notifier_call = acpi_video_resume; in acpi_video_bus_add()1693 video->pm_nb.priority = 0; in acpi_video_bus_add()1694 register_pm_notifier(&video->pm_nb); in acpi_video_bus_add()1721 unregister_pm_notifier(&video->pm_nb); in acpi_video_bus_remove()
423 dev_priv->pm_nb.notifier_call = vmwgfx_pm_notifier; in vmw_driver_load()424 register_pm_notifier(&dev_priv->pm_nb); in vmw_driver_load()468 unregister_pm_notifier(&dev_priv->pm_nb); in vmw_driver_unload()752 container_of(nb, struct vmw_private, pm_nb); in vmwgfx_pm_notifier()
283 struct notifier_block pm_nb; member