Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dgoldfish.c54 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()
[all …]