Searched refs:acpi_ut_create_internal_object (Results 1 – 25 of 25) sorted by relevance
111 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()
140 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()
139 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()
448 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()
434 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()
94 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()
143 return_desc = acpi_ut_create_internal_object((operand[0])-> in acpi_ex_opcode_3A_1T_1R()
77 method_obj = acpi_ut_create_internal_object(ACPI_TYPE_METHOD); in acpi_ns_execute_table()
254 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()
89 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()
89 acpi_ut_create_internal_object(ACPI_TYPE_LOCAL_REFERENCE); in acpi_ex_get_object_reference()
406 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ut_osi_implementation()
126 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()
336 data_desc = acpi_ut_create_internal_object(ACPI_TYPE_LOCAL_DATA); in acpi_ns_attach_data()
92 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_PACKAGE); in acpi_ds_build_internal_package_obj()
471 new_object = acpi_ut_create_internal_object(ACPI_TYPE_LOCAL_REFERENCE); in acpi_ns_convert_to_reference()
728 args[0] = acpi_ut_create_internal_object(ACPI_TYPE_BUFFER); in acpi_rs_set_srs_method_data()
54 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_LOCAL_REFERENCE); in acpi_ex_add_table()
141 acpi_ut_create_internal_object(init_val->type); in acpi_ns_root_initialize()
530 method_obj = acpi_ut_create_internal_object(ACPI_TYPE_METHOD); in ACPI_EXPORT_SYMBOL()
408 obj_desc = acpi_ut_create_internal_object(info->field_type); in acpi_ex_prep_field_value()
617 acpi_ut_create_internal_object(op_info-> in acpi_ds_create_operand()
256 mutex_desc = acpi_ut_create_internal_object(ACPI_TYPE_MUTEX); in acpi_ds_create_method_mutex()
912 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_DEVICE); in ACPI_EXPORT_SYMBOL()
446 #define acpi_ut_create_internal_object(t) acpi_ut_create_internal_object_dbg (_acpi_module_name,__L… macro