Lines Matching refs:object

4  * Name: acobject.h - Definition of union acpi_operand_object  (Internal object only)
18 * address space handlers and notify handlers. The object is a constant
21 * Note: The object is optimized to be aligned and will not work if it is
50 u16 reference_count; /* For object deletion management */\
84 * Note: The String and Buffer object must be identical through the
125 acpi_semaphore os_semaphore; /* Actual OS synchronization object */
132 acpi_mutex os_mutex; /* Actual OS synchronization object */
236 * "Field Datum" -- a datum from the actual field object
245 u32 base_byte_offset; /* Byte offset within containing object */\
256 union acpi_operand_object *region_obj; /* Parent Operation Region object (REGION/BANK fields only) */
263 union acpi_operand_object *region_obj; /* Containing op_region object */
272 union acpi_operand_object *region_obj; /* Containing op_region object */
273 union acpi_operand_object *bank_obj; /* bank_select Register object */
294 union acpi_operand_object *buffer_obj; /* Containing Buffer object */
336 * The Reference object is used for these opcodes:
345 void *object; /* name_op=>HANDLE to obj, index_op=>union acpi_operand_object */
361 ACPI_REFCLASS_NAME = 5, /* Reference to a named object */
362 ACPI_REFCLASS_DEBUG = 6, /* Debug object */
368 * Extra object is used as additional storage for types that
395 union acpi_operand_object *next; /* Link for object cache and internal lists */
447 #define ACPI_DESC_TYPE_CACHED 0x01 /* Used only when object is cached */
471 union acpi_operand_object object;