Lines Matching refs:acpi_object
55 union acpi_object *external_object,
69 acpi_ut_copy_esimple_to_isimple(union acpi_object *user_obj,
73 acpi_ut_copy_epackage_to_ipackage(union acpi_object *external_object,
113 union acpi_object *external_object, in acpi_ut_copy_isimple_to_esimple()
132 ACPI_MEMSET(external_object, 0, sizeof(union acpi_object)); in acpi_ut_copy_isimple_to_esimple()
255 union acpi_object *target_object; in acpi_ut_copy_ielement_to_eelement()
260 target_object = (union acpi_object *) in acpi_ut_copy_ielement_to_eelement()
261 &((union acpi_object *)(state->pkg.dest_object))->package. in acpi_ut_copy_ielement_to_eelement()
285 ACPI_CAST_PTR(union acpi_object, info->free_space); in acpi_ut_copy_ielement_to_eelement()
300 acpi_object)); in acpi_ut_copy_ielement_to_eelement()
336 union acpi_object *external_object; in acpi_ut_copy_ipackage_to_epackage()
345 external_object = ACPI_CAST_PTR(union acpi_object, buffer); in acpi_ut_copy_ipackage_to_epackage()
350 info.length = ACPI_ROUND_UP_TO_NATIVE_WORD(sizeof(union acpi_object)); in acpi_ut_copy_ipackage_to_epackage()
352 buffer + ACPI_ROUND_UP_TO_NATIVE_WORD(sizeof(union acpi_object)); in acpi_ut_copy_ipackage_to_epackage()
358 external_object->package.elements = ACPI_CAST_PTR(union acpi_object, in acpi_ut_copy_ipackage_to_epackage()
366 ACPI_ROUND_UP_TO_NATIVE_WORD(sizeof(union acpi_object)); in acpi_ut_copy_ipackage_to_epackage()
368 ACPI_ROUND_UP_TO_NATIVE_WORD(sizeof(union acpi_object)); in acpi_ut_copy_ipackage_to_epackage()
414 acpi_object, in acpi_ut_copy_iobject_to_eobject()
423 acpi_object))), in acpi_ut_copy_iobject_to_eobject()
429 ret_buffer->length += sizeof(union acpi_object); in acpi_ut_copy_iobject_to_eobject()
452 acpi_ut_copy_esimple_to_isimple(union acpi_object *external_object, in acpi_ut_copy_esimple_to_isimple()
575 acpi_ut_copy_epackage_to_ipackage(union acpi_object *external_object, in acpi_ut_copy_epackage_to_ipackage()
637 acpi_ut_copy_eobject_to_iobject(union acpi_object *external_object, in acpi_ut_copy_eobject_to_iobject()