Searched refs:method_obj (Results 1 – 3 of 3) sorted by relevance
540 union acpi_operand_object *method_obj; in ACPI_EXPORT_SYMBOL() local586 method_obj = acpi_ut_create_internal_object(ACPI_TYPE_METHOD); in ACPI_EXPORT_SYMBOL()587 if (!method_obj) { in ACPI_EXPORT_SYMBOL()627 method_obj->method.aml_start = aml_buffer; in ACPI_EXPORT_SYMBOL()628 method_obj->method.aml_length = aml_length; in ACPI_EXPORT_SYMBOL()630 method_obj->method.param_count = (u8) in ACPI_EXPORT_SYMBOL()634 method_obj->method.info_flags = ACPI_METHOD_SERIALIZED; in ACPI_EXPORT_SYMBOL()636 method_obj->method.sync_level = (u8) in ACPI_EXPORT_SYMBOL()644 status = acpi_ns_attach_object(node, method_obj, ACPI_TYPE_METHOD); in ACPI_EXPORT_SYMBOL()654 acpi_ut_remove_reference(method_obj); in ACPI_EXPORT_SYMBOL()[all …]
55 acpi_ns_exec_module_code(union acpi_operand_object *method_obj,407 acpi_ns_exec_module_code(union acpi_operand_object *method_obj, in acpi_ns_exec_module_code() argument422 method_obj->method.next_object); in acpi_ns_exec_module_code()433 method_obj->method.dispatch.handler = in acpi_ns_exec_module_code()439 method_obj->method.next_object = NULL; in acpi_ns_exec_module_code()458 status = acpi_ns_attach_object(parent_node, method_obj, in acpi_ns_exec_module_code()469 method_obj->method.aml_start)); in acpi_ns_exec_module_code()
324 union acpi_operand_object *method_obj; in acpi_ps_link_module_code() local344 method_obj = acpi_ut_create_internal_object(ACPI_TYPE_METHOD); in acpi_ps_link_module_code()345 if (!method_obj) { in acpi_ps_link_module_code()355 method_obj->method.aml_start = aml_start; in acpi_ps_link_module_code()356 method_obj->method.aml_length = aml_length; in acpi_ps_link_module_code()357 method_obj->method.owner_id = owner_id; in acpi_ps_link_module_code()358 method_obj->method.info_flags |= ACPI_METHOD_MODULE_LEVEL; in acpi_ps_link_module_code()364 method_obj->method.next_object = in acpi_ps_link_module_code()368 acpi_gbl_module_code_list = method_obj; in acpi_ps_link_module_code()370 prev->method.mutex = method_obj; in acpi_ps_link_module_code()