Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dcfb_console.c237 static int __maybe_unused cursor_state; variable
514 if (cursor_state) in video_set_cursor()
536 if (cursor_state != state) { in console_cursor()
537 if (cursor_state) { in console_cursor()
550 cursor_state = state; in console_cursor()