Searched refs:internal_object (Results 1 – 4 of 4) sorted by relevance
20 acpi_ut_copy_isimple_to_esimple(union acpi_operand_object *internal_object,31 acpi_ut_copy_ipackage_to_epackage(union acpi_operand_object *internal_object,40 union acpi_operand_object **internal_object);78 acpi_ut_copy_isimple_to_esimple(union acpi_operand_object *internal_object, in acpi_ut_copy_isimple_to_esimple() argument92 if (!internal_object) { in acpi_ut_copy_isimple_to_esimple()104 external_object->type = internal_object->common.type; in acpi_ut_copy_isimple_to_esimple()108 switch (internal_object->common.type) { in acpi_ut_copy_isimple_to_esimple()112 external_object->string.length = internal_object->string.length; in acpi_ut_copy_isimple_to_esimple()114 internal_object-> in acpi_ut_copy_isimple_to_esimple()119 (void *)internal_object->string.pointer, in acpi_ut_copy_isimple_to_esimple()[all …]
424 acpi_ut_get_simple_object_size(union acpi_operand_object *internal_object, in acpi_ut_get_simple_object_size() argument431 ACPI_FUNCTION_TRACE_PTR(ut_get_simple_object_size, internal_object); in acpi_ut_get_simple_object_size()439 if (!internal_object) { in acpi_ut_get_simple_object_size()450 if (ACPI_GET_DESCRIPTOR_TYPE(internal_object) == ACPI_DESC_TYPE_NAMED) { in acpi_ut_get_simple_object_size()458 internal_object)->name.ascii)); in acpi_ut_get_simple_object_size()468 switch (internal_object->common.type) { in acpi_ut_get_simple_object_size()471 length += (acpi_size)internal_object->string.length + 1; in acpi_ut_get_simple_object_size()476 length += (acpi_size)internal_object->buffer.length; in acpi_ut_get_simple_object_size()489 switch (internal_object->reference.class) { in acpi_ut_get_simple_object_size()496 acpi_ns_get_pathname_length(internal_object-> in acpi_ut_get_simple_object_size()[all …]
191 union acpi_generic_state *acpi_ut_create_pkg_state(void *internal_object, in acpi_ut_create_pkg_state() argument209 state->pkg.source_object = (union acpi_operand_object *)internal_object; in acpi_ut_create_pkg_state()
520 union acpi_generic_state *acpi_ut_create_pkg_state(void *internal_object,