Searched refs:ghes_dev (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/apei/ |
H A D | hest.c | 152 struct platform_device *ghes_dev; in hest_parse_ghes() local 164 ghes_dev = ghes_arr->ghes_devs[i]; in hest_parse_ghes() 165 hdr = *(struct acpi_hest_header **)ghes_dev->dev.platform_data; in hest_parse_ghes() 172 ghes_dev = platform_device_alloc("GHES", hest_hdr->source_id); in hest_parse_ghes() 173 if (!ghes_dev) in hest_parse_ghes() 176 rc = platform_device_add_data(ghes_dev, &hest_hdr, sizeof(void *)); in hest_parse_ghes() 180 rc = platform_device_add(ghes_dev); in hest_parse_ghes() 183 ghes_arr->ghes_devs[ghes_arr->count++] = ghes_dev; in hest_parse_ghes() 187 platform_device_put(ghes_dev); in hest_parse_ghes()
|
H A D | ghes.c | 1281 static int ghes_probe(struct platform_device *ghes_dev) in ghes_probe() argument 1289 generic = *(struct acpi_hest_generic **)ghes_dev->dev.platform_data; in ghes_probe() 1394 platform_set_drvdata(ghes_dev, ghes); in ghes_probe() 1396 ghes_edac_register(ghes, &ghes_dev->dev); in ghes_probe() 1413 static int ghes_remove(struct platform_device *ghes_dev) in ghes_remove() argument 1419 ghes = platform_get_drvdata(ghes_dev); in ghes_remove() 1464 platform_set_drvdata(ghes_dev, NULL); in ghes_remove()
|
/kernel/linux/linux-6.6/drivers/acpi/apei/ |
H A D | hest.c | 158 struct platform_device *ghes_dev; in hest_parse_ghes() local 169 ghes_dev = ghes_arr->ghes_devs[i]; in hest_parse_ghes() 170 hdr = *(struct acpi_hest_header **)ghes_dev->dev.platform_data; in hest_parse_ghes() 177 ghes_dev = platform_device_alloc("GHES", hest_hdr->source_id); in hest_parse_ghes() 178 if (!ghes_dev) in hest_parse_ghes() 181 rc = platform_device_add_data(ghes_dev, &hest_hdr, sizeof(void *)); in hest_parse_ghes() 185 rc = platform_device_add(ghes_dev); in hest_parse_ghes() 188 ghes_arr->ghes_devs[ghes_arr->count++] = ghes_dev; in hest_parse_ghes() 192 platform_device_put(ghes_dev); in hest_parse_ghes()
|
H A D | ghes.c | 1322 static int ghes_probe(struct platform_device *ghes_dev) in ghes_probe() argument 1330 generic = *(struct acpi_hest_generic **)ghes_dev->dev.platform_data; in ghes_probe() 1435 platform_set_drvdata(ghes_dev, ghes); in ghes_probe() 1437 ghes->dev = &ghes_dev->dev; in ghes_probe() 1458 static int ghes_remove(struct platform_device *ghes_dev) in ghes_remove() argument 1464 ghes = platform_get_drvdata(ghes_dev); in ghes_remove()
|
Completed in 9 milliseconds