Home
last modified time | relevance | path

Searched refs:pdev_hotplug (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/platform/mellanox/
H A Dmlx-platform.c398 struct platform_device *pdev_hotplug; member
8300 priv->pdev_hotplug = in mlxplat_platdevs_init()
8306 if (IS_ERR(priv->pdev_hotplug)) { in mlxplat_platdevs_init()
8307 err = PTR_ERR(priv->pdev_hotplug); in mlxplat_platdevs_init()
8400 platform_device_unregister(priv->pdev_hotplug); in mlxplat_platdevs_init()
8419 if (priv->pdev_hotplug) in mlxplat_platdevs_exit()
8420 platform_device_unregister(priv->pdev_hotplug); in mlxplat_platdevs_exit()