Searched refs:mlxreg_dpu (Results 1 – 1 of 1) sorted by relevance
327 struct mlxreg_dpu { struct420 mlxreg_dpu_copy_hotplug_data(struct device *dev, struct mlxreg_dpu *mlxreg_dpu, in mlxreg_dpu_copy_hotplug_data() argument426 mlxreg_dpu->hotplug_data = devm_kmemdup(dev, hotplug_data, in mlxreg_dpu_copy_hotplug_data()427 sizeof(*mlxreg_dpu->hotplug_data), GFP_KERNEL); in mlxreg_dpu_copy_hotplug_data()428 if (!mlxreg_dpu->hotplug_data) in mlxreg_dpu_copy_hotplug_data()431 mlxreg_dpu->hotplug_data->items = devm_kmemdup(dev, hotplug_data->items, in mlxreg_dpu_copy_hotplug_data()432 mlxreg_dpu->hotplug_data->count * in mlxreg_dpu_copy_hotplug_data()433 sizeof(*mlxreg_dpu->hotplug_data->items), in mlxreg_dpu_copy_hotplug_data()435 if (!mlxreg_dpu->hotplug_data->items) in mlxreg_dpu_copy_hotplug_data()438 item = mlxreg_dpu->hotplug_data->items; in mlxreg_dpu_copy_hotplug_data()[all …]