Lines Matching refs:platform_device_unregister
2233 platform_device_unregister(priv->pdev_wd[j]); in mlxplat_init()
2235 platform_device_unregister(priv->pdev_fan); in mlxplat_init()
2238 platform_device_unregister(priv->pdev_io_regs); in mlxplat_init()
2240 platform_device_unregister(priv->pdev_led); in mlxplat_init()
2242 platform_device_unregister(priv->pdev_hotplug); in mlxplat_init()
2245 platform_device_unregister(priv->pdev_mux[i]); in mlxplat_init()
2246 platform_device_unregister(priv->pdev_i2c); in mlxplat_init()
2248 platform_device_unregister(mlxplat_dev); in mlxplat_init()
2260 platform_device_unregister(priv->pdev_wd[i]); in mlxplat_exit()
2262 platform_device_unregister(priv->pdev_fan); in mlxplat_exit()
2264 platform_device_unregister(priv->pdev_io_regs); in mlxplat_exit()
2265 platform_device_unregister(priv->pdev_led); in mlxplat_exit()
2266 platform_device_unregister(priv->pdev_hotplug); in mlxplat_exit()
2269 platform_device_unregister(priv->pdev_mux[i]); in mlxplat_exit()
2271 platform_device_unregister(priv->pdev_i2c); in mlxplat_exit()
2272 platform_device_unregister(mlxplat_dev); in mlxplat_exit()