| /openbmc/qemu/hw/misc/macio/ |
| H A D | macio.c | 98 if (!qdev_realize(DEVICE(&s->dbdma), BUS(&s->macio_bus), errp)) { in macio_common_realize() 110 if (!qdev_realize(DEVICE(&s->escc), BUS(&s->macio_bus), errp)) { in macio_common_realize() 130 if (!qdev_realize(DEVICE(ide), BUS(&s->macio_bus), errp)) { in macio_realize_ide() 151 if (!qdev_realize(DEVICE(&os->pic), BUS(&s->macio_bus), errp)) { in macio_oldworld_realize() 160 if (!qdev_realize(DEVICE(&s->cuda), BUS(&s->macio_bus), errp)) { in macio_oldworld_realize() 172 if (!qdev_realize(DEVICE(&os->nvram), BUS(&s->macio_bus), errp)) { in macio_oldworld_realize() 308 if (!qdev_realize(DEVICE(&ns->gpio), BUS(&s->macio_bus), errp)) { in macio_newworld_realize() 324 if (!qdev_realize(DEVICE(&s->pmu), BUS(&s->macio_bus), errp)) { in macio_newworld_realize() 339 if (!qdev_realize(DEVICE(&s->cuda), BUS(&s->macio_bus), errp)) { in macio_newworld_realize()
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-qdev-global-props.c | 100 qdev_realize(DEVICE(mt), NULL, &error_fatal); in test_static_prop_subprocess() 135 qdev_realize(DEVICE(mt), NULL, &error_fatal); in test_static_globalprop_subprocess() 253 qdev_realize(DEVICE(mt), NULL, &error_fatal); in test_dynamic_globalprop_subprocess() 299 qdev_realize(DEVICE(mt), NULL, &error_fatal); in test_subclass_global_props()
|
| /openbmc/qemu/hw/arm/ |
| H A D | bcm2838_peripherals.c | 98 if (!qdev_realize(DEVICE(&s->mmc_irq_orgate), NULL, errp)) { in bcm2838_peripherals_realize() 124 if (!qdev_realize(DEVICE(&s->dma_7_8_irq_orgate), NULL, errp)) { in bcm2838_peripherals_realize() 141 if (!qdev_realize(DEVICE(&s->dma_9_10_irq_orgate), NULL, errp)) { in bcm2838_peripherals_realize()
|
| /openbmc/qemu/hw/microblaze/ |
| H A D | xlnx-zynqmp-pmu.c | 98 if (!qdev_realize(DEVICE(&s->cpu), NULL, errp)) { in xlnx_zynqmp_pmu_soc_realize() 172 qdev_realize(DEVICE(pmu), NULL, &error_fatal); in type_init()
|
| /openbmc/qemu/hw/virtio/ |
| H A D | virtio-nsm-pci.c | 38 if (!qdev_realize(vdev, BUS(&vpci_dev->bus), errp)) { in virtio_nsm_pci_realize()
|
| H A D | vhost-user-scmi-pci.c | 31 qdev_realize(vdev, BUS(&vpci_dev->bus), errp); in DECLARE_INSTANCE_CHECKER()
|
| H A D | vhost-user-i2c-pci.c | 32 qdev_realize(vdev, BUS(&vpci_dev->bus), errp); in DECLARE_INSTANCE_CHECKER()
|
| H A D | vhost-user-snd-pci.c | 33 qdev_realize(vdev, BUS(&vpci_dev->bus), errp); in DECLARE_INSTANCE_CHECKER()
|
| H A D | vhost-user-gpio-pci.c | 32 qdev_realize(vdev, BUS(&vpci_dev->bus), errp); in DECLARE_INSTANCE_CHECKER()
|
| H A D | virtio-crypto-pci.c | 57 if (!qdev_realize(vdev, BUS(&vpci_dev->bus), errp)) { in virtio_crypto_pci_realize()
|
| H A D | vhost-user-rng-pci.c | 40 qdev_realize(vdev, BUS(&vpci_dev->bus), errp); in vhost_user_rng_pci_realize()
|
| H A D | virtio-9p-pci.c | 43 qdev_realize(vdev, BUS(&vpci_dev->bus), errp); in virtio_9p_pci_realize()
|
| /openbmc/qemu/hw/s390x/ |
| H A D | vhost-scsi-ccw.c | 33 qdev_realize(vdev, BUS(&ccw_dev->bus), errp); in vhost_ccw_scsi_realize()
|
| H A D | virtio-ccw-9p.c | 33 qdev_realize(vdev, BUS(&ccw_dev->bus), errp); in virtio_ccw_9p_realize()
|
| H A D | virtio-ccw-rng.c | 33 if (!qdev_realize(vdev, BUS(&ccw_dev->bus), errp)) { in virtio_ccw_rng_realize()
|
| H A D | virtio-ccw-blk.c | 33 qdev_realize(vdev, BUS(&ccw_dev->bus), errp); in virtio_ccw_blk_realize()
|
| H A D | vhost-vsock-ccw.c | 35 qdev_realize(vdev, BUS(&ccw_dev->bus), errp); in vhost_vsock_ccw_realize()
|
| H A D | virtio-ccw-crypto.c | 32 if (!qdev_realize(vdev, BUS(&ccw_dev->bus), errp)) { in virtio_ccw_crypto_realize()
|
| H A D | virtio-ccw-balloon.c | 33 qdev_realize(vdev, BUS(&ccw_dev->bus), errp); in virtio_ccw_balloon_realize()
|
| H A D | vhost-user-fs-ccw.c | 38 qdev_realize(vdev, BUS(&ccw_dev->bus), errp); in vhost_user_fs_ccw_realize()
|
| H A D | virtio-ccw-serial.c | 44 qdev_realize(vdev, BUS(&ccw_dev->bus), errp); in virtio_ccw_serial_realize()
|
| H A D | virtio-ccw-scsi.c | 45 qdev_realize(vdev, BUS(&ccw_dev->bus), errp); in virtio_ccw_scsi_realize()
|
| H A D | virtio-ccw-gpu.c | 32 qdev_realize(vdev, BUS(&ccw_dev->bus), errp); in virtio_ccw_gpu_realize()
|
| /openbmc/qemu/hw/isa/ |
| H A D | piix.c | 343 if (!qdev_realize(DEVICE(&d->rtc), BUS(isa_bus), errp)) { in pci_piix_realize() 351 if (!qdev_realize(DEVICE(&d->ide), BUS(pci_bus), errp)) { in pci_piix_realize() 359 if (!qdev_realize(DEVICE(&d->uhci), BUS(pci_bus), errp)) { in pci_piix_realize() 370 if (!qdev_realize(DEVICE(&d->pm), BUS(pci_bus), errp)) { in pci_piix_realize()
|
| H A D | vt82c686.c | 740 if (!qdev_realize(DEVICE(&s->rtc), BUS(isa_bus), errp)) { in via_isa_realize() 752 if (!qdev_realize(DEVICE(&s->via_sio), BUS(isa_bus), errp)) { in via_isa_realize() 758 if (!qdev_realize(DEVICE(&s->ide), BUS(pci_bus), errp)) { in via_isa_realize() 769 if (!qdev_realize(DEVICE(&s->uhci[i]), BUS(pci_bus), errp)) { in via_isa_realize() 776 if (!qdev_realize(DEVICE(&s->pm), BUS(pci_bus), errp)) { in via_isa_realize() 782 if (!qdev_realize(DEVICE(&s->ac97), BUS(pci_bus), errp)) { in via_isa_realize() 788 if (!qdev_realize(DEVICE(&s->mc97), BUS(pci_bus), errp)) { in via_isa_realize()
|