Home
last modified time | relevance | path

Searched refs:acpi_ut_create_integer_object (Results 1 – 14 of 14) sorted by relevance

/drivers/acpi/acpica/
Dexoparg1.c103 acpi_ut_create_integer_object(acpi_os_get_timer()); in acpi_ex_opcode_0A_0T_1R()
608 return_desc = acpi_ut_create_integer_object((u64) 0); in acpi_ex_opcode_1A_0T_1R()
709 return_desc = acpi_ut_create_integer_object((u64) type); in acpi_ex_opcode_1A_0T_1R()
786 return_desc = acpi_ut_create_integer_object(value); in acpi_ex_opcode_1A_0T_1R()
962 acpi_ut_create_integer_object((u64) in acpi_ex_opcode_1A_0T_1R()
Dexoparg6.c252 return_desc = acpi_ut_create_integer_object(ACPI_UINT64_MAX); in acpi_ex_opcode_6A_0T_1R()
Devregion.c617 acpi_ut_create_integer_object((u64)region_obj->region.space_id); in acpi_ev_execute_reg_method()
623 args[1] = acpi_ut_create_integer_object((u64)function); in acpi_ev_execute_reg_method()
Dpsxface.c211 acpi_ut_create_integer_object((u64) 0); in acpi_ps_execute_method()
Dnsrepair.c428 new_object = acpi_ut_create_integer_object((u64)0); in acpi_ns_repair_null_element()
Ddbmethod.c191 obj_desc = acpi_ut_create_integer_object((u64)value); in acpi_db_set_method_data()
Dnsconvert.c110 new_object = acpi_ut_create_integer_object(value); in acpi_ns_convert_to_integer()
Dexconvrt.c172 return_desc = acpi_ut_create_integer_object(result); in acpi_ex_convert_to_integer()
Dexconfig.c143 ddb_handle = acpi_ut_create_integer_object((u64) 0); in acpi_ex_load_table_op()
Dutobject.c204 union acpi_operand_object *acpi_ut_create_integer_object(u64 initial_value) in acpi_ut_create_integer_object() function
Ddsmthdat.c412 object = acpi_ut_create_integer_object((u64) 0); in acpi_ds_method_data_get_value()
Dexfield.c250 buffer_desc = acpi_ut_create_integer_object((u64) 0); in acpi_ex_read_data_from_field()
Dpsparse.c614 acpi_ut_create_integer_object in acpi_ps_parse_aml()
Dacutils.h449 union acpi_operand_object *acpi_ut_create_integer_object(u64 value);