Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dgoldfish_tty.c159 static const MemoryRegionOps goldfish_tty_ops = { variable
212 memory_region_init_io(&s->iomem, OBJECT(s), &goldfish_tty_ops, s, in goldfish_tty_realize()
/openbmc/linux/drivers/tty/
H A Dgoldfish.c234 static const struct tty_operations goldfish_tty_ops = { variable
267 tty_set_operations(tty, &goldfish_tty_ops); in goldfish_tty_create_driver()