Home | History | Annotate | Download | only in include

Lines Matching defs:Region

97 #define AOPOBJ_OBJECT_INITIALIZED   0x08    /* Region is initialized */
99 #define AOPOBJ_SETUP_COMPLETE 0x20 /* Region setup is complete */
100 #define AOPOBJ_INVALID 0x40 /* Host OS won't allow a Region address */
204 union acpi_operand_object *Handler; /* Handler for region access */
330 /* COMMON FIELD (for BUFFER, REGION, BANK, and INDEX fields) */
336 union acpi_operand_object *RegionObj; /* Parent Operation Region object (REGION/BANK fields only) */
476 * Currently: Region and FieldUnit types
481 ACPI_NAMESPACE_NODE *Method_REG; /* _REG method for this region (if any) */
483 void *RegionContext; /* Region-specific data */
527 ACPI_OBJECT_REGION Region;