Lines Matching refs:goldfish_ttys
51 static struct goldfish_tty *goldfish_ttys; variable
131 struct goldfish_tty *qtty = &goldfish_ttys[line]; in goldfish_tty_do_write()
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()
225 if (!goldfish_ttys[co->index].base) in goldfish_tty_console_setup()
249 goldfish_ttys = kcalloc(goldfish_tty_line_count, in goldfish_tty_create_driver()
250 sizeof(*goldfish_ttys), in goldfish_tty_create_driver()
252 if (goldfish_ttys == NULL) { in goldfish_tty_create_driver()
279 kfree(goldfish_ttys); in goldfish_tty_create_driver()
280 goldfish_ttys = NULL; in goldfish_tty_create_driver()
290 kfree(goldfish_ttys); in goldfish_tty_delete_driver()
291 goldfish_ttys = NULL; in goldfish_tty_delete_driver()
343 qtty = &goldfish_ttys[line]; in goldfish_tty_probe()