Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds