Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/acpi/acpica/
Dexcreate.c111 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_EVENT); in acpi_ex_create_event()
165 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_MUTEX); in acpi_ex_create_mutex()
256 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_REGION); in acpi_ex_create_region()
325 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_PROCESSOR); in acpi_ex_create_processor()
372 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_POWER); in acpi_ex_create_power_resource()
421 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_METHOD); in acpi_ex_create_method()
Dexoparg2.c140 acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ex_opcode_2A_2T_1R()
147 acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ex_opcode_2A_2T_1R()
238 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ex_opcode_2A_1T_1R()
254 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ex_opcode_2A_1T_1R()
326 acpi_ut_create_internal_object(ACPI_TYPE_LOCAL_REFERENCE); in acpi_ex_opcode_2A_1T_1R()
477 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ex_opcode_2A_0T_1R()
Dutobject.c139 package_desc = acpi_ut_create_internal_object(ACPI_TYPE_PACKAGE); in acpi_ut_create_package_object()
180 integer_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ut_create_integer_object()
210 buffer_desc = acpi_ut_create_internal_object(ACPI_TYPE_BUFFER); in acpi_ut_create_buffer_object()
265 string_desc = acpi_ut_create_internal_object(ACPI_TYPE_STRING); in acpi_ut_create_string_object()
Devhandler.c448 obj_desc = acpi_ut_create_internal_object(type); in acpi_ev_install_space_handler()
484 acpi_ut_create_internal_object(ACPI_TYPE_LOCAL_ADDRESS_HANDLER); in acpi_ev_install_space_handler()
Ddsobject.c94 obj_desc = acpi_ut_create_internal_object((acpi_ps_get_opcode_info in acpi_ds_build_internal_object()
173 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_BUFFER); in acpi_ds_build_internal_buffer_obj()
Dutcopy.c434 internal_object = acpi_ut_create_internal_object((u8) in acpi_ut_copy_esimple_to_isimple()
817 acpi_ut_create_internal_object(source_object-> in acpi_ut_copy_ielement_to_ielement()
947 *dest_desc = acpi_ut_create_internal_object(source_desc->common.type); in acpi_ut_copy_iobject_to_iobject()
Dexoparg3.c143 return_desc = acpi_ut_create_internal_object((operand[0])-> in acpi_ex_opcode_3A_1T_1R()
Dnsparse.c77 method_obj = acpi_ut_create_internal_object(ACPI_TYPE_METHOD); in acpi_ns_execute_table()
Dexoparg1.c254 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ex_opcode_1A_1T_1R()
616 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ex_opcode_1A_0T_1R()
Dexmisc.c89 acpi_ut_create_internal_object(ACPI_TYPE_LOCAL_REFERENCE); in acpi_ex_get_object_reference()
Ddsfield.c89 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_REGION); in acpi_ds_create_external_region()
214 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_BUFFER_FIELD); in acpi_ds_create_buffer_field()
Dutosi.c405 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ut_osi_implementation()
Dnsobject.c336 data_desc = acpi_ut_create_internal_object(ACPI_TYPE_LOCAL_DATA); in acpi_ns_attach_data()
Devxface.c126 obj_desc = acpi_ut_create_internal_object(node->type); in acpi_install_notify_handler()
159 handler_obj = acpi_ut_create_internal_object(ACPI_TYPE_LOCAL_NOTIFY); in acpi_install_notify_handler()
Ddspkginit.c92 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_PACKAGE); in acpi_ds_build_internal_package_obj()
Dnsconvert.c471 new_object = acpi_ut_create_internal_object(ACPI_TYPE_LOCAL_REFERENCE); in acpi_ns_convert_to_reference()
Drsutils.c728 args[0] = acpi_ut_create_internal_object(ACPI_TYPE_BUFFER); in acpi_rs_set_srs_method_data()
Dexconfig.c54 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_LOCAL_REFERENCE); in acpi_ex_add_table()
Dnsxfname.c530 method_obj = acpi_ut_create_internal_object(ACPI_TYPE_METHOD); in ACPI_EXPORT_SYMBOL()
Dexprep.c408 obj_desc = acpi_ut_create_internal_object(info->field_type); in acpi_ex_prep_field_value()
Dnsaccess.c141 acpi_ut_create_internal_object(init_val->type); in acpi_ns_root_initialize()
Ddsutils.c617 acpi_ut_create_internal_object(op_info-> in acpi_ds_create_operand()
Ddsmethod.c256 mutex_desc = acpi_ut_create_internal_object(ACPI_TYPE_MUTEX); in acpi_ds_create_method_mutex()
Devxfgpe.c912 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_DEVICE); in ACPI_EXPORT_SYMBOL()
Dacutils.h431 #define acpi_ut_create_internal_object(t) acpi_ut_create_internal_object_dbg (_acpi_module_name,__L… macro