Lines Matching refs:cursor
118 struct fb_tilecursor cursor; in tile_cursor() local
121 cursor.sx = vc->state.x; in tile_cursor()
122 cursor.sy = vc->state.y; in tile_cursor()
123 cursor.mode = enable && !use_sw; in tile_cursor()
124 cursor.fg = fg; in tile_cursor()
125 cursor.bg = bg; in tile_cursor()
129 cursor.shape = FB_TILE_CURSOR_NONE; in tile_cursor()
132 cursor.shape = FB_TILE_CURSOR_UNDERLINE; in tile_cursor()
135 cursor.shape = FB_TILE_CURSOR_LOWER_THIRD; in tile_cursor()
138 cursor.shape = FB_TILE_CURSOR_LOWER_HALF; in tile_cursor()
141 cursor.shape = FB_TILE_CURSOR_TWO_THIRDS; in tile_cursor()
145 cursor.shape = FB_TILE_CURSOR_BLOCK; in tile_cursor()
149 info->tileops->fb_tilecursor(info, &cursor); in tile_cursor()
173 ops->cursor = tile_cursor; in fbcon_set_tileops()