/openbmc/qemu/audio/ |
H A D | audio_int.h | 79 QLIST_HEAD (sw_out_listhead, SWVoiceOut) sw_head; 80 QLIST_HEAD (sw_cap_listhead, SWVoiceCap) cap_head; 101 QLIST_HEAD (sw_in_listhead, SWVoiceIn) sw_head; 209 QLIST_HEAD (cb_listhead, capture_callback) cb_head; 225 QLIST_HEAD (card_listhead, QEMUSoundCard) card_head; 226 QLIST_HEAD (hw_in_listhead, HWVoiceIn) hw_head_in; 227 QLIST_HEAD (hw_out_listhead, HWVoiceOut) hw_head_out; 228 QLIST_HEAD (cap_listhead, CaptureVoiceOut) cap_head;
|
/openbmc/qemu/include/hw/vfio/ |
H A D | vfio-container-base.h | 29 QLIST_HEAD(, VFIOContainerBase) containers; 47 QLIST_HEAD(, VFIOGuestIOMMU) giommu_list; 48 QLIST_HEAD(, VFIORamDiscardListener) vrdl_list; 50 QLIST_HEAD(, VFIODevice) device_list;
|
H A D | vfio-common.h | 87 QLIST_HEAD(, VFIOGroup) group_list; 104 QLIST_HEAD(, VFIODevice) device_list; 112 QLIST_HEAD(, VFIOIOASHwpt) hwpt_list; 191 QLIST_HEAD(, VFIODevice) device_list; 263 typedef QLIST_HEAD(VFIOGroupList, VFIOGroup) VFIOGroupList; 264 typedef QLIST_HEAD(VFIODeviceList, VFIODevice) VFIODeviceList;
|
H A D | vfio-platform.h | 54 QLIST_HEAD(, VFIOINTp) intp_list; /* list of IRQs */
|
/openbmc/qemu/include/qemu/ |
H A D | notify.h | 29 QLIST_HEAD(, Notifier) notifiers; 62 QLIST_HEAD(, NotifierWithReturn) notifiers;
|
/openbmc/qemu/include/exec/ |
H A D | ramlist.h | 51 QLIST_HEAD(, RAMBlock) blocks; 55 QLIST_HEAD(, RAMBlockNotifier) ramblock_notifiers;
|
H A D | ramblock.h | 41 QLIST_HEAD(, RAMBlockNotifier) ramblock_notifiers;
|
/openbmc/qemu/plugins/ |
H A D | plugin.h | 23 QLIST_HEAD(, qemu_plugin_cb) cb_lists[QEMU_PLUGIN_EV_MAX]; 34 QLIST_HEAD(, qemu_plugin_scoreboard) scoreboards;
|
/openbmc/qemu/hw/vfio/ |
H A D | pci.h | 44 QLIST_HEAD(, VFIOIOEventFD) ioeventfds; 57 QLIST_HEAD(, VFIOQuirk) quirks; 64 QLIST_HEAD(, VFIOQuirk) quirks;
|
/openbmc/qemu/include/hw/xen/ |
H A D | xen-bus.h | 31 QLIST_HEAD(, XenEventChannel) event_channels; 66 QLIST_HEAD(, XenDevice) inactive_devices;
|
/openbmc/qemu/include/block/ |
H A D | block_int-common.h | 1090 QLIST_HEAD(, BdrvAioNotifier) aio_notifiers; 1164 QLIST_HEAD(, BdrvOpBlocker) op_blockers[BLOCK_OP_TYPE_MAX]; 1181 QLIST_HEAD(, BdrvChild GRAPH_RDLOCK_PTR) children; 1185 QLIST_HEAD(, BdrvChild GRAPH_RDLOCK_PTR) parents; 1211 QLIST_HEAD(, BdrvDirtyBitmap) dirty_bitmaps; 1240 QLIST_HEAD(, BdrvTrackedRequest) tracked_requests;
|
H A D | reqlist.h | 34 typedef QLIST_HEAD(, BlockReq) BlockReqList;
|
/openbmc/qemu/util/ |
H A D | yank.c | 28 QLIST_HEAD(, YankFuncAndParam) yankfns; 43 static QLIST_HEAD(, YankInstanceEntry) yank_instance_list
|
/openbmc/qemu/hw/hyperv/ |
H A D | hyperv_testdev.c | 46 QLIST_HEAD(, TestSintRoute) sint_routes; 47 QLIST_HEAD(, TestMsgConn) msg_conns; 48 QLIST_HEAD(, TestEvtConn) evt_conns;
|
/openbmc/qemu/hw/pci/ |
H A D | pci-internal.h | 13 typedef QLIST_HEAD(, PCIHostState) PCIHostStateList;
|
H A D | pcie_port.c | 53 QLIST_HEAD(, PCIESlot) slots; 57 static QLIST_HEAD(, PCIEChassis) chassis = QLIST_HEAD_INITIALIZER(chassis);
|
/openbmc/qemu/include/hw/ |
H A D | qdev-core.h | 210 typedef QLIST_HEAD(, NamedGPIOList) NamedGPIOListHead; 211 typedef QLIST_HEAD(, NamedClockList) NamedClockListHead; 212 typedef QLIST_HEAD(, BusState) BusStateHead;
|
/openbmc/qemu/monitor/ |
H A D | fds.c | 54 QLIST_HEAD(, MonFdsetFd) fds; 55 QLIST_HEAD(, MonFdsetFd) dup_fds; 61 static QLIST_HEAD(, MonFdset) mon_fdsets;
|
/openbmc/qemu/include/hw/pci/ |
H A D | pci_bus.h | 49 QLIST_HEAD(, PCIBus) child; /* this will be replaced by qdev later */
|
/openbmc/qemu/ui/ |
H A D | vnc-palette.h | 48 QLIST_HEAD(,VncPaletteEntry) table[VNC_PALETTE_HASH_SIZE];
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-synth.h | 31 QLIST_HEAD(, V9fsSynthNode) child;
|
/openbmc/qemu/migration/ |
H A D | threadinfo.c | 19 static QLIST_HEAD(, MigrationThread) migration_threads;
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-mem.h | 118 QLIST_HEAD(, RamDiscardListener) rdl_list;
|
H A D | vhost-vdpa.h | 44 QLIST_HEAD(, vdpa_iommu) iommu_list;
|
/openbmc/qemu/net/ |
H A D | hub.c | 43 QLIST_HEAD(, NetHubPort) ports; 46 static QLIST_HEAD(, NetHub) hubs = QLIST_HEAD_INITIALIZER(&hubs);
|