Searched refs:acpi_tbl_table_handler (Results 1 – 2 of 2) sorted by relevance
145 typedef int (*acpi_tbl_table_handler)(struct acpi_table_header *table); typedef238 int acpi_table_parse(char *id, acpi_tbl_table_handler handler);1116 acpi_tbl_table_handler probe_table;1129 .probe_table = (acpi_tbl_table_handler)fn, \
385 int __init acpi_table_parse(char *id, acpi_tbl_table_handler handler) in acpi_table_parse()