Lines Matching refs:platform_device_unregister
1723 platform_device_unregister(priv->pdev_fan); in mlxplat_init()
1726 platform_device_unregister(priv->pdev_io_regs); in mlxplat_init()
1728 platform_device_unregister(priv->pdev_led); in mlxplat_init()
1730 platform_device_unregister(priv->pdev_hotplug); in mlxplat_init()
1733 platform_device_unregister(priv->pdev_mux[i]); in mlxplat_init()
1734 platform_device_unregister(priv->pdev_i2c); in mlxplat_init()
1736 platform_device_unregister(mlxplat_dev); in mlxplat_init()
1748 platform_device_unregister(priv->pdev_fan); in mlxplat_exit()
1750 platform_device_unregister(priv->pdev_io_regs); in mlxplat_exit()
1751 platform_device_unregister(priv->pdev_led); in mlxplat_exit()
1752 platform_device_unregister(priv->pdev_hotplug); in mlxplat_exit()
1755 platform_device_unregister(priv->pdev_mux[i]); in mlxplat_exit()
1757 platform_device_unregister(priv->pdev_i2c); in mlxplat_exit()
1758 platform_device_unregister(mlxplat_dev); in mlxplat_exit()