Home
last modified time | relevance | path

Searched refs:acpi_device_wakeup_context (Results 1 – 2 of 2) sorted by relevance

/linux/include/acpi/
H A Dacpi_bus.h303 struct acpi_device_wakeup_context {
304 void (*func)(struct acpi_device_wakeup_context *context);
314 struct acpi_device_wakeup_context context;
754 void (*func)(struct acpi_device_wakeup_context *context));
765 void (*func)(struct acpi_device_wakeup_context *context)) in acpi_pm_wakeup_event()
311 struct acpi_device_wakeup_context { global() struct
312 funcacpi_device_wakeup_context global() argument
322 devacpi_device_wakeup_context global() argument
/linux/drivers/acpi/
H A Ddevice_pm.c571 void (*func)(struct acpi_device_wakeup_context *context)) in acpi_add_pm_notifier()
836 static void acpi_pm_notify_work_func(struct acpi_device_wakeup_context *context) in acpi_pm_notify_work_func()