Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dcfb_console.c238 static int __maybe_unused cursor_state; variable
515 if (cursor_state) in video_set_cursor()
537 if (cursor_state != state) { in console_cursor()
538 if (cursor_state) { in console_cursor()
551 cursor_state = state; in console_cursor()