Searched refs:intel_svc_fcs (Results 1 – 1 of 1) sorted by relevance
58 struct platform_device *intel_svc_fcs; member1226 svc->intel_svc_fcs = platform_device_alloc(INTEL_FCS, 1); in stratix10_svc_drv_probe()1227 if (!svc->intel_svc_fcs) { in stratix10_svc_drv_probe()1233 ret = platform_device_add(svc->intel_svc_fcs); in stratix10_svc_drv_probe()1235 platform_device_put(svc->intel_svc_fcs); in stratix10_svc_drv_probe()1259 platform_device_unregister(svc->intel_svc_fcs); in stratix10_svc_drv_remove()