Searched refs:amd_hsmp_platdev (Results 1 – 1 of 1) sorted by relevance
893 static struct platform_device *amd_hsmp_platdev; variable899 amd_hsmp_platdev = platform_device_alloc(DRIVER_NAME, PLATFORM_DEVID_NONE); in hsmp_plat_dev_register()900 if (!amd_hsmp_platdev) in hsmp_plat_dev_register()903 ret = platform_device_add(amd_hsmp_platdev); in hsmp_plat_dev_register()905 platform_device_put(amd_hsmp_platdev); in hsmp_plat_dev_register()979 platform_device_unregister(amd_hsmp_platdev); in hsmp_plt_exit()