Searched refs:method_obj (Results 1 – 2 of 2) sorted by relevance
52 union acpi_operand_object *method_obj = NULL; in acpi_ns_execute_table() local77 method_obj = acpi_ut_create_internal_object(ACPI_TYPE_METHOD); in acpi_ns_execute_table()78 if (!method_obj) { in acpi_ns_execute_table()93 method_obj)); in acpi_ns_execute_table()95 method_obj->method.aml_start = aml_start; in acpi_ns_execute_table()96 method_obj->method.aml_length = aml_length; in acpi_ns_execute_table()97 method_obj->method.owner_id = owner_id; in acpi_ns_execute_table()98 method_obj->method.info_flags |= ACPI_METHOD_MODULE_LEVEL; in acpi_ns_execute_table()102 info->obj_desc = method_obj; in acpi_ns_execute_table()130 acpi_ut_remove_reference(method_obj); in acpi_ns_execute_table()
483 union acpi_operand_object *method_obj; in ACPI_EXPORT_SYMBOL() local530 method_obj = acpi_ut_create_internal_object(ACPI_TYPE_METHOD); in ACPI_EXPORT_SYMBOL()531 if (!method_obj) { in ACPI_EXPORT_SYMBOL()571 method_obj->method.aml_start = aml_buffer; in ACPI_EXPORT_SYMBOL()572 method_obj->method.aml_length = aml_length; in ACPI_EXPORT_SYMBOL()574 method_obj->method.param_count = (u8) in ACPI_EXPORT_SYMBOL()578 method_obj->method.info_flags = ACPI_METHOD_SERIALIZED; in ACPI_EXPORT_SYMBOL()580 method_obj->method.sync_level = (u8) in ACPI_EXPORT_SYMBOL()588 status = acpi_ns_attach_object(node, method_obj, ACPI_TYPE_METHOD); in ACPI_EXPORT_SYMBOL()598 acpi_ut_remove_reference(method_obj); in ACPI_EXPORT_SYMBOL()[all …]