Searched refs:ret_buff (Results 1 – 1 of 1) sorted by relevance
937 ACPI_BUFFER ret_buff; in acpi_invoke_method() local939 ret_buff.Length = sizeof(*ret_obj); in acpi_invoke_method()940 ret_buff.Pointer = ret_obj; in acpi_invoke_method()942 status = AcpiEvaluateObject(NULL, path, arg_list, &ret_buff); in acpi_invoke_method()