Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/acpi/apei/
Dhest.c87 int apei_hest_parse(apei_hest_func_t func, void *data) in apei_hest_parse() function
122 EXPORT_SYMBOL_GPL(apei_hest_parse);
188 rc = apei_hest_parse(hest_parse_ghes, &ghes_arr); in hest_ghes_dev_register()
234 rc = apei_hest_parse(hest_parse_ghes_count, &ghes_count); in acpi_hest_init()
/linux-3.4.99/drivers/pci/pcie/aer/
Daerdrv_acpi.c81 rc = apei_hest_parse(aer_hest_parse, &info); in aer_set_firmware_first()
125 apei_hest_parse(aer_hest_parse_aff, NULL); in aer_acpi_firmware_first()
/linux-3.4.99/include/acpi/
Dapei.h34 int apei_hest_parse(apei_hest_func_t func, void *data);