Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Dgoldfish.c50 static u32 goldfish_tty_current_line_count; variable
324 line = goldfish_tty_current_line_count; in goldfish_tty_probe()
330 goldfish_tty_current_line_count); in goldfish_tty_probe()
335 if (goldfish_tty_current_line_count == 0) { in goldfish_tty_probe()
340 goldfish_tty_current_line_count++; in goldfish_tty_probe()
408 goldfish_tty_current_line_count--; in goldfish_tty_probe()
409 if (goldfish_tty_current_line_count == 0) in goldfish_tty_probe()
430 goldfish_tty_current_line_count--; in goldfish_tty_remove()
431 if (goldfish_tty_current_line_count == 0) in goldfish_tty_remove()