Searched refs:acpi_ut_create_internal_object (Results 1 – 23 of 23) sorted by relevance
174 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()
174 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()
171 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()
456 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()
228 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()
468 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()
173 return_desc = acpi_ut_create_internal_object((operand[0])-> in acpi_ex_opcode_3A_1T_1R()
281 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()
118 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()
419 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ut_osi_implementation()
160 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()
368 data_desc = acpi_ut_create_internal_object(ACPI_TYPE_LOCAL_DATA); in acpi_ns_attach_data()
141 acpi_ut_create_internal_object(init_val->type); in acpi_ns_root_initialize()
760 args[0] = acpi_ut_create_internal_object(ACPI_TYPE_BUFFER); in acpi_rs_set_srs_method_data()
94 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_LOCAL_REFERENCE); in acpi_ex_add_table()
124 acpi_ut_create_internal_object(ACPI_TYPE_LOCAL_REFERENCE); in acpi_ex_get_object_reference()
437 obj_desc = acpi_ut_create_internal_object(info->field_type); in acpi_ex_prep_field_value()
607 method_obj = acpi_ut_create_internal_object(ACPI_TYPE_METHOD); in ACPI_EXPORT_SYMBOL()
343 method_obj = acpi_ut_create_internal_object(ACPI_TYPE_METHOD); in acpi_ps_link_module_code()
287 mutex_desc = acpi_ut_create_internal_object(ACPI_TYPE_MUTEX); in acpi_ds_create_method_mutex()
664 acpi_ut_create_internal_object(op_info-> in acpi_ds_create_operand()
815 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_DEVICE); in ACPI_EXPORT_SYMBOL()
414 #define acpi_ut_create_internal_object(t) acpi_ut_create_internal_object_dbg (_acpi_module_name,__L… macro