Home
last modified time | relevance | path

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

/linux-4.1.27/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);
197 rc = apei_hest_parse(hest_parse_ghes, &ghes_arr); in hest_ghes_dev_register()
240 apei_hest_parse(hest_parse_cmc, NULL); in acpi_hest_init()
243 rc = apei_hest_parse(hest_parse_ghes_count, &ghes_count); in acpi_hest_init()
/linux-4.1.27/drivers/pci/pcie/aer/
Daerdrv_acpi.c102 rc = apei_hest_parse(aer_hest_parse, &info); in aer_set_firmware_first()
135 apei_hest_parse(aer_hest_parse, &info); in aer_acpi_firmware_first()
/linux-4.1.27/include/acpi/
Dapei.h34 int apei_hest_parse(apei_hest_func_t func, void *data);