Searched refs:amd_hsmp_platdev (Results 1 – 1 of 1) sorted by relevance
242 static struct platform_device *amd_hsmp_platdev; variable248 amd_hsmp_platdev = platform_device_alloc(DRIVER_NAME, PLATFORM_DEVID_NONE); in hsmp_plat_dev_register()249 if (!amd_hsmp_platdev) in hsmp_plat_dev_register()252 ret = platform_device_add(amd_hsmp_platdev); in hsmp_plat_dev_register()254 platform_device_put(amd_hsmp_platdev); in hsmp_plat_dev_register()328 platform_device_unregister(amd_hsmp_platdev); in hsmp_plt_exit()