Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/fbdev/core/
Dfbcon.h75 int cursor_flash; member
Dfbcon_ccw.c242 ops->cursor_flash = 0; in ccw_cursor()
Dfbcon_cw.c225 ops->cursor_flash = 0; in cw_cursor()
Dbitblit.c253 ops->cursor_flash = 0; in bit_cursor()
Dfbcon_ud.c273 ops->cursor_flash = 0; in ud_cursor()
Dfbcon.c415 mode = (!ops->cursor_flash || ops->cursor_state.enable) ? in fb_flashcursor()
1392 ops->cursor_flash = (mode == CM_ERASE) ? 0 : 1; in fbcon_cursor()
2407 ops->cursor_flash = (!blank); in fbcon_blank()