Searched defs:acpi_object_notify_handler (Results 1 – 2 of 2) sorted by relevance
271 struct acpi_object_notify_handler { struct272 ACPI_OBJECT_COMMON_HEADER struct acpi_namespace_node *node; /* Parent device */273 u32 handler_type; /* Type: Device/System/Both */274 acpi_notify_handler handler; /* Handler address */275 void *context;276 union acpi_operand_object *next[2]; /* Device and System handler lists */
273 struct acpi_object_notify_handler { struct274 ACPI_OBJECT_COMMON_HEADER struct acpi_namespace_node *node; /* Parent device */275 u32 handler_type; /* Type: Device/System/Both */276 acpi_notify_handler handler; /* Handler address */277 void *context;278 union acpi_operand_object *next[2]; /* Device and System handler lists */