Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/apei/
Dhest.c83 int apei_hest_parse(apei_hest_func_t func, void *data) in apei_hest_parse() function
118 EXPORT_SYMBOL_GPL(apei_hest_parse);
193 rc = apei_hest_parse(hest_parse_ghes, &ghes_arr); in hest_ghes_dev_register()
236 apei_hest_parse(hest_parse_cmc, NULL); in acpi_hest_init()
239 rc = apei_hest_parse(hest_parse_ghes_count, &ghes_count); in acpi_hest_init()
/linux-4.4.14/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.4.14/include/acpi/
Dapei.h34 int apei_hest_parse(apei_hest_func_t func, void *data);