Home
last modified time | relevance | path

Searched refs:qbus_set_hotplug_handler (Results 1 – 18 of 18) sorted by relevance

/openbmc/qemu/hw/core/
H A Dbus.c26 void qbus_set_hotplug_handler(BusState *bus, Object *handler) in qbus_set_hotplug_handler() function
34 qbus_set_hotplug_handler(bus, OBJECT(bus)); in qbus_set_bus_hotplug_handler()
/openbmc/qemu/hw/s390x/
H A Dap-bridge.c61 qbus_set_hotplug_handler(bus, OBJECT(dev)); in s390_init_ap()
H A Dcss-bridge.c111 qbus_set_hotplug_handler(bus, OBJECT(dev)); in virtual_css_bus_init()
H A Ds390-pci-bus.c841 qbus_set_hotplug_handler(bus, OBJECT(dev)); in s390_pcihost_realize()
845 qbus_set_hotplug_handler(BUS(s->bus), OBJECT(dev)); in s390_pcihost_realize()
1059 qbus_set_hotplug_handler(BUS(&pb->sec_bus), OBJECT(s)); in s390_pcihost_plug()
/openbmc/qemu/hw/remote/
H A Dmachine.c70 qbus_set_hotplug_handler(BUS(pci_host->bus), OBJECT(s)); in remote_machine_init()
/openbmc/qemu/include/hw/
H A Dqdev-core.h1020 void qbus_set_hotplug_handler(BusState *bus, Object *handler);
/openbmc/qemu/hw/acpi/
H A Dpcihp.c306 qbus_set_hotplug_handler(BUS(sec), OBJECT(hotplug_dev)); in acpi_pcihp_device_plug_cb()
H A Dich9.c342 qbus_set_hotplug_handler(BUS(pci_get_bus(lpc_pci)), in ich9_pm_init()
H A Dpiix4.c572 qbus_set_hotplug_handler(BUS(pci_get_bus(PCI_DEVICE(s))), OBJECT(s)); in piix4_acpi_system_hot_add_init()
/openbmc/qemu/hw/char/
H A Dvirtio-serial-bus.c1052 qbus_set_hotplug_handler(BUS(&vser->bus), OBJECT(vser)); in virtio_serial_device_realize()
1140 qbus_set_hotplug_handler(BUS(&vser->bus), NULL); in virtio_serial_device_unrealize()
/openbmc/qemu/hw/scsi/
H A Dvirtio-scsi.c1257 qbus_set_hotplug_handler(BUS(&s->bus), OBJECT(dev)); in virtio_scsi_device_realize()
1283 qbus_set_hotplug_handler(BUS(&s->bus), NULL); in virtio_scsi_device_unrealize()
H A Dspapr_vscsi.c1223 qbus_set_hotplug_handler(BUS(&s->bus), NULL); in spapr_vscsi_realize()
H A Dvmw_pvscsi.c1192 qbus_set_hotplug_handler(BUS(&s->bus), OBJECT(s)); in pvscsi_realizefn()
/openbmc/qemu/hw/pci/
H A Dshpc.c713 qbus_set_hotplug_handler(BUS(sec_bus), OBJECT(d)); in shpc_init()
H A Dpcie.c734 qbus_set_hotplug_handler(BUS(pci_bridge_get_sec_bus(PCI_BRIDGE(dev))), in pcie_cap_slot_init()
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c1766 qbus_set_hotplug_handler(BUS(phb->bus), NULL); in spapr_phb_unrealize()
1900 qbus_set_hotplug_handler(BUS(phb->bus), OBJECT(sphb)); in spapr_phb_realize()
H A Dspapr.c3073 qbus_set_hotplug_handler(sysbus_get_default(), OBJECT(machine)); in spapr_machine_init()
/openbmc/qemu/hw/usb/
H A Ddev-smartcard-reader.c1323 qbus_set_hotplug_handler(BUS(&s->bus), OBJECT(dev)); in ccid_realize()