Searched defs:plug_handler (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/hw/core/ |
| H A D | hotplug.c | 16 void hotplug_handler_pre_plug(HotplugHandler *plug_handler, in hotplug_handler_pre_plug() 27 void hotplug_handler_plug(HotplugHandler *plug_handler, in hotplug_handler_plug() 38 void hotplug_handler_unplug_request(HotplugHandler *plug_handler, in hotplug_handler_unplug_request() 49 void hotplug_handler_unplug(HotplugHandler *plug_handler, in hotplug_handler_unplug()
|
| /openbmc/qemu/stubs/ |
| H A D | hotplug-stubs.c | 22 void hotplug_handler_pre_plug(HotplugHandler *plug_handler, in hotplug_handler_pre_plug() 29 void hotplug_handler_plug(HotplugHandler *plug_handler, in hotplug_handler_plug()
|
| /openbmc/qemu/hw/pci/ |
| H A D | pcie_port.c | 191 static bool pcie_slot_is_hotpluggable_bus(HotplugHandler *plug_handler, in pcie_slot_is_hotpluggable_bus()
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_pci.c | 1466 HotplugHandler *plug_handler = qdev_get_hotplug_handler(drc->dev); spapr_pci_dt_populate() local 1533 spapr_pci_pre_plug(HotplugHandler * plug_handler,DeviceState * plugged_dev,Error ** errp) spapr_pci_pre_plug() argument 1568 spapr_pci_plug(HotplugHandler * plug_handler,DeviceState * plugged_dev,Error ** errp) spapr_pci_plug() argument 1626 spapr_pci_unplug(HotplugHandler * plug_handler,DeviceState * plugged_dev,Error ** errp) spapr_pci_unplug() argument 1651 spapr_pci_unplug_request(HotplugHandler * plug_handler,DeviceState * plugged_dev,Error ** errp) spapr_pci_unplug_request() argument [all...] |
| /openbmc/qemu/include/hw/ |
| H A D | qdev-core.h | 1073 HotplugHandler *plug_handler = bus->hotplug_handler; qbus_is_hotpluggable() local
|