Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/acpi/apei/
Dhest.c84 int apei_hest_parse(apei_hest_func_t func, void *data) in apei_hest_parse() function
119 EXPORT_SYMBOL_GPL(apei_hest_parse);
203 rc = apei_hest_parse(hest_parse_ghes, &ghes_arr); in hest_ghes_dev_register()
246 rc = apei_hest_parse(hest_parse_cmc, NULL); in acpi_hest_init()
251 rc = apei_hest_parse(hest_parse_ghes_count, &ghes_count); in acpi_hest_init()
/Linux-v4.19/include/acpi/
Dapei.h41 int apei_hest_parse(apei_hest_func_t func, void *data);
/Linux-v4.19/drivers/pci/pcie/
Daer.c311 rc = apei_hest_parse(aer_hest_parse, &info); in aer_set_firmware_first()
350 apei_hest_parse(aer_hest_parse, &info); in aer_acpi_firmware_first()