Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dgoldfish.c50 static u32 goldfish_tty_current_line_count; variable
315 line = goldfish_tty_current_line_count; in goldfish_tty_probe()
321 goldfish_tty_current_line_count); in goldfish_tty_probe()
326 if (goldfish_tty_current_line_count == 0) { in goldfish_tty_probe()
331 goldfish_tty_current_line_count++; in goldfish_tty_probe()
399 goldfish_tty_current_line_count--; in goldfish_tty_probe()
400 if (goldfish_tty_current_line_count == 0) in goldfish_tty_probe()
421 goldfish_tty_current_line_count--; in goldfish_tty_remove()
422 if (goldfish_tty_current_line_count == 0) in goldfish_tty_remove()