Home
last modified time | relevance | path

Searched refs:goldfish_tty_line_count (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Dgoldfish.c49 static u32 goldfish_tty_line_count = 8; variable
223 if ((unsigned)co->index >= goldfish_tty_line_count) in goldfish_tty_console_setup()
249 goldfish_ttys = kcalloc(goldfish_tty_line_count, in goldfish_tty_create_driver()
256 tty = alloc_tty_driver(goldfish_tty_line_count); in goldfish_tty_create_driver()
331 if (line >= goldfish_tty_line_count) { in goldfish_tty_probe()
/kernel/linux/linux-6.6/drivers/tty/
H A Dgoldfish.c49 static u32 goldfish_tty_line_count = 8; variable
222 if ((unsigned)co->index >= goldfish_tty_line_count) in goldfish_tty_console_setup()
248 goldfish_ttys = kcalloc(goldfish_tty_line_count, in goldfish_tty_create_driver()
255 tty = tty_alloc_driver(goldfish_tty_line_count, in goldfish_tty_create_driver()
328 if (line >= goldfish_tty_line_count) { in goldfish_tty_probe()

Completed in 2 milliseconds