Searched defs:ghes (Results 1 - 1 of 1) sorted by relevance

/drivers/acpi/apei/
H A Dghes.c88 * One struct ghes is created for each generic hardware error source.
98 struct ghes { struct
294 static struct ghes *ghes_new(struct acpi_hest_generic *generic)
296 struct ghes *ghes; local
300 ghes = kzalloc(sizeof(*ghes), GFP_KERNEL);
301 if (!ghes)
303 ghes->generic = generic;
315 ghes
330 ghes_fini(struct ghes *ghes) argument
397 ghes_read_estatus(struct ghes *ghes, int silent) argument
445 ghes_clear_estatus(struct ghes *ghes) argument
674 ghes_proc(struct ghes *ghes) argument
691 ghes_add_timer(struct ghes *ghes) argument
708 struct ghes *ghes = (void *)data; local
717 struct ghes *ghes = data; local
730 struct ghes *ghes; local
818 struct ghes *ghes, *ghes_global = NULL; local
907 struct ghes *ghes = NULL; local
999 struct ghes *ghes; local
[all...]

Completed in 47 milliseconds