Searched refs:internal_object (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/acpi/acpica/
H A Dutobject.c410 * PARAMETERS: internal_object - An ACPI operand object
424 acpi_ut_get_simple_object_size(union acpi_operand_object *internal_object, argument
431 ACPI_FUNCTION_TRACE_PTR(ut_get_simple_object_size, internal_object);
439 if (!internal_object) {
450 if (ACPI_GET_DESCRIPTOR_TYPE(internal_object) == ACPI_DESC_TYPE_NAMED) {
458 internal_object)->name.ascii));
468 switch (internal_object->common.type) {
471 length += (acpi_size)internal_object->string.length + 1;
476 length += (acpi_size)internal_object->buffer.length;
489 switch (internal_object
615 acpi_ut_get_package_object_size(union acpi_operand_object *internal_object, acpi_size *obj_length) argument
664 acpi_ut_get_object_size(union acpi_operand_object *internal_object, acpi_size *obj_length) argument
[all...]
H A Dutcopy.c20 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);
61 * PARAMETERS: internal_object - Source object to be copied
78 acpi_ut_copy_isimple_to_esimple(union acpi_operand_object *internal_object, argument
92 if (!internal_object) {
104 external_object->type = internal_object->common.type;
108 switch (internal_object->common.type) {
112 external_object->string.length = internal_object->string.length;
114 internal_object
299 acpi_ut_copy_ipackage_to_epackage(union acpi_operand_object *internal_object, u8 *buffer, acpi_size *space_used) argument
359 acpi_ut_copy_iobject_to_eobject(union acpi_operand_object *internal_object, struct acpi_buffer *ret_buffer) argument
421 union acpi_operand_object *internal_object; local
541 acpi_ut_copy_epackage_to_ipackage(union acpi_object *external_object, union acpi_operand_object **internal_object) argument
603 acpi_ut_copy_eobject_to_iobject(union acpi_object *external_object, union acpi_operand_object **internal_object) argument
[all...]
H A Dutstate.c191 union acpi_generic_state *acpi_ut_create_pkg_state(void *internal_object, argument
209 state->pkg.source_object = (union acpi_operand_object *)internal_object;
H A Dacutils.h520 union acpi_generic_state *acpi_ut_create_pkg_state(void *internal_object,

Completed in 129 milliseconds