Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/acpi/acpica/
A Dtbutils.c19 acpi_tb_get_root_table_entry(u8 *table_entry, u32 table_entry_size);
166 acpi_tb_get_root_table_entry(u8 *table_entry, u32 table_entry_size) in acpi_tb_get_root_table_entry() argument
174 if (table_entry_size == ACPI_RSDT_ENTRY_SIZE) { in acpi_tb_get_root_table_entry()
225 u32 table_entry_size; in acpi_tb_parse_root_table() local
258 table_entry_size = ACPI_XSDT_ENTRY_SIZE; in acpi_tb_parse_root_table()
263 table_entry_size = ACPI_RSDT_ENTRY_SIZE; in acpi_tb_parse_root_table()
288 if (length < (sizeof(struct acpi_table_header) + table_entry_size)) { in acpi_tb_parse_root_table()
311 table_entry_size); in acpi_tb_parse_root_table()
321 acpi_tb_get_root_table_entry(table_entry, table_entry_size); in acpi_tb_parse_root_table()
344 table_entry += table_entry_size; in acpi_tb_parse_root_table()

Completed in 3 milliseconds