Searched refs:ghes_devs (Results 1 – 1 of 1) sorted by relevance
130 struct platform_device **ghes_devs; member156 ghes_dev = ghes_arr->ghes_devs[i]; in hest_parse_ghes()175 ghes_arr->ghes_devs[ghes_arr->count++] = ghes_dev; in hest_parse_ghes()189 ghes_arr.ghes_devs = kmalloc(sizeof(void *) * ghes_count, GFP_KERNEL); in hest_ghes_dev_register()190 if (!ghes_arr.ghes_devs) in hest_ghes_dev_register()197 kfree(ghes_arr.ghes_devs); in hest_ghes_dev_register()201 platform_device_unregister(ghes_arr.ghes_devs[i]); in hest_ghes_dev_register()