Searched refs:amd_hsmp_platdev (Results 1 – 1 of 1) sorted by relevance
244 static struct platform_device *amd_hsmp_platdev; variable250 amd_hsmp_platdev = platform_device_alloc(DRIVER_NAME, PLATFORM_DEVID_NONE); in hsmp_plat_dev_register()251 if (!amd_hsmp_platdev) in hsmp_plat_dev_register()254 ret = platform_device_add(amd_hsmp_platdev); in hsmp_plat_dev_register()256 platform_device_put(amd_hsmp_platdev); in hsmp_plat_dev_register()340 platform_device_unregister(amd_hsmp_platdev); in hsmp_plt_exit()
Completed in 4 milliseconds