Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/acpi/acpica/
Dexoparg1.c104 acpi_ut_create_integer_object(acpi_os_get_timer()); in acpi_ex_opcode_0A_0T_1R()
602 return_desc = acpi_ut_create_integer_object((u64) 0); in acpi_ex_opcode_1A_0T_1R()
705 return_desc = acpi_ut_create_integer_object((u64) type); in acpi_ex_opcode_1A_0T_1R()
778 return_desc = acpi_ut_create_integer_object(value); in acpi_ex_opcode_1A_0T_1R()
951 acpi_ut_create_integer_object((u64) in acpi_ex_opcode_1A_0T_1R()
Dnsrepair.c260 new_object = acpi_ut_create_integer_object(value); in acpi_ns_convert_to_integer()
496 acpi_ut_create_integer_object((u64) *buffer); in acpi_ns_convert_to_package()
559 new_object = acpi_ut_create_integer_object((u64)0); in acpi_ns_repair_null_element()
Dexoparg6.c258 return_desc = acpi_ut_create_integer_object(ACPI_UINT64_MAX); in acpi_ex_opcode_6A_0T_1R()
Dpsxface.c314 acpi_ut_create_integer_object((u64) 0); in acpi_ps_execute_method()
Devregion.c295 acpi_ut_create_integer_object((u64) region_obj->region.space_id); in acpi_ev_execute_reg_method()
301 args[1] = acpi_ut_create_integer_object((u64) function); in acpi_ev_execute_reg_method()
Dexfield.c165 buffer_desc = acpi_ut_create_integer_object((u64) 0); in acpi_ex_read_data_from_field()
Dexconvrt.c169 return_desc = acpi_ut_create_integer_object(result); in acpi_ex_convert_to_integer()
Dutobject.c203 union acpi_operand_object *acpi_ut_create_integer_object(u64 initial_value) in acpi_ut_create_integer_object() function
Ddsmthdat.c410 object = acpi_ut_create_integer_object((u64) 0); in acpi_ds_method_data_get_value()
Dexconfig.c181 ddb_handle = acpi_ut_create_integer_object((u64) 0); in acpi_ex_load_table_op()
Dpsparse.c604 acpi_ut_create_integer_object in acpi_ps_parse_aml()
Dacutils.h386 union acpi_operand_object *acpi_ut_create_integer_object(u64 value);