Lines Matching refs:goldfish_ttys
54 static struct goldfish_tty *goldfish_ttys; variable
59 struct goldfish_tty *qtty = &goldfish_ttys[line]; in goldfish_tty_do_write()
72 struct goldfish_tty *qtty = &goldfish_ttys[pdev->id]; in goldfish_tty_interrupt()
110 struct goldfish_tty *qtty = &goldfish_ttys[tty->index]; in goldfish_tty_open()
138 struct goldfish_tty *qtty = &goldfish_ttys[tty->index]; in goldfish_tty_chars_in_buffer()
160 if (!goldfish_ttys[co->index].base) in goldfish_tty_console_setup()
184 goldfish_ttys = kzalloc(sizeof(*goldfish_ttys) * in goldfish_tty_create_driver()
186 if (goldfish_ttys == NULL) { in goldfish_tty_create_driver()
213 kfree(goldfish_ttys); in goldfish_tty_create_driver()
214 goldfish_ttys = NULL; in goldfish_tty_create_driver()
224 kfree(goldfish_ttys); in goldfish_tty_delete_driver()
225 goldfish_ttys = NULL; in goldfish_tty_delete_driver()
262 qtty = &goldfish_ttys[pdev->id]; in goldfish_tty_probe()
314 qtty = &goldfish_ttys[pdev->id]; in goldfish_tty_remove()