• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/

Lines Matching defs:object

4  * Name: acobject.h - Definition of union acpi_operand_object  (Internal object only)
53 * address space handlers and notify handlers. The object is a constant
56 * Note: The object is optimized to be aligned and will not work if it is
85 u16 reference_count; /* For object deletion management */\
117 * Note: The String and Buffer object must be identical through the Pointer
152 ACPI_OBJECT_COMMON_HEADER acpi_semaphore os_semaphore; /* Actual OS synchronization object */
159 acpi_mutex os_mutex; /* Actual OS synchronization object */
233 * "Field Datum" -- a datum from the actual field object
242 u32 base_byte_offset; /* Byte offset within containing object */\
248 ACPI_OBJECT_COMMON_HEADER ACPI_COMMON_FIELD_INFO union acpi_operand_object *region_obj; /* Parent Operation Region object (REGION/BANK fields only) */
252 ACPI_OBJECT_COMMON_HEADER ACPI_COMMON_FIELD_INFO union acpi_operand_object *region_obj; /* Containing op_region object */
256 ACPI_OBJECT_COMMON_HEADER ACPI_COMMON_FIELD_INFO union acpi_operand_object *region_obj; /* Containing op_region object */
257 union acpi_operand_object *bank_obj; /* bank_select Register object */
273 ACPI_OBJECT_COMMON_HEADER ACPI_COMMON_FIELD_INFO union acpi_operand_object *buffer_obj; /* Containing Buffer object */
310 * The Reference object type is used for these opcodes:
316 void *object; /* name_op=>HANDLE to obj, index_op=>union acpi_operand_object */
323 * Extra object is used as additional storage for types that
346 ACPI_OBJECT_COMMON_HEADER union acpi_operand_object *next; /* Link for object cache and internal lists */
391 #define ACPI_DESC_TYPE_CACHED 0x01 /* Used only when object is cached */
415 union acpi_operand_object object;