Searched refs:internal_object (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/acpi/acpica/ |
D | utcopy.c | 54 acpi_ut_copy_isimple_to_esimple(union acpi_operand_object *internal_object, 65 acpi_ut_copy_ipackage_to_epackage(union acpi_operand_object *internal_object, 74 union acpi_operand_object **internal_object); 112 acpi_ut_copy_isimple_to_esimple(union acpi_operand_object *internal_object, in acpi_ut_copy_isimple_to_esimple() argument 126 if (!internal_object) { in acpi_ut_copy_isimple_to_esimple() 138 external_object->type = internal_object->common.type; in acpi_ut_copy_isimple_to_esimple() 142 switch (internal_object->common.type) { in acpi_ut_copy_isimple_to_esimple() 146 external_object->string.length = internal_object->string.length; in acpi_ut_copy_isimple_to_esimple() 148 internal_object-> in acpi_ut_copy_isimple_to_esimple() 153 (void *)internal_object->string.pointer, in acpi_ut_copy_isimple_to_esimple() [all …]
|
D | utobject.c | 453 acpi_ut_get_simple_object_size(union acpi_operand_object *internal_object, in acpi_ut_get_simple_object_size() argument 460 ACPI_FUNCTION_TRACE_PTR(ut_get_simple_object_size, internal_object); in acpi_ut_get_simple_object_size() 466 if (!internal_object) { in acpi_ut_get_simple_object_size() 475 if (ACPI_GET_DESCRIPTOR_TYPE(internal_object) == ACPI_DESC_TYPE_NAMED) { in acpi_ut_get_simple_object_size() 489 switch (internal_object->common.type) { in acpi_ut_get_simple_object_size() 492 length += (acpi_size) internal_object->string.length + 1; in acpi_ut_get_simple_object_size() 497 length += (acpi_size) internal_object->buffer.length; in acpi_ut_get_simple_object_size() 510 switch (internal_object->reference.class) { in acpi_ut_get_simple_object_size() 518 acpi_ns_get_pathname_length(internal_object-> in acpi_ut_get_simple_object_size() 537 acpi_ut_get_reference_name(internal_object), in acpi_ut_get_simple_object_size() [all …]
|
D | utstate.c | 64 acpi_ut_create_pkg_state_and_push(void *internal_object, in acpi_ut_create_pkg_state_and_push() argument 74 acpi_ut_create_pkg_state(internal_object, external_object, index); in acpi_ut_create_pkg_state_and_push() 264 union acpi_generic_state *acpi_ut_create_pkg_state(void *internal_object, in acpi_ut_create_pkg_state() argument 270 ACPI_FUNCTION_TRACE_PTR(ut_create_pkg_state, internal_object); in acpi_ut_create_pkg_state() 282 state->pkg.source_object = (union acpi_operand_object *)internal_object; in acpi_ut_create_pkg_state()
|
D | acutils.h | 427 union acpi_generic_state *acpi_ut_create_pkg_state(void *internal_object, 438 acpi_ut_create_pkg_state_and_push(void *internal_object,
|