Searched refs:cursor_state (Results 1 – 6 of 6) sorted by relevance
226 if (ops->cursor_state.image.data != src || in cw_cursor()228 ops->cursor_state.image.data = src; in cw_cursor()244 if (ops->cursor_state.image.fg_color != fg || in cw_cursor()245 ops->cursor_state.image.bg_color != bg || in cw_cursor()247 ops->cursor_state.image.fg_color = fg; in cw_cursor()248 ops->cursor_state.image.bg_color = bg; in cw_cursor()252 if (ops->cursor_state.image.height != vc->vc_font.width || in cw_cursor()253 ops->cursor_state.image.width != vc->vc_font.height || in cw_cursor()255 ops->cursor_state.image.height = vc->vc_font.width; in cw_cursor()256 ops->cursor_state.image.width = vc->vc_font.height; in cw_cursor()[all …]
257 if (ops->cursor_state.image.data != src || in bit_cursor()259 ops->cursor_state.image.data = src; in bit_cursor()275 if (ops->cursor_state.image.fg_color != fg || in bit_cursor()276 ops->cursor_state.image.bg_color != bg || in bit_cursor()278 ops->cursor_state.image.fg_color = fg; in bit_cursor()279 ops->cursor_state.image.bg_color = bg; in bit_cursor()283 if ((ops->cursor_state.image.dx != (vc->vc_font.width * vc->state.x)) || in bit_cursor()284 (ops->cursor_state.image.dy != (vc->vc_font.height * y)) || in bit_cursor()286 ops->cursor_state.image.dx = vc->vc_font.width * vc->state.x; in bit_cursor()287 ops->cursor_state.image.dy = vc->vc_font.height * y; in bit_cursor()[all …]
274 if (ops->cursor_state.image.data != src || in ud_cursor()276 ops->cursor_state.image.data = src; in ud_cursor()292 if (ops->cursor_state.image.fg_color != fg || in ud_cursor()293 ops->cursor_state.image.bg_color != bg || in ud_cursor()295 ops->cursor_state.image.fg_color = fg; in ud_cursor()296 ops->cursor_state.image.bg_color = bg; in ud_cursor()300 if (ops->cursor_state.image.height != vc->vc_font.height || in ud_cursor()301 ops->cursor_state.image.width != vc->vc_font.width || in ud_cursor()303 ops->cursor_state.image.height = vc->vc_font.height; in ud_cursor()304 ops->cursor_state.image.width = vc->vc_font.width; in ud_cursor()[all …]
243 if (ops->cursor_state.image.data != src || in ccw_cursor()245 ops->cursor_state.image.data = src; in ccw_cursor()261 if (ops->cursor_state.image.fg_color != fg || in ccw_cursor()262 ops->cursor_state.image.bg_color != bg || in ccw_cursor()264 ops->cursor_state.image.fg_color = fg; in ccw_cursor()265 ops->cursor_state.image.bg_color = bg; in ccw_cursor()269 if (ops->cursor_state.image.height != vc->vc_font.width || in ccw_cursor()270 ops->cursor_state.image.width != vc->vc_font.height || in ccw_cursor()272 ops->cursor_state.image.height = vc->vc_font.width; in ccw_cursor()273 ops->cursor_state.image.width = vc->vc_font.height; in ccw_cursor()[all …]
70 struct fb_cursor cursor_state; member
378 mode = (!ops->cursor_flash || ops->cursor_state.enable) ? in fb_flashcursor()697 kfree(ops->cursor_state.mask); in fbcon_release()