插入系统
插入系统
device_set_realized()
if (hotplug_ctrl) {
hotplug_handler_pre_plug(hotplug_ctrl, dev, &local_err);
}
if (dc->realize) {
dc->realize(dev, &local_err);
}
if (hotplug_ctrl) {
hotplug_handler_plug(hotplug_ctrl, dev, &local_err);
}pc_memory_pre_plug
pc_memory_plug
Last updated