Lines Matching refs:platform_device_unregister
2993 platform_device_unregister(priv->pdev_wd[j]); in mlxplat_init()
2995 platform_device_unregister(priv->pdev_fan); in mlxplat_init()
2998 platform_device_unregister(priv->pdev_io_regs); in mlxplat_init()
3000 platform_device_unregister(priv->pdev_led); in mlxplat_init()
3002 platform_device_unregister(priv->pdev_hotplug); in mlxplat_init()
3005 platform_device_unregister(priv->pdev_mux[i]); in mlxplat_init()
3006 platform_device_unregister(priv->pdev_i2c); in mlxplat_init()
3008 platform_device_unregister(mlxplat_dev); in mlxplat_init()
3020 platform_device_unregister(priv->pdev_wd[i]); in mlxplat_exit()
3022 platform_device_unregister(priv->pdev_fan); in mlxplat_exit()
3024 platform_device_unregister(priv->pdev_io_regs); in mlxplat_exit()
3025 platform_device_unregister(priv->pdev_led); in mlxplat_exit()
3026 platform_device_unregister(priv->pdev_hotplug); in mlxplat_exit()
3029 platform_device_unregister(priv->pdev_mux[i]); in mlxplat_exit()
3031 platform_device_unregister(priv->pdev_i2c); in mlxplat_exit()
3032 platform_device_unregister(mlxplat_dev); in mlxplat_exit()