Lines Matching full:table

13 #define ACPI_BUILD_LOADER_FILE "etc/table-loader"
114 * ACPI 1.0b: Table 6-26 I/O Resource Flag (Resource Type = 1) Definitions
124 * ACPI 1.0b: Table 6-25 Memory Resource Flag (Resource Type = 0) Definitions
135 * ACPI 1.0b: Table 6-25 Memory Resource Flag (Resource Type = 0) Definitions
144 * ACPI 5.0: Table 6-187 Extended Interrupt Descriptor Definition
153 * ACPI 5.0: Table 6-187 Extended Interrupt Descriptor Definition
162 * ACPI 5.0: Table 6-187 Extended Interrupt Descriptor Definition
171 * ACPI 5.0: Table 6-187 Extended Interrupt Descriptor Definition
188 * ACPI 5.0: Table 6-189 GPIO Connection Descriptor Definition
197 * ACPI 5.0: Table 6-189 GPIO Connection Descriptor Definition
261 * AML elements for a table.
281 * Aml *table = aml_def_block("SSDT", ...);
287 * aml_append(table, sb);
415 void build_append_int_noprefix(GArray *table, uint64_t value, int size);
422 /* private vars tracking table state */
429 * initializes table header and keeps track of
430 * table data/offsets
431 * @desc: ACPI table descriptor
432 * @array: blob where the ACPI table will be composed/stored.
438 * sets actual table length and tells bios loader
439 * where table is for the later initialization on
441 * @linker: reference to BIOSLinker object to use for the table
442 * @table: ACPI table descriptor that was used with @acpi_table_begin
445 void acpi_table_end(BIOSLinker *linker, AcpiTable *table);
448 unsigned acpi_data_len(GArray *table);
465 void build_append_gas(GArray *table, AmlAddressSpace as,
470 build_append_gas_from_struct(GArray *table, const struct AcpiGenericAddress *s) in build_append_gas_from_struct() argument
472 build_append_gas(table, s->space_id, s->bit_width, s->bit_offset, in build_append_gas_from_struct()