Home
last modified time | relevance | path

Searched defs:plug_handler (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/core/
H A Dhotplug.c16 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 Dhotplug-stubs.c22 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 Dpcie_port.c192 static bool pcie_slot_is_hotpluggbale_bus(HotplugHandler *plug_handler, in pcie_slot_is_hotpluggbale_bus()
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c1467 HotplugHandler *plug_handler = qdev_get_hotplug_handler(drc->dev); in spapr_pci_dt_populate() local
1534 static void spapr_pci_pre_plug(HotplugHandler *plug_handler, in spapr_pci_pre_plug()
1567 static void spapr_pci_plug(HotplugHandler *plug_handler, in spapr_pci_plug()
1617 static void spapr_pci_unplug(HotplugHandler *plug_handler, in spapr_pci_unplug()
1642 static void spapr_pci_unplug_request(HotplugHandler *plug_handler, in spapr_pci_unplug_request()
/openbmc/qemu/include/hw/
H A Dqdev-core.h1025 HotplugHandler *plug_handler = bus->hotplug_handler; in qbus_is_hotpluggable() local