Lines Matching defs:table
20 * don't need to call acpi_put_table() to release the table mapping.
25 pr_warn_once("No RHCT table found\n");
35 * these functions(and free up later). At run time, since this table can be used
36 * multiple times, NULL may be passed in order to use the cached table.
38 int acpi_get_riscv_isa(struct acpi_table_header *table, unsigned int cpu, const char **isa)
51 if (!table) {
56 rhct = (struct acpi_table_rhct *)table;
129 * these functions (and free up later). At run time, since this table can be used
130 * multiple times, pass NULL so that the table remains in memory.
132 void acpi_get_cbo_block_size(struct acpi_table_header *table, u32 *cbom_size,
143 if (table) {
144 rhct = (struct acpi_table_rhct *)table;