Home
last modified time | relevance | path

Searched defs:GoldfishTTYState (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/hw/char/
H A Dgoldfish_tty.h22 struct GoldfishTTYState { struct
23 SysBusDevice parent_obj;
25 MemoryRegion iomem;
26 qemu_irq irq;
27 CharBackend chr;
29 uint32_t data_len;
30 uint64_t data_ptr;
31 bool int_enabled;
33 Fifo8 rx_fifo;