Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/platform/x86/
Dmlx-platform.c171 struct platform_device *pdev_hotplug; member
2148 priv->pdev_hotplug = platform_device_register_resndata( in mlxplat_init()
2154 if (IS_ERR(priv->pdev_hotplug)) { in mlxplat_init()
2155 err = PTR_ERR(priv->pdev_hotplug); in mlxplat_init()
2242 platform_device_unregister(priv->pdev_hotplug); in mlxplat_init()
2266 platform_device_unregister(priv->pdev_hotplug); in mlxplat_exit()