Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dgoldfish.c53 static u32 goldfish_tty_current_line_count; variable
255 if (goldfish_tty_current_line_count == 0) { in goldfish_tty_probe()
260 goldfish_tty_current_line_count++; in goldfish_tty_probe()
298 goldfish_tty_current_line_count--; in goldfish_tty_probe()
299 if (goldfish_tty_current_line_count == 0) in goldfish_tty_probe()
320 goldfish_tty_current_line_count--; in goldfish_tty_remove()
321 if (goldfish_tty_current_line_count == 0) in goldfish_tty_remove()