Searched refs:cursor_state (Results 1 – 6 of 6) sorted by relevance
252 if (ops->cursor_state.image.data != src || in ccw_cursor()254 ops->cursor_state.image.data = src; in ccw_cursor()270 if (ops->cursor_state.image.fg_color != fg || in ccw_cursor()271 ops->cursor_state.image.bg_color != bg || in ccw_cursor()273 ops->cursor_state.image.fg_color = fg; in ccw_cursor()274 ops->cursor_state.image.bg_color = bg; in ccw_cursor()278 if (ops->cursor_state.image.height != vc->vc_font.width || in ccw_cursor()279 ops->cursor_state.image.width != vc->vc_font.height || in ccw_cursor()281 ops->cursor_state.image.height = vc->vc_font.width; in ccw_cursor()282 ops->cursor_state.image.width = vc->vc_font.height; in ccw_cursor()[all …]
235 if (ops->cursor_state.image.data != src || in cw_cursor()237 ops->cursor_state.image.data = src; in cw_cursor()253 if (ops->cursor_state.image.fg_color != fg || in cw_cursor()254 ops->cursor_state.image.bg_color != bg || in cw_cursor()256 ops->cursor_state.image.fg_color = fg; in cw_cursor()257 ops->cursor_state.image.bg_color = bg; in cw_cursor()261 if (ops->cursor_state.image.height != vc->vc_font.width || in cw_cursor()262 ops->cursor_state.image.width != vc->vc_font.height || in cw_cursor()264 ops->cursor_state.image.height = vc->vc_font.width; in cw_cursor()265 ops->cursor_state.image.width = vc->vc_font.height; in cw_cursor()[all …]
263 if (ops->cursor_state.image.data != src || in bit_cursor()265 ops->cursor_state.image.data = src; in bit_cursor()281 if (ops->cursor_state.image.fg_color != fg || in bit_cursor()282 ops->cursor_state.image.bg_color != bg || in bit_cursor()284 ops->cursor_state.image.fg_color = fg; in bit_cursor()285 ops->cursor_state.image.bg_color = bg; in bit_cursor()289 if ((ops->cursor_state.image.dx != (vc->vc_font.width * vc->vc_x)) || in bit_cursor()290 (ops->cursor_state.image.dy != (vc->vc_font.height * y)) || in bit_cursor()292 ops->cursor_state.image.dx = vc->vc_font.width * vc->vc_x; in bit_cursor()293 ops->cursor_state.image.dy = vc->vc_font.height * y; in bit_cursor()[all …]
283 if (ops->cursor_state.image.data != src || in ud_cursor()285 ops->cursor_state.image.data = src; in ud_cursor()301 if (ops->cursor_state.image.fg_color != fg || in ud_cursor()302 ops->cursor_state.image.bg_color != bg || in ud_cursor()304 ops->cursor_state.image.fg_color = fg; in ud_cursor()305 ops->cursor_state.image.bg_color = bg; in ud_cursor()309 if (ops->cursor_state.image.height != vc->vc_font.height || in ud_cursor()310 ops->cursor_state.image.width != vc->vc_font.width || in ud_cursor()312 ops->cursor_state.image.height = vc->vc_font.height; in ud_cursor()313 ops->cursor_state.image.width = vc->vc_font.width; in ud_cursor()[all …]
70 struct fb_cursor cursor_state; member
415 mode = (!ops->cursor_flash || ops->cursor_state.enable) ? in fb_flashcursor()791 kfree(ops->cursor_state.mask); in con2fb_release_oldinfo()3670 kfree(ops->cursor_state.mask); in fbcon_exit()