Lines Matching +full:pre +full:- +full:determined
1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0
4 * Module Name: tbxface - ACPI table-oriented external interfaces
6 * Copyright (C) 2000 - 2020, Intel Corp.
23 * PARAMETERS: initial_table_count - Size of initial_table_array, in number of
45 * PARAMETERS: initial_table_array - Pointer to an array of pre-allocated
48 * initial_table_count - Size of initial_table_array, in number of
50 * allow_resize - Flag to tell Table Manager if resize of
51 * pre-allocated array is allowed. Ignored
162 if (table_desc->pointer) { in ACPI_EXPORT_SYMBOL_INIT()
165 table_desc->signature.ascii)); in ACPI_EXPORT_SYMBOL_INIT()
178 if (!(table_desc->flags & ACPI_TABLE_IS_VERIFIED)) { in ACPI_EXPORT_SYMBOL_INIT()
203 * PARAMETERS: signature - ACPI signature of needed table in ACPI_EXPORT_SYMBOL_INIT()
204 * instance - Which instance (for SSDTs) in ACPI_EXPORT_SYMBOL_INIT()
205 * out_table_header - The pointer to the where the table header in ACPI_EXPORT_SYMBOL_INIT()
281 * PARAMETERS: signature - ACPI signature of needed table in ACPI_EXPORT_SYMBOL()
282 * instance - Which instance (for SSDTs) in ACPI_EXPORT_SYMBOL()
283 * out_table - Where the pointer to the table is returned in ACPI_EXPORT_SYMBOL()
314 * to determined if this function is succeeded. in ACPI_EXPORT_SYMBOL()
326 if (!ACPI_COMPARE_NAMESEG(&table_desc->signature, signature)) { in ACPI_EXPORT_SYMBOL()
348 * PARAMETERS: table - The pointer to the table in ACPI_EXPORT_SYMBOL()
377 if (table_desc->pointer != table) { in ACPI_EXPORT_SYMBOL()
395 * PARAMETERS: table_index - Table index in ACPI_EXPORT_SYMBOL()
396 * out_table - Where the pointer to the table is returned in ACPI_EXPORT_SYMBOL()
420 * to determined if this function is succeeded. in ACPI_EXPORT_SYMBOL()
448 * PARAMETERS: handler - Table event handler in ACPI_EXPORT_SYMBOL()
449 * context - Value passed to the handler on each event in ACPI_EXPORT_SYMBOL()
495 * PARAMETERS: handler - Table event handler that was installed in ACPI_EXPORT_SYMBOL()