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