Searched refs:intel_svc_fcs (Results 1 – 1 of 1) sorted by relevance
58 struct platform_device *intel_svc_fcs; member1223 svc->intel_svc_fcs = platform_device_alloc(INTEL_FCS, 1); in stratix10_svc_drv_probe()1224 if (!svc->intel_svc_fcs) { in stratix10_svc_drv_probe()1230 ret = platform_device_add(svc->intel_svc_fcs); in stratix10_svc_drv_probe()1232 platform_device_put(svc->intel_svc_fcs); in stratix10_svc_drv_probe()1247 platform_device_unregister(svc->intel_svc_fcs); in stratix10_svc_drv_probe()1264 platform_device_unregister(svc->intel_svc_fcs); in stratix10_svc_drv_remove()