Searched refs:amd_hsmp_platdev (Results 1 – 1 of 1) sorted by relevance
280 static struct platform_device *amd_hsmp_platdev; variable286 amd_hsmp_platdev = platform_device_alloc(DRIVER_NAME, PLATFORM_DEVID_NONE); in hsmp_plat_dev_register()287 if (!amd_hsmp_platdev) in hsmp_plat_dev_register()290 ret = platform_device_add(amd_hsmp_platdev); in hsmp_plat_dev_register()292 platform_device_put(amd_hsmp_platdev); in hsmp_plat_dev_register()376 platform_device_unregister(amd_hsmp_platdev); in hsmp_plt_exit()