Home
last modified time | relevance | path

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

/Linux-v5.10/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);
202 rc = apei_hest_parse(hest_parse_ghes, &ghes_arr); in hest_ghes_dev_register()
250 rc = apei_hest_parse(hest_parse_cmc, NULL); in acpi_hest_init()
255 rc = apei_hest_parse(hest_parse_ghes_count, &ghes_count); in acpi_hest_init()
/Linux-v5.10/include/acpi/
Dapei.h41 int apei_hest_parse(apei_hest_func_t func, void *data);