Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/acpi/
H A Dapei.h40 typedef int (*apei_hest_func_t)(struct acpi_hest_header *hest_hdr, void *data); typedef
41 int apei_hest_parse(apei_hest_func_t func, void *data);
/OK3568_Linux_fs/kernel/drivers/acpi/apei/
H A Dhest.c83 int apei_hest_parse(apei_hest_func_t func, void *data) in apei_hest_parse()