Lines Matching full:cursor
85 struct fb_tilecursor cursor; in tile_cursor() local
88 cursor.sx = vc->state.x; in tile_cursor()
89 cursor.sy = vc->state.y; in tile_cursor()
90 cursor.mode = enable && !use_sw; in tile_cursor()
91 cursor.fg = fg; in tile_cursor()
92 cursor.bg = bg; in tile_cursor()
96 cursor.shape = FB_TILE_CURSOR_NONE; in tile_cursor()
99 cursor.shape = FB_TILE_CURSOR_UNDERLINE; in tile_cursor()
102 cursor.shape = FB_TILE_CURSOR_LOWER_THIRD; in tile_cursor()
105 cursor.shape = FB_TILE_CURSOR_LOWER_HALF; in tile_cursor()
108 cursor.shape = FB_TILE_CURSOR_TWO_THIRDS; in tile_cursor()
112 cursor.shape = FB_TILE_CURSOR_BLOCK; in tile_cursor()
116 info->tileops->fb_tilecursor(info, &cursor); in tile_cursor()
140 ops->cursor = tile_cursor; in fbcon_set_tileops()