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

/linux-4.4.14/include/acpi/
H A Dapei.h34 int apei_hest_parse(apei_hest_func_t func, void *data);
/linux-4.4.14/drivers/pci/pcie/aer/
H A Daerdrv_acpi.c102 rc = apei_hest_parse(aer_hest_parse, &info); aer_set_firmware_first()
135 apei_hest_parse(aer_hest_parse, &info); aer_acpi_firmware_first()
/linux-4.4.14/drivers/acpi/apei/
H A Dhest.c83 int apei_hest_parse(apei_hest_func_t func, void *data) apei_hest_parse() function
118 EXPORT_SYMBOL_GPL(apei_hest_parse); variable
193 rc = apei_hest_parse(hest_parse_ghes, &ghes_arr); hest_ghes_dev_register()
236 apei_hest_parse(hest_parse_cmc, NULL); acpi_hest_init()
239 rc = apei_hest_parse(hest_parse_ghes_count, &ghes_count); acpi_hest_init()

Completed in 85 milliseconds