Home
last modified time | relevance | path

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

/linux/drivers/acpi/apei/
H A Dhest.c209 struct platform_device *ghes_dev; in hest_parse_ghes() local
220 ghes_dev = ghes_arr->ghes_devs[i]; in hest_parse_ghes()
221 hdr = *(struct acpi_hest_header **)ghes_dev->dev.platform_data; in hest_parse_ghes()
228 ghes_dev = platform_device_alloc("GHES", hest_hdr->source_id); in hest_parse_ghes()
229 if (!ghes_dev) in hest_parse_ghes()
232 rc = platform_device_add_data(ghes_dev, &hest_hdr, sizeof(void *)); in hest_parse_ghes()
236 rc = platform_device_add(ghes_dev); in hest_parse_ghes()
239 ghes_arr->ghes_devs[ghes_arr->count++] = ghes_dev; in hest_parse_ghes()
243 platform_device_put(ghes_dev); in hest_parse_ghes()