Lines Matching refs:platform_device_unregister
3006 platform_device_unregister(priv->pdev_wd[j]); in mlxplat_init()
3008 platform_device_unregister(priv->pdev_fan); in mlxplat_init()
3011 platform_device_unregister(priv->pdev_io_regs); in mlxplat_init()
3013 platform_device_unregister(priv->pdev_led); in mlxplat_init()
3015 platform_device_unregister(priv->pdev_hotplug); in mlxplat_init()
3018 platform_device_unregister(priv->pdev_mux[i]); in mlxplat_init()
3019 platform_device_unregister(priv->pdev_i2c); in mlxplat_init()
3021 platform_device_unregister(mlxplat_dev); in mlxplat_init()
3033 platform_device_unregister(priv->pdev_wd[i]); in mlxplat_exit()
3035 platform_device_unregister(priv->pdev_fan); in mlxplat_exit()
3037 platform_device_unregister(priv->pdev_io_regs); in mlxplat_exit()
3038 platform_device_unregister(priv->pdev_led); in mlxplat_exit()
3039 platform_device_unregister(priv->pdev_hotplug); in mlxplat_exit()
3042 platform_device_unregister(priv->pdev_mux[i]); in mlxplat_exit()
3044 platform_device_unregister(priv->pdev_i2c); in mlxplat_exit()
3045 platform_device_unregister(mlxplat_dev); in mlxplat_exit()