Searched defs:acpi_object_notify_handler (Results 1 – 1 of 1) sorted by relevance
297 struct acpi_object_notify_handler { struct298 ACPI_OBJECT_COMMON_HEADER struct acpi_namespace_node *node; /* Parent device */299 u32 handler_type; /* Type: Device/System/Both */300 acpi_notify_handler handler; /* Handler address */301 void *context;302 union acpi_operand_object *next[2]; /* Device and System handler lists */