Home
last modified time | relevance | path

Searched refs:parent_obj (Results 1 – 25 of 647) sorted by relevance

12345678910>>...26

/openbmc/qemu/hw/pci-bridge/
H A Dgen_pcie_root_port.c35 PCIESlot parent_obj; member
121 VMSTATE_PCI_DEVICE(parent_obj.parent_obj.parent_obj, PCIESlot),
122 VMSTATE_STRUCT(parent_obj.parent_obj.parent_obj.exp.aer_log,
124 VMSTATE_MSIX_TEST(parent_obj.parent_obj.parent_obj.parent_obj,
H A Dioh3420.c92 VMSTATE_PCI_DEVICE(parent_obj.parent_obj.parent_obj, PCIESlot),
93 VMSTATE_STRUCT(parent_obj.parent_obj.parent_obj.exp.aer_log,
H A Dxio3130_downstream.c149 VMSTATE_PCI_DEVICE(parent_obj.parent_obj.parent_obj, PCIESlot),
150 VMSTATE_STRUCT(parent_obj.parent_obj.parent_obj.exp.aer_log,
H A Dxio3130_upstream.c119 VMSTATE_PCI_DEVICE(parent_obj.parent_obj, PCIEPort),
120 VMSTATE_STRUCT(parent_obj.parent_obj.exp.aer_log, PCIEPort, 0,
/openbmc/qemu/include/hw/ppc/
H A Dppc4xx.h38 SysBusDevice parent_obj; member
52 Ppc4xxDcrDeviceState parent_obj; member
77 Ppc4xxDcrDeviceState parent_obj; member
88 Ppc4xxDcrDeviceState parent_obj; member
115 Ppc4xxDcrDeviceState parent_obj; member
141 Ppc4xxDcrDeviceState parent_obj; member
/openbmc/qemu/include/hw/sparc/
H A Dsparc32_dma.h16 SysBusDevice parent_obj; member
29 DMADeviceState parent_obj; member
38 DMADeviceState parent_obj; member
47 SysBusDevice parent_obj; member
/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c128 if (pos->scanout_id >= g->parent_obj.conf.max_outputs) { in vhost_user_gpu_handle_cursor()
131 s = &g->parent_obj.scanout[pos->scanout_id]; in vhost_user_gpu_handle_cursor()
218 if (m->scanout_id >= g->parent_obj.conf.max_outputs) { in vhost_user_gpu_handle_display()
232 if (m->scanout_id >= g->parent_obj.conf.max_outputs) { in vhost_user_gpu_handle_display()
236 g->parent_obj.enable = 1; in vhost_user_gpu_handle_display()
237 s = &g->parent_obj.scanout[m->scanout_id]; in vhost_user_gpu_handle_display()
258 if (m->scanout_id >= g->parent_obj.conf.max_outputs) { in vhost_user_gpu_handle_display()
266 g->parent_obj.enable = 1; in vhost_user_gpu_handle_display()
267 con = g->parent_obj.scanout[m->scanout_id].con; in vhost_user_gpu_handle_display()
301 if (m->scanout_id >= g->parent_obj.conf.max_outputs || in vhost_user_gpu_handle_display()
[all …]
H A Dvirtio-gpu-virgl.c345 if (!virtio_gpu_context_init_enabled(g->parent_obj.conf)) { in virgl_cmd_context_create()
378 if (!g->parent_obj.scanout[idx].con) { in virtio_gpu_rect_update()
382 dpy_gl_update(g->parent_obj.scanout[idx].con, x, y, width, height); in virtio_gpu_rect_update()
395 for (i = 0; i < g->parent_obj.conf.max_outputs; i++) { in virgl_cmd_resource_flush()
396 if (g->parent_obj.scanout[i].resource_id != rf.resource_id) { in virgl_cmd_resource_flush()
413 if (ss.scanout_id >= g->parent_obj.conf.max_outputs) { in virgl_cmd_set_scanout()
419 g->parent_obj.enable = 1; in virgl_cmd_set_scanout()
442 qemu_console_resize(g->parent_obj.scanout[ss.scanout_id].con, in virgl_cmd_set_scanout()
446 g->parent_obj.scanout[ss.scanout_id].con, info.tex_id, in virgl_cmd_set_scanout()
453 g->parent_obj.scanout[ss.scanout_id].con, NULL); in virgl_cmd_set_scanout()
[all …]
H A Dvirtio-gpu-gl.c146 g->parent_obj.conf.flags |= (1 << VIRTIO_GPU_FLAG_VIRGL_ENABLED); in virtio_gpu_gl_device_realize()
151 g->parent_obj.conf.flags |= 1 << VIRTIO_GPU_FLAG_CONTEXT_INIT_ENABLED; in virtio_gpu_gl_device_realize()
158 DEFINE_PROP_BIT("stats", VirtIOGPU, parent_obj.conf.flags,
160 DEFINE_PROP_BIT("venus", VirtIOGPU, parent_obj.conf.flags,
173 if (virtio_gpu_stats_enabled(g->parent_obj.conf)) { in virtio_gpu_gl_device_unrealize()
/openbmc/qemu/include/hw/input/
H A Dpl050.h28 SysBusDevice parent_obj; member
44 PL050State parent_obj; member
53 PL050State parent_obj; member
H A Dps2.h57 SysBusDevice parent_obj; member
68 PS2State parent_obj; member
82 PS2State parent_obj; member
/openbmc/qemu/include/hw/misc/macio/
H A Dmacio.h68 BusState parent_obj; member
77 SysBusDevice parent_obj; member
123 MacIOState parent_obj; member
137 MacIOState parent_obj; member
/openbmc/qemu/include/hw/misc/
H A Dbcm2835_cprman.h122 DeviceState parent_obj; member
139 DeviceState parent_obj; member
157 DeviceState parent_obj; member
179 DeviceState parent_obj; member
193 SysBusDevice parent_obj; member
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-input.h57 VirtIODevice parent_obj; member
86 VirtIOInput parent_obj; member
96 VirtIOInput parent_obj; member
102 VHostUserBase parent_obj; member
/openbmc/qemu/include/hw/s390x/
H A Dstorage-attributes.h26 DeviceState parent_obj; member
51 S390StAttribState parent_obj; member
59 S390StAttribState parent_obj; member
/openbmc/qemu/hw/vmapple/
H A Dvirtio-blk.c36 VirtIOBlock parent_obj; member
78 g_assert(dev->parent_obj.config_size >= endof(struct virtio_blk_config, zoned)); in vmapple_virtio_blk_get_config()
106 VirtIOPCIProxy parent_obj; member
127 VirtIOBlkConf *conf = &dev->vdev.parent_obj.conf; in vmapple_virtio_blk_pci_realize()
151 virtio_add_feature(&dev->vdev.parent_obj.host_features, VIRTIO_BLK_F_ZONED); in vmapple_virtio_blk_pci_realize()
/openbmc/qemu/include/hw/ide/
H A Dahci-sysbus.h17 SysBusDevice parent_obj; member
29 SysbusAHCIState parent_obj; member
/openbmc/qemu/hw/usb/
H A Dhcd-uhci-sysbus.h
/openbmc/qemu/include/hw/ssi/
H A Dxilinx_spips.h60 SysBusDevice parent_obj; member
92 XilinxSPIPS parent_obj; member
102 XilinxQSPIPS parent_obj; member
H A Daspeed_smc.h38 SysBusDevice parent_obj; member
54 SysBusDevice parent_obj; member
94 SysBusDeviceClass parent_obj;
97 SysBusDeviceClass parent_obj; global() member
/openbmc/qemu/hw/virtio/
H A Dvhost-user-scsi-pci.c43 VirtIOPCIProxy parent_obj; member
56 VirtIOSCSIConf *conf = &dev->vdev.parent_obj.parent_obj.conf; in vhost_user_scsi_pci_realize()
H A Dvhost-scsi-pci.c37 VirtIOPCIProxy parent_obj; member
50 VirtIOSCSIConf *conf = &dev->vdev.parent_obj.parent_obj.conf; in vhost_scsi_pci_realize()
/openbmc/qemu/hw/pci-host/
H A Dpnv_phb.h21 PCIExpressHost parent_obj; member
47 PCIESlot parent_obj; member
/openbmc/qemu/include/hw/nvram/
H A Dxlnx-versal-efuse.h39 SysBusDevice parent_obj; member
53 SysBusDevice parent_obj; member
/openbmc/qemu/include/hw/riscv/
H A Dxiangshan_kmh.h20 DeviceState parent_obj; member
34 MachineState parent_obj; member

12345678910>>...26