| /openbmc/qemu/hw/i386/ |
| H A D | x86-iommu.c | 123 if (x86_class->realize) { in x86_iommu_realize() 124 x86_class->realize(dev, errp); in x86_iommu_realize() 138 dc->realize = x86_iommu_realize; in x86_iommu_class_init()
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-qdev-global-props.c | 58 dc->realize = NULL; in static_prop_class_init() 184 dc->realize = NULL; in dynamic_class_init() 200 dc->realize = NULL; in hotplug_class_init() 216 dc->realize = NULL; in nohotplug_class_init()
|
| /openbmc/qemu/hw/pci-host/ |
| H A D | uninorth.c | 319 k->realize = unin_main_pci_host_realize; in unin_main_pci_host_class_init() 347 k->realize = u3_agp_pci_host_realize; in u3_agp_pci_host_class_init() 375 k->realize = unin_agp_pci_host_realize; in unin_agp_pci_host_class_init() 404 k->realize = unin_internal_pci_host_realize; in unin_internal_pci_host_class_init() 436 dc->realize = pci_unin_main_realize; in pci_unin_main_class_init() 455 dc->realize = pci_u3_agp_realize; in pci_u3_agp_class_init() 471 dc->realize = pci_unin_agp_realize; in pci_unin_agp_class_init() 487 dc->realize = pci_unin_internal_realize; in pci_unin_internal_class_init()
|
| H A D | grackle.c | 102 k->realize = grackle_pci_realize; in grackle_pci_class_init() 141 dc->realize = grackle_realize; in grackle_class_init()
|
| H A D | sh_pci.c | 160 k->realize = sh_pcic_pci_realize; in sh_pcic_pci_class_init() 174 dc->realize = sh_pcic_host_realize; in sh_pcic_host_class_init()
|
| /openbmc/qemu/hw/ide/ |
| H A D | ide-dev.c | 72 dc->realize(dev, errp); in ide_qdev_realize() 206 k->realize = ide_hd_realize; in ide_hd_class_init() 228 k->realize = ide_cd_realize; in ide_cd_class_init() 244 k->realize = ide_qdev_realize; in ide_device_class_init()
|
| H A D | cf.c | 39 k->realize = ide_cf_realize; in ide_cf_class_init()
|
| /openbmc/qemu/hw/ipack/ |
| H A D | ipack.c | 60 k->realize(dev, errp); in ipack_device_realize() 83 k->realize = ipack_device_realize; in ipack_device_class_init()
|
| /openbmc/qemu/hw/uefi/ |
| H A D | var-service-sysbus.c | 71 dc->realize = uefi_vars_sysbus_realize; in uefi_vars_sysbus_class_init() 107 dc->realize = uefi_vars_x64_realize; in uefi_vars_x64_class_init()
|
| /openbmc/qemu/hw/usb/ |
| H A D | hcd-uhci-pci.c | |
| H A D | u2f.c | 294 if (kc->realize != NULL) { in u2f_key_realize() 295 kc->realize(key, &local_err); in u2f_key_realize() 331 uc->realize = u2f_key_realize; in u2f_key_class_init()
|
| H A D | hcd-uhci-pci.h | |
| H A D | ccid.h | 33 void (*realize)(CCIDCardState *card, Error **errp); member
|
| H A D | hcd-uhci-sysbus.c | |
| /openbmc/qemu/hw/misc/ |
| H A D | mchp_pfsoc_dmc.c | 119 dc->realize = mchp_pfsoc_ddr_sgmii_phy_realize; in mchp_pfsoc_ddr_sgmii_phy_class_init() 201 dc->realize = mchp_pfsoc_ddr_cfg_realize; in mchp_pfsoc_ddr_cfg_class_init()
|
| H A D | aspeed_sli.c | 132 dc->realize = aspeed_sli_realize; in aspeed_sli_class_init() 155 dc->realize = aspeed_sliio_realize; in aspeed_2700_sliio_class_init()
|
| /openbmc/qemu/include/hw/s390x/ |
| H A D | s390-ccw.h | 34 bool (*realize)(S390CCWDevice *dev, char *sysfsdev, Error **errp); member
|
| /openbmc/qemu/hw/arm/ |
| H A D | bcm2836.c | 182 dc->realize = bcm2835_realize; in bcm2835_class_init() 195 dc->realize = bcm2836_realize; in bcm2836_class_init() 209 dc->realize = bcm2836_realize; in bcm2837_class_init()
|
| /openbmc/qemu/hw/mem/ |
| H A D | nvdimm.c | 193 if (ndc->realize) { in nvdimm_realize() 194 ndc->realize(nvdimm, errp); in nvdimm_realize() 260 ddc->realize = nvdimm_realize; in nvdimm_class_init()
|
| /openbmc/qemu/hw/s390x/ |
| H A D | 3270-ccw.c | 139 cdk->realize(cdev, &err); in emulated_ccw_3270_realize() 157 dc->realize = emulated_ccw_3270_realize; in emulated_ccw_3270_class_init()
|
| H A D | ccw-device.h | 41 bool (*realize)(CcwDevice *, Error **); member
|
| /openbmc/qemu/include/hw/mem/ |
| H A D | pc-dimm.h | 65 void (*realize)(PCDIMMDevice *dimm, Error **errp); member
|
| /openbmc/qemu/include/system/ |
| H A D | host_iommu_device.h | 83 bool (*realize)(HostIOMMUDevice *hiod, void *opaque, Error **errp); member
|
| /openbmc/qemu/hw/intc/ |
| H A D | ioapic_common.c | 167 info->realize(dev, errp); in ioapic_common_realize() 205 dc->realize = ioapic_common_realize; in ioapic_common_class_init()
|
| /openbmc/qemu/hw/ssi/ |
| H A D | ssi.c | 108 ssc->realize(s, errp); in ssi_peripheral_realize() 120 dc->realize = ssi_peripheral_realize; in ssi_peripheral_class_init()
|