Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dgoldfish.c50 static u32 goldfish_tty_current_line_count; variable
327 line = goldfish_tty_current_line_count; in goldfish_tty_probe()
333 goldfish_tty_current_line_count); in goldfish_tty_probe()
338 if (goldfish_tty_current_line_count == 0) { in goldfish_tty_probe()
343 goldfish_tty_current_line_count++; in goldfish_tty_probe()
411 goldfish_tty_current_line_count--; in goldfish_tty_probe()
412 if (goldfish_tty_current_line_count == 0) in goldfish_tty_probe()
433 goldfish_tty_current_line_count--; in goldfish_tty_remove()
434 if (goldfish_tty_current_line_count == 0) in goldfish_tty_remove()