• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/

Lines Matching refs:acpi_table_header

55 acpi_tb_cleanup_table_header(struct acpi_table_header *out_header,
56 struct acpi_table_header *header);
79 struct acpi_table_header *table;
86 table = acpi_os_map_memory(address, sizeof(struct acpi_table_header));
91 acpi_os_unmap_memory(table, sizeof(struct acpi_table_header));
92 if (length < sizeof(struct acpi_table_header))
102 sizeof(struct acpi_table_header)) / sizeof(u64));
104 ACPI_CAST_PTR(u8, table) + sizeof(struct acpi_table_header);
140 acpi_table_header,
209 acpi_tb_cleanup_table_header(struct acpi_table_header *out_header,
210 struct acpi_table_header *header)
213 ACPI_MEMCPY(out_header, header, sizeof(struct acpi_table_header));
236 struct acpi_table_header *header)
238 struct acpi_table_header local_header;
300 acpi_status acpi_tb_verify_checksum(struct acpi_table_header *table, u32 length)
402 struct acpi_table_header *acpi_tb_copy_dsdt(u32 table_index)
404 struct acpi_table_header *new_table;
452 struct acpi_table_header *table_to_install;
453 struct acpi_table_header *mapped_table;
454 struct acpi_table_header *override_table = NULL;
466 acpi_os_map_memory(address, sizeof(struct acpi_table_header));
527 acpi_os_unmap_memory(mapped_table, sizeof(struct acpi_table_header));
610 struct acpi_table_header *table;
628 ACPI_CAST_PTR(struct acpi_table_header,
668 table = acpi_os_map_memory(address, sizeof(struct acpi_table_header));
678 acpi_os_unmap_memory(table, sizeof(struct acpi_table_header));
680 if (length < sizeof(struct acpi_table_header)) {
701 table_count = (u32)((table->length - sizeof(struct acpi_table_header)) /
709 ACPI_CAST_PTR(u8, table) + sizeof(struct acpi_table_header);