Home
last modified time | relevance | path

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

/openbmc/qemu/hw/s390x/
H A Dap-bridge.c61 qbus_set_hotplug_handler(bus, OBJECT(dev)); in s390_init_ap()
H A Dcss-bridge.c103 qbus_set_hotplug_handler(bus, OBJECT(dev)); in virtual_css_bus_init()
H A Ds390-pci-bus.c884 qbus_set_hotplug_handler(bus, OBJECT(dev)); in s390_pcihost_realize()
888 qbus_set_hotplug_handler(BUS(s->bus), OBJECT(dev)); in s390_pcihost_realize()
1096 qbus_set_hotplug_handler(BUS(&pb->sec_bus), OBJECT(s)); in s390_pcihost_plug()
/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/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.h1070 void qbus_set_hotplug_handler(BusState *bus, Object *handler);
/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/acpi/
H A Dgeneric_event_device.c536 qbus_set_hotplug_handler(BUS(s->pcihp_state.root), OBJECT(dev)); in ged_reset_hold()
H A Dich9.c332 qbus_set_hotplug_handler(BUS(pci_get_bus(lpc_pci)), in ich9_pm_init()
H A Dpiix4.c573 qbus_set_hotplug_handler(BUS(pci_get_bus(PCI_DEVICE(s))), OBJECT(s)); in piix4_acpi_system_hot_add_init()
H A Dpcihp.c304 qbus_set_hotplug_handler(BUS(sec), OBJECT(hotplug_dev)); in acpi_pcihp_device_plug_cb()
/openbmc/qemu/hw/scsi/
H A Dvirtio-scsi.c1343 qbus_set_hotplug_handler(BUS(&s->bus), OBJECT(dev)); in virtio_scsi_device_realize()
1369 qbus_set_hotplug_handler(BUS(&s->bus), NULL); in virtio_scsi_device_unrealize()
H A Dvmw_pvscsi.c1175 qbus_set_hotplug_handler(BUS(&s->bus), OBJECT(s)); in pvscsi_realizefn()
H A Dspapr_vscsi.c1231 qbus_set_hotplug_handler(BUS(&s->bus), NULL); in spapr_vscsi_create()
/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.c1771 qbus_set_hotplug_handler(BUS(phb->bus), NULL); in spapr_phb_unrealize()
1901 qbus_set_hotplug_handler(BUS(phb->bus), OBJECT(sphb)); in spapr_phb_realize()
H A Dspapr.c3127 qbus_set_hotplug_handler(sysbus_get_default(), OBJECT(machine)); in spapr_machine_init()
/openbmc/qemu/hw/usb/
H A Ddev-smartcard-reader.c1321 qbus_set_hotplug_handler(BUS(&s->bus), OBJECT(dev)); in ccid_realize()