Lines Matching full:hotplug
71 /* Hotplug aggregation masks. */
198 /* Default hotplug data. */
324 * @hotplug_data: hotplug platform data
325 * @hotplug: hotplug device
333 struct platform_device *hotplug; member
464 /* Copy platform specific hotplug data. */ in mlxreg_dpu_config_init()
493 /* Register hotplug driver. */ in mlxreg_dpu_config_init()
497 mlxreg_dpu->hotplug = in mlxreg_dpu_config_init()
498 platform_device_register_resndata(dev, "mlxreg-hotplug", in mlxreg_dpu_config_init()
502 if (IS_ERR(mlxreg_dpu->hotplug)) { in mlxreg_dpu_config_init()
503 err = PTR_ERR(mlxreg_dpu->hotplug); in mlxreg_dpu_config_init()
518 platform_device_unregister(mlxreg_dpu->hotplug); in mlxreg_dpu_config_exit()