Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dgoldfish.c50 static struct goldfish_tty *goldfish_ttys; variable
131 struct goldfish_tty *qtty = &goldfish_ttys[line]; in goldfish_tty_do_write()
172 struct goldfish_tty *qtty = &goldfish_ttys[tty->index]; in goldfish_tty_open()
200 struct goldfish_tty *qtty = &goldfish_ttys[tty->index]; in goldfish_tty_chars_in_buffer()
222 if (!goldfish_ttys[co->index].base) in goldfish_tty_console_setup()
246 goldfish_ttys = kzalloc_objs(*goldfish_ttys, goldfish_tty_line_count); in goldfish_tty_create_driver()
247 if (goldfish_ttys == NULL) { in goldfish_tty_create_driver()
274 kfree(goldfish_ttys); in goldfish_tty_create_driver()
275 goldfish_ttys = NULL; in goldfish_tty_create_driver()
285 kfree(goldfish_ttys); in goldfish_tty_delete_driver()
[all …]