Home
last modified time | relevance | path

Searched defs:desc (Results 26 – 50 of 133) sorted by relevance

123456

/qemu/hw/pci/
H A Dpci-internal.h8 const char *desc; member
H A Dpci-hmp-cmds.c131 const pci_class_desc *desc = get_class_desc(class); in pcibus_dev_print() local
H A Dpci-qmp-cmds.c109 const pci_class_desc *desc; in qmp_query_pci_device() local
/qemu/hw/net/
H A Dnpcm7xx_emc.c212 static int emc_read_tx_desc(dma_addr_t addr, NPCM7xxEMCTxDesc *desc) in emc_read_tx_desc()
227 static int emc_write_tx_desc(const NPCM7xxEMCTxDesc *desc, dma_addr_t addr) in emc_write_tx_desc()
244 static int emc_read_rx_desc(dma_addr_t addr, NPCM7xxEMCRxDesc *desc) in emc_read_rx_desc()
259 static int emc_write_rx_desc(const NPCM7xxEMCRxDesc *desc, dma_addr_t addr) in emc_write_rx_desc()
H A Dmsf2-emac.c112 static void emac_load_desc(MSF2EmacState *s, EmacDesc *d, hwaddr desc) in emac_load_desc()
121 static void emac_store_desc(MSF2EmacState *s, const EmacDesc *d, hwaddr desc) in emac_store_desc()
138 hwaddr desc = s->regs[R_DMA_TX_DESC]; in msf2_dma_tx() local
H A Dopencores_eth.c267 typedef struct desc { struct
270 } desc; typedef
290 desc desc[128]; member
404 desc *desc = rx_desc(s); local
/qemu/ui/
H A Dx_keymap.c57 XkbDescPtr desc; in qemu_xkeymap_mapping_table() local
/qemu/target/s390x/
H A Dcpu_features.h52 const char *desc; /* description exposed to the user */ member
77 const char *desc; /* description exposed to the user */ member
/qemu/include/hw/tricore/
H A Dtriboard.h46 const char *desc; member
/qemu/hw/ufs/
H A Dufs.c796 StringDescriptor desc = { in manufacturer_str_desc() local
811 StringDescriptor desc = { in product_name_str_desc() local
828 StringDescriptor desc = { in product_rev_level_str_desc() local
848 StringDescriptor desc; in ufs_read_string_desc() local
872 InterconnectDescriptor desc = { in interconnect_desc() local
887 InterconnectDescriptor desc; in ufs_read_desc() local
/qemu/hw/usb/
H A Ddesc-msos.c53 static int usb_desc_msos_compat(const USBDesc *desc, uint8_t *dest) in usb_desc_msos_compat()
176 static int usb_desc_msos_prop(const USBDesc *desc, uint8_t *dest) in usb_desc_msos_prop()
216 int usb_desc_msos(const USBDesc *desc, USBPacket *p, in usb_desc_msos()
/qemu/include/qemu/
H A Doption_int.h36 const QemuOptDesc *desc; member
H A Doption.h71 QemuOptDesc desc[]; member
/qemu/qga/
H A Dservice-win32.c107 SERVICE_DESCRIPTION desc = { (char *)QGA_SERVICE_DESCRIPTION }; in ga_install_service() local
/qemu/tests/qtest/libqos/
H A Dvirtio.h31 uint64_t desc; /* This points to an array of struct vring_desc */ member
45 uint64_t desc; /* This points to an array fo struct vring_desc */ member
/qemu/plugins/
H A Dplugin.h63 struct qemu_plugin_desc *desc; member
/qemu/tests/unit/
H A Dtest-qdist.c66 struct entry_desc desc = { .fill_code = 8 }; in histogram_check_single_full() local
127 static const struct entry_desc desc[] = { in do_test_pr() local
/qemu/tests/tcg/multiarch/
H A Dfloat_convd.c22 char *desc; member
H A Dfloat_convs.c22 char *desc; member
H A Dfloat_madds.c21 char *desc; member
/qemu/hw/virtio/
H A Dvirtio.c99 MemoryRegionCache desc; member
109 hwaddr desc; member
596 VRingPackedDesc *desc, in vring_packed_desc_read()
715 struct VRingPackedDesc desc; in virtio_queue_packed_empty_rcu() local
883 VRingPackedDesc desc = { in virtqueue_packed_fill_desc() local
1103 VRingDesc desc; in virtqueue_split_get_avail_bytes() local
1232 VRingPackedDesc desc; in virtqueue_packed_get_avail_bytes() local
1519 VRingDesc desc; in virtqueue_split_pop() local
1658 VRingPackedDesc desc; in virtqueue_packed_pop() local
1803 VRingPackedDesc desc; in virtqueue_packed_drop_all() local
[all …]
/qemu/include/hw/arm/
H A Daspeed.h32 const char *desc; member
/qemu/hw/audio/
H A Dhda-codec.c182 const desc_codec *desc; member
692 const struct desc_codec *desc, in hda_audio_init()
871 const struct desc_codec *desc = &output_mixemu; in hda_audio_init_output() local
883 const struct desc_codec *desc = &duplex_mixemu; in hda_audio_init_duplex() local
895 const struct desc_codec *desc = &micro_mixemu; in hda_audio_init_micro() local
/qemu/hw/sd/
H A Dallwinner-sdhost.c308 TransferDescriptor *desc) in read_descriptor()
320 const TransferDescriptor *desc) in write_descriptor()
333 TransferDescriptor *desc, in allwinner_sdhost_process_desc()
390 TransferDescriptor desc; in allwinner_sdhost_dma() local
/qemu/monitor/
H A Dqemu-config-qmp.c10 static CommandLineParameterInfoList *query_option_descs(const QemuOptDesc *desc) in query_option_descs()

123456