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
317 line = goldfish_tty_current_line_count; in goldfish_tty_probe()
323 goldfish_tty_current_line_count); in goldfish_tty_probe()
328 if (goldfish_tty_current_line_count == 0) { in goldfish_tty_probe()
333 goldfish_tty_current_line_count++; in goldfish_tty_probe()
401 goldfish_tty_current_line_count--; in goldfish_tty_probe()
402 if (goldfish_tty_current_line_count == 0) in goldfish_tty_probe()
423 goldfish_tty_current_line_count--; in goldfish_tty_remove()
424 if (goldfish_tty_current_line_count == 0) in goldfish_tty_remove()