Searched refs:intel_svc_fcs (Results 1 – 1 of 1) sorted by relevance
57 struct platform_device *intel_svc_fcs; member1204 svc->intel_svc_fcs = platform_device_alloc(INTEL_FCS, 1); in stratix10_svc_drv_probe()1205 if (!svc->intel_svc_fcs) { in stratix10_svc_drv_probe()1210 ret = platform_device_add(svc->intel_svc_fcs); in stratix10_svc_drv_probe()1212 platform_device_put(svc->intel_svc_fcs); in stratix10_svc_drv_probe()1232 platform_device_unregister(svc->intel_svc_fcs); in stratix10_svc_drv_remove()