Lines Matching refs:acpi_object

21 				union acpi_object *external_object,
35 acpi_ut_copy_esimple_to_isimple(union acpi_object *user_obj,
39 acpi_ut_copy_epackage_to_ipackage(union acpi_object *external_object,
79 union acpi_object *external_object, in acpi_ut_copy_isimple_to_esimple()
98 memset(external_object, 0, sizeof(union acpi_object)); in acpi_ut_copy_isimple_to_esimple()
221 union acpi_object *target_object; in acpi_ut_copy_ielement_to_eelement()
226 target_object = (union acpi_object *)&((union acpi_object *) in acpi_ut_copy_ielement_to_eelement()
251 ACPI_CAST_PTR(union acpi_object, info->free_space); in acpi_ut_copy_ielement_to_eelement()
266 acpi_object)); in acpi_ut_copy_ielement_to_eelement()
302 union acpi_object *external_object; in acpi_ut_copy_ipackage_to_epackage()
311 external_object = ACPI_CAST_PTR(union acpi_object, buffer); in acpi_ut_copy_ipackage_to_epackage()
316 info.length = ACPI_ROUND_UP_TO_NATIVE_WORD(sizeof(union acpi_object)); in acpi_ut_copy_ipackage_to_epackage()
318 ACPI_ROUND_UP_TO_NATIVE_WORD(sizeof(union acpi_object)); in acpi_ut_copy_ipackage_to_epackage()
325 ACPI_CAST_PTR(union acpi_object, info.free_space); in acpi_ut_copy_ipackage_to_epackage()
332 ACPI_ROUND_UP_TO_NATIVE_WORD(sizeof(union acpi_object)); in acpi_ut_copy_ipackage_to_epackage()
334 ACPI_ROUND_UP_TO_NATIVE_WORD(sizeof(union acpi_object)); in acpi_ut_copy_ipackage_to_epackage()
380 acpi_object, in acpi_ut_copy_iobject_to_eobject()
389 acpi_object))), in acpi_ut_copy_iobject_to_eobject()
395 ret_buffer->length += sizeof(union acpi_object); in acpi_ut_copy_iobject_to_eobject()
418 acpi_ut_copy_esimple_to_isimple(union acpi_object *external_object, in acpi_ut_copy_esimple_to_isimple()
541 acpi_ut_copy_epackage_to_ipackage(union acpi_object *external_object, in acpi_ut_copy_epackage_to_ipackage()
603 acpi_ut_copy_eobject_to_iobject(union acpi_object *external_object, in acpi_ut_copy_eobject_to_iobject()