Searched refs:table_entry_size (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/acpi/acpica/
H A Dtbutils.c53 acpi_tb_get_root_table_entry(u8 *table_entry, u32 table_entry_size);
211 * table_entry_size - sizeof 32 or 64 (RSDT or XSDT)
224 acpi_tb_get_root_table_entry(u8 *table_entry, u32 table_entry_size) acpi_tb_get_root_table_entry() argument
232 if (table_entry_size == ACPI_RSDT_ENTRY_SIZE) { acpi_tb_get_root_table_entry()
282 u32 table_entry_size; acpi_tb_parse_root_table() local
315 table_entry_size = ACPI_XSDT_ENTRY_SIZE; acpi_tb_parse_root_table()
320 table_entry_size = ACPI_RSDT_ENTRY_SIZE; acpi_tb_parse_root_table()
345 if (length < (sizeof(struct acpi_table_header) + table_entry_size)) { acpi_tb_parse_root_table()
368 table_entry_size); acpi_tb_parse_root_table()
385 acpi_tb_get_root_table_entry(table_entry, table_entry_size); acpi_tb_parse_root_table()
407 table_entry += table_entry_size; acpi_tb_parse_root_table()

Completed in 86 milliseconds