Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/acpi/apei/
H A Dhest.c136 struct platform_device **ghes_devs; member
164 ghes_dev = ghes_arr->ghes_devs[i]; in hest_parse_ghes()
183 ghes_arr->ghes_devs[ghes_arr->count++] = ghes_dev; in hest_parse_ghes()
197 ghes_arr.ghes_devs = kmalloc_array(ghes_count, sizeof(void *), in hest_ghes_dev_register()
199 if (!ghes_arr.ghes_devs) in hest_ghes_dev_register()
211 kfree(ghes_arr.ghes_devs); in hest_ghes_dev_register()
215 platform_device_unregister(ghes_arr.ghes_devs[i]); in hest_ghes_dev_register()