Lines Matching refs:goldfish_tty
36 struct goldfish_tty { struct
51 static struct goldfish_tty *goldfish_ttys; argument
53 static void do_rw_io(struct goldfish_tty *qtty, in do_rw_io()
76 static void goldfish_tty_rw(struct goldfish_tty *qtty, in goldfish_tty_rw()
131 struct goldfish_tty *qtty = &goldfish_ttys[line]; in goldfish_tty_do_write()
139 struct goldfish_tty *qtty = dev_id; in goldfish_tty_interrupt()
160 struct goldfish_tty *qtty = container_of(port, struct goldfish_tty, in goldfish_tty_activate()
168 struct goldfish_tty *qtty = container_of(port, struct goldfish_tty, in goldfish_tty_shutdown()
175 struct goldfish_tty *qtty = &goldfish_ttys[tty->index]; in goldfish_tty_open()
203 struct goldfish_tty *qtty = &goldfish_ttys[tty->index]; in goldfish_tty_chars_in_buffer()
296 struct goldfish_tty *qtty; in goldfish_tty_probe()
423 struct goldfish_tty *qtty = platform_get_drvdata(pdev); in goldfish_tty_remove()