Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Dgoldfish.c51 static struct goldfish_tty *goldfish_ttys; variable
130 struct goldfish_tty *qtty = &goldfish_ttys[line]; in goldfish_tty_do_write()
224 if (!goldfish_ttys[co->index].base) in goldfish_tty_console_setup()
248 goldfish_ttys = kcalloc(goldfish_tty_line_count, in goldfish_tty_create_driver()
249 sizeof(*goldfish_ttys), in goldfish_tty_create_driver()
251 if (goldfish_ttys == NULL) { in goldfish_tty_create_driver()
278 kfree(goldfish_ttys); in goldfish_tty_create_driver()
279 goldfish_ttys = NULL; in goldfish_tty_create_driver()
289 kfree(goldfish_ttys); in goldfish_tty_delete_driver()
290 goldfish_ttys = NULL; in goldfish_tty_delete_driver()
[all …]