Searched refs:acpi_table_header (Results 1 - 25 of 43) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/mach-es7000/
H A Dmach_mpparse.h31 struct acpi_table_header header;
32 memcpy(&header, 0, sizeof(struct acpi_table_header));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dactables.h54 void acpi_tb_create_local_fadt(struct acpi_table_header *table, u32 length);
77 struct acpi_table_header *table,
104 struct acpi_table_header *header);
109 acpi_tb_verify_checksum(struct acpi_table_header *table, u32 length);
H A Dactbl1.h105 struct acpi_table_header header; /* Common ACPI table header */
212 struct acpi_table_header header; /* Common ACPI table header */
224 struct acpi_table_header header; /* Common ACPI table header */
245 struct acpi_table_header header; /* Common ACPI table header */
258 struct acpi_table_header header; /* Common ACPI table header */
330 struct acpi_table_header header; /* Common ACPI table header */
345 struct acpi_table_header header; /* Common ACPI table header */
368 struct acpi_table_header header; /* Common ACPI table header */
527 struct acpi_table_header header; /* Common ACPI table header */
548 struct acpi_table_header heade
[all...]
H A Dacdisasm.h107 void (*ACPI_TABLE_HANDLER) (struct acpi_table_header * table);
195 void acpi_dm_dump_data_table(struct acpi_table_header *table);
210 void acpi_dm_dump_asf(struct acpi_table_header *table);
212 void acpi_dm_dump_cpep(struct acpi_table_header *table);
214 void acpi_dm_dump_dmar(struct acpi_table_header *table);
216 void acpi_dm_dump_fadt(struct acpi_table_header *table);
218 void acpi_dm_dump_srat(struct acpi_table_header *table);
220 void acpi_dm_dump_mcfg(struct acpi_table_header *table);
222 void acpi_dm_dump_madt(struct acpi_table_header *table);
224 u32 acpi_dm_dump_rsdp(struct acpi_table_header *tabl
[all...]
H A Dactbl.h86 struct acpi_table_header { struct
140 struct acpi_table_header header; /* Common ACPI table header */
145 struct acpi_table_header header; /* Common ACPI table header */
185 struct acpi_table_header header; /* Common ACPI table header */
H A Dacdebug.h179 acpi_db_get_table_from_file(char *filename, struct acpi_table_header **table);
182 acpi_db_read_table_from_file(char *filename, struct acpi_table_header **table);
H A Dacpixf.h105 acpi_status acpi_load_table(struct acpi_table_header *table_ptr);
112 struct acpi_table_header *out_table_header);
116 acpi_native_uint instance, struct acpi_table_header **out_table);
120 struct acpi_table_header **out_table);
H A Dacpiosxf.h95 acpi_os_table_override(struct acpi_table_header *existing_table,
96 struct acpi_table_header **new_table);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/namespace/
H A Dnsparse.c74 struct acpi_table_header *table;
108 if (table->length < sizeof(struct acpi_table_header)) {
111 aml_start = (u8 *) table + sizeof(struct acpi_table_header);
112 aml_length = table->length - sizeof(struct acpi_table_header);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/tables/
H A Dtbutils.c93 struct acpi_table_header *header)
144 acpi_status acpi_tb_verify_checksum(struct acpi_table_header *table, u32 length)
214 struct acpi_table_header *table;
225 table = acpi_os_map_memory(address, sizeof(struct acpi_table_header));
259 acpi_os_unmap_memory(table, sizeof(struct acpi_table_header));
342 struct acpi_table_header *table;
359 ACPI_CAST_PTR(struct acpi_table_header,
387 table = acpi_os_map_memory(address, sizeof(struct acpi_table_header));
397 acpi_os_unmap_memory(table, sizeof(struct acpi_table_header));
399 if (length < sizeof(struct acpi_table_header)) {
[all...]
H A Dtbxface.c220 acpi_status acpi_load_table(struct acpi_table_header *table_ptr)
266 struct acpi_table_header * out_table_header)
270 struct acpi_table_header *header;
300 acpi_table_header));
305 sizeof(struct acpi_table_header));
308 acpi_table_header));
315 sizeof(struct acpi_table_header));
379 acpi_native_uint instance, struct acpi_table_header **out_table)
437 struct acpi_table_header ** table)
493 struct acpi_table_header *tabl
[all...]
H A Dtbfadt.c161 struct acpi_table_header *table;
216 void acpi_tb_create_local_fadt(struct acpi_table_header *table, u32 length)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsrat.c271 struct acpi_table_header *header = NULL;
324 tables = (header->length - sizeof(struct acpi_table_header)) / 4;
341 header = (struct acpi_table_header *)
342 boot_ioremap(saved_rsdt.table.table_offset_entry[i], sizeof(struct acpi_table_header));
345 header = (struct acpi_table_header *)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dsystem.c97 struct acpi_table_header *dsdt = NULL;
123 struct acpi_table_header *fadt = NULL;
H A Dnuma.c137 static int __init acpi_parse_slit(struct acpi_table_header *table)
191 static int __init acpi_parse_srat(struct acpi_table_header *table)
H A Dblacklist.c112 struct acpi_table_header table_header;
H A Dtables.c180 struct acpi_table_header *table_header = NULL;
243 struct acpi_table_header *table = NULL;
267 struct acpi_table_header *table = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dearly-quirks.c33 static int __init nvidia_hpet_check(struct acpi_table_header *header)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/acpi/
H A Dearlyquirk.c16 static int __init nvidia_hpet_check(struct acpi_table_header *header)
H A Dboot.c168 int __init acpi_parse_mcfg(struct acpi_table_header *header)
215 static int __init acpi_parse_madt(struct acpi_table_header *table)
603 static int __init acpi_parse_sbf(struct acpi_table_header *table)
621 static int __init acpi_parse_hpet(struct acpi_table_header *table)
647 static int __init acpi_parse_fadt(struct acpi_table_header *table)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mach-es7000/
H A Des7000.h89 struct acpi_table_header Header;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dacpi.h76 typedef int (*acpi_table_handler) (struct acpi_table_header *table);
92 int acpi_parse_mcfg (struct acpi_table_header *header);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/dispatcher/
H A Ddsinit.c159 struct acpi_table_header *table;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dacpi.c77 struct acpi_table_header *hdr;
369 static int __init acpi_parse_madt(struct acpi_table_header *table)
440 len = sizeof(struct acpi_table_header) + 8
614 static int __init acpi_parse_fadt(struct acpi_table_header *table)
616 struct acpi_table_header *fadt_header;
622 fadt_header = (struct acpi_table_header *)table;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexconfig.c137 struct acpi_table_header *table;
315 table_desc.pointer = ACPI_CAST_PTR(struct acpi_table_header,

Completed in 217 milliseconds

12