Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/acpi/
Dtables.c75 static unsigned long sdt_count; /* Table count */ variable
259 for (i = 0; i < sdt_count; i++) { in acpi_get_table_header_early()
319 for (i = 0; i < sdt_count; i++) { in acpi_table_parse_madt_family()
379 for (i = 0; i < sdt_count; i++) { in acpi_table_parse()
437 sdt_count = (header->length - sizeof(struct acpi_table_header)) >> 3; in acpi_table_get_sdt()
438 if (sdt_count > ACPI_MAX_TABLES) { in acpi_table_get_sdt()
440 (sdt_count - ACPI_MAX_TABLES)); in acpi_table_get_sdt()
441 sdt_count = ACPI_MAX_TABLES; in acpi_table_get_sdt()
444 for (i = 0; i < sdt_count; i++) in acpi_table_get_sdt()
483 sdt_count = (header->length - sizeof(struct acpi_table_header)) >> 2; in acpi_table_get_sdt()
[all …]