Searched refs:intel_svc_fcs (Results 1 – 1 of 1) sorted by relevance
112 struct platform_device *intel_svc_fcs; member1971 svc->intel_svc_fcs = platform_device_alloc(INTEL_FCS, 1); in stratix10_svc_drv_probe()1972 if (!svc->intel_svc_fcs) { in stratix10_svc_drv_probe()1978 ret = platform_device_add(svc->intel_svc_fcs); in stratix10_svc_drv_probe()1980 platform_device_put(svc->intel_svc_fcs); in stratix10_svc_drv_probe()1993 platform_device_unregister(svc->intel_svc_fcs); in stratix10_svc_drv_probe()2014 platform_device_unregister(svc->intel_svc_fcs); in stratix10_svc_drv_remove()