Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dgoldfish_tty.c48 GoldfishTTYState *s = opaque; in goldfish_tty_read()
70 static void goldfish_tty_cmd(GoldfishTTYState *s, uint32_t cmd) in goldfish_tty_cmd()
129 GoldfishTTYState *s = opaque; in goldfish_tty_write()
170 GoldfishTTYState *s = opaque; in goldfish_tty_can_receive()
180 GoldfishTTYState *s = opaque; in goldfish_tty_receive()
195 GoldfishTTYState *s = GOLDFISH_TTY(dev); in goldfish_tty_reset()
207 GoldfishTTYState *s = GOLDFISH_TTY(dev); in goldfish_tty_realize()
224 GoldfishTTYState *s = GOLDFISH_TTY(dev); in goldfish_tty_unrealize()
236 VMSTATE_UINT32(data_len, GoldfishTTYState),
237 VMSTATE_UINT64(data_ptr, GoldfishTTYState),
[all …]
/openbmc/qemu/include/hw/char/
H A Dgoldfish_tty.h18 OBJECT_DECLARE_SIMPLE_TYPE(GoldfishTTYState, GOLDFISH_TTY)
22 struct GoldfishTTYState { struct