Home
last modified time | relevance | path

Searched defs:acpi_object_notify_handler (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/acpi/acpica/
Dacobject.h303 struct acpi_object_notify_handler { struct
305 struct acpi_namespace_node *node; /* Parent device */
306 u32 handler_type; /* Type: Device/System/Both */
307 acpi_notify_handler handler; /* Handler address */
308 void *context;
309 union acpi_operand_object *next[2]; /* Device and System handler lists */