Lines Matching refs:method_obj
561 union acpi_operand_object *method_obj; in ACPI_EXPORT_SYMBOL() local
607 method_obj = acpi_ut_create_internal_object(ACPI_TYPE_METHOD); in ACPI_EXPORT_SYMBOL()
608 if (!method_obj) { in ACPI_EXPORT_SYMBOL()
648 method_obj->method.aml_start = aml_buffer; in ACPI_EXPORT_SYMBOL()
649 method_obj->method.aml_length = aml_length; in ACPI_EXPORT_SYMBOL()
651 method_obj->method.param_count = (u8) in ACPI_EXPORT_SYMBOL()
655 method_obj->method.info_flags = ACPI_METHOD_SERIALIZED; in ACPI_EXPORT_SYMBOL()
657 method_obj->method.sync_level = (u8) in ACPI_EXPORT_SYMBOL()
665 status = acpi_ns_attach_object(node, method_obj, ACPI_TYPE_METHOD); in ACPI_EXPORT_SYMBOL()
675 acpi_ut_remove_reference(method_obj); in ACPI_EXPORT_SYMBOL()
681 ACPI_FREE(method_obj); in ACPI_EXPORT_SYMBOL()