Home
last modified time | relevance | path

Searched refs:acpi_ut_create_internal_object (Results 1 – 23 of 23) sorted by relevance

/drivers/acpi/acpica/
Dexcreate.c174 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_EVENT); in acpi_ex_create_event()
228 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_MUTEX); in acpi_ex_create_mutex()
319 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_REGION); in acpi_ex_create_region()
382 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_PROCESSOR); in acpi_ex_create_processor()
429 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_POWER); in acpi_ex_create_power_resource()
479 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_METHOD); in acpi_ex_create_method()
Dexoparg2.c174 acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ex_opcode_2A_2T_1R()
181 acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ex_opcode_2A_2T_1R()
271 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ex_opcode_2A_1T_1R()
287 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ex_opcode_2A_1T_1R()
357 acpi_ut_create_internal_object(ACPI_TYPE_LOCAL_REFERENCE); in acpi_ex_opcode_2A_1T_1R()
505 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ex_opcode_2A_0T_1R()
Dutobject.c171 package_desc = acpi_ut_create_internal_object(ACPI_TYPE_PACKAGE); in acpi_ut_create_package_object()
212 integer_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ut_create_integer_object()
242 buffer_desc = acpi_ut_create_internal_object(ACPI_TYPE_BUFFER); in acpi_ut_create_buffer_object()
296 string_desc = acpi_ut_create_internal_object(ACPI_TYPE_STRING); in acpi_ut_create_string_object()
Devhandler.c456 obj_desc = acpi_ut_create_internal_object(type); in acpi_ev_install_space_handler()
491 acpi_ut_create_internal_object(ACPI_TYPE_LOCAL_ADDRESS_HANDLER); in acpi_ev_install_space_handler()
Ddsobject.c228 obj_desc = acpi_ut_create_internal_object((acpi_ps_get_opcode_info in acpi_ds_build_internal_object()
287 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_BUFFER); in acpi_ds_build_internal_buffer_obj()
411 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_PACKAGE); in acpi_ds_build_internal_package_obj()
Dutcopy.c468 internal_object = acpi_ut_create_internal_object((u8) in acpi_ut_copy_esimple_to_isimple()
852 acpi_ut_create_internal_object(source_object-> in acpi_ut_copy_ielement_to_ielement()
989 *dest_desc = acpi_ut_create_internal_object(source_desc->common.type); in acpi_ut_copy_iobject_to_iobject()
Dexoparg3.c173 return_desc = acpi_ut_create_internal_object((operand[0])-> in acpi_ex_opcode_3A_1T_1R()
Dexoparg1.c281 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ex_opcode_1A_1T_1R()
621 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ex_opcode_1A_0T_1R()
Ddsfield.c118 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_REGION); in acpi_ds_create_external_region()
240 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_BUFFER_FIELD); in acpi_ds_create_buffer_field()
Dutosi.c419 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ut_osi_implementation()
Devxface.c160 obj_desc = acpi_ut_create_internal_object(node->type); in acpi_install_notify_handler()
193 handler_obj = acpi_ut_create_internal_object(ACPI_TYPE_LOCAL_NOTIFY); in acpi_install_notify_handler()
Dnsobject.c368 data_desc = acpi_ut_create_internal_object(ACPI_TYPE_LOCAL_DATA); in acpi_ns_attach_data()
Dnsaccess.c141 acpi_ut_create_internal_object(init_val->type); in acpi_ns_root_initialize()
Drsutils.c760 args[0] = acpi_ut_create_internal_object(ACPI_TYPE_BUFFER); in acpi_rs_set_srs_method_data()
Dexconfig.c94 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_LOCAL_REFERENCE); in acpi_ex_add_table()
Dexmisc.c124 acpi_ut_create_internal_object(ACPI_TYPE_LOCAL_REFERENCE); in acpi_ex_get_object_reference()
Dexprep.c437 obj_desc = acpi_ut_create_internal_object(info->field_type); in acpi_ex_prep_field_value()
Dnsxfname.c607 method_obj = acpi_ut_create_internal_object(ACPI_TYPE_METHOD); in ACPI_EXPORT_SYMBOL()
Dpsloop.c343 method_obj = acpi_ut_create_internal_object(ACPI_TYPE_METHOD); in acpi_ps_link_module_code()
Ddsmethod.c287 mutex_desc = acpi_ut_create_internal_object(ACPI_TYPE_MUTEX); in acpi_ds_create_method_mutex()
Ddsutils.c664 acpi_ut_create_internal_object(op_info-> in acpi_ds_create_operand()
Devxfgpe.c815 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_DEVICE); in ACPI_EXPORT_SYMBOL()
Dacutils.h414 #define acpi_ut_create_internal_object(t) acpi_ut_create_internal_object_dbg (_acpi_module_name,__L… macro