Searched defs:acpi_object_notify_handler (Results 1 – 1 of 1) sorted by relevance
80840 struct acpi_object_notify_handler { struct80841 union acpi_operand_object *next_object;80842 u8 descriptor_type;80843 u8 type;80844 u16 reference_count;80845 u8 flags;80846 struct acpi_namespace_node *node;80847 u32 handler_type;80848 acpi_notify_handler handler;80849 void *context;[all …]