Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/acpi/acpica/
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, in acpi_ut_copy_isimple_to_esimple() argument
92 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()
299 acpi_ut_copy_ipackage_to_epackage(union acpi_operand_object *internal_object, u8 *buffer, acpi_size *space_used) acpi_ut_copy_ipackage_to_epackage() argument
359 acpi_ut_copy_iobject_to_eobject(union acpi_operand_object *internal_object, struct acpi_buffer *ret_buffer) acpi_ut_copy_iobject_to_eobject() argument
421 union acpi_operand_object *internal_object; acpi_ut_copy_esimple_to_isimple() local
541 acpi_ut_copy_epackage_to_ipackage(union acpi_object *external_object, union acpi_operand_object **internal_object) acpi_ut_copy_epackage_to_ipackage() argument
603 acpi_ut_copy_eobject_to_iobject(union acpi_object *external_object, union acpi_operand_object **internal_object) acpi_ut_copy_eobject_to_iobject() argument
[all...]
H A Dutobject.c410 * PARAMETERS: internal_object - An ACPI operand object
424 acpi_ut_get_simple_object_size(union acpi_operand_object *internal_object, in acpi_ut_get_simple_object_size() argument
431 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 in acpi_ut_get_simple_object_size()
615 acpi_ut_get_package_object_size(union acpi_operand_object *internal_object, acpi_size *obj_length) acpi_ut_get_package_object_size() argument
664 acpi_ut_get_object_size(union acpi_operand_object *internal_object, acpi_size *obj_length) acpi_ut_get_object_size() argument
[all...]
H A Dutstate.c191 union acpi_generic_state *acpi_ut_create_pkg_state(void *internal_object, in acpi_ut_create_pkg_state() argument
209 state->pkg.source_object = (union acpi_operand_object *)internal_object; in acpi_ut_create_pkg_state()
H A Dacutils.h504 union acpi_generic_state *acpi_ut_create_pkg_state(void *internal_object,
/kernel/linux/linux-6.6/drivers/acpi/acpica/
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, in acpi_ut_copy_isimple_to_esimple() argument
92 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()
299 acpi_ut_copy_ipackage_to_epackage(union acpi_operand_object *internal_object, u8 *buffer, acpi_size *space_used) acpi_ut_copy_ipackage_to_epackage() argument
359 acpi_ut_copy_iobject_to_eobject(union acpi_operand_object *internal_object, struct acpi_buffer *ret_buffer) acpi_ut_copy_iobject_to_eobject() argument
421 union acpi_operand_object *internal_object; acpi_ut_copy_esimple_to_isimple() local
541 acpi_ut_copy_epackage_to_ipackage(union acpi_object *external_object, union acpi_operand_object **internal_object) acpi_ut_copy_epackage_to_ipackage() argument
603 acpi_ut_copy_eobject_to_iobject(union acpi_object *external_object, union acpi_operand_object **internal_object) acpi_ut_copy_eobject_to_iobject() argument
[all...]
H A Dutobject.c410 * PARAMETERS: internal_object - An ACPI operand object
424 acpi_ut_get_simple_object_size(union acpi_operand_object *internal_object, in acpi_ut_get_simple_object_size() argument
431 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 in acpi_ut_get_simple_object_size()
615 acpi_ut_get_package_object_size(union acpi_operand_object *internal_object, acpi_size *obj_length) acpi_ut_get_package_object_size() argument
664 acpi_ut_get_object_size(union acpi_operand_object *internal_object, acpi_size *obj_length) acpi_ut_get_object_size() argument
[all...]
H A Dutstate.c191 union acpi_generic_state *acpi_ut_create_pkg_state(void *internal_object, in acpi_ut_create_pkg_state() argument
209 state->pkg.source_object = (union acpi_operand_object *)internal_object; in acpi_ut_create_pkg_state()
H A Dacutils.h520 union acpi_generic_state *acpi_ut_create_pkg_state(void *internal_object,

Completed in 8 milliseconds