Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A 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()
324 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_PROCESSOR); in acpi_ex_create_processor()
371 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_POWER); in acpi_ex_create_power_resource()
420 obj_desc = acpi_ut_create_internal_object(ACPI_TYPE_METHOD); in acpi_ex_create_method()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A Dexoparg3.c143 return_desc = acpi_ut_create_internal_object((operand[0])-> in acpi_ex_opcode_3A_1T_1R()
H A Dexmisc.c89 acpi_ut_create_internal_object(ACPI_TYPE_LOCAL_REFERENCE); in acpi_ex_get_object_reference()
H A Dnsparse.c77 method_obj = acpi_ut_create_internal_object(ACPI_TYPE_METHOD); in acpi_ns_execute_table()
H A 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()
H A 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()
H A Dexoparg1.c247 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ex_opcode_1A_1T_1R()
595 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ex_opcode_1A_0T_1R()
H A Dutosi.c403 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ut_osi_implementation()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A Dexoparg3.c143 return_desc = acpi_ut_create_internal_object((operand[0])-> in acpi_ex_opcode_3A_1T_1R()
H A Dnsparse.c77 method_obj = acpi_ut_create_internal_object(ACPI_TYPE_METHOD); in acpi_ns_execute_table()
H A Dexmisc.c89 acpi_ut_create_internal_object(ACPI_TYPE_LOCAL_REFERENCE); in acpi_ex_get_object_reference()
H A 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()
H A 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()
H A 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()

Completed in 25 milliseconds

12