[go: nahoru, domu]

Searched refs:cursor_state (Results 1 - 6 of 6) sorted by relevance

/drivers/video/console/
H A Dbitblit.c263 if (ops->cursor_state.image.data != src ||
265 ops->cursor_state.image.data = src;
281 if (ops->cursor_state.image.fg_color != fg ||
282 ops->cursor_state.image.bg_color != bg ||
284 ops->cursor_state.image.fg_color = fg;
285 ops->cursor_state.image.bg_color = bg;
289 if ((ops->cursor_state.image.dx != (vc->vc_font.width * vc->vc_x)) ||
290 (ops->cursor_state.image.dy != (vc->vc_font.height * y)) ||
292 ops->cursor_state.image.dx = vc->vc_font.width * vc->vc_x;
293 ops->cursor_state
[all...]
H A Dfbcon_ccw.c252 if (ops->cursor_state.image.data != src ||
254 ops->cursor_state.image.data = src;
270 if (ops->cursor_state.image.fg_color != fg ||
271 ops->cursor_state.image.bg_color != bg ||
273 ops->cursor_state.image.fg_color = fg;
274 ops->cursor_state.image.bg_color = bg;
278 if (ops->cursor_state.image.height != vc->vc_font.width ||
279 ops->cursor_state.image.width != vc->vc_font.height ||
281 ops->cursor_state.image.height = vc->vc_font.width;
282 ops->cursor_state
[all...]
H A Dfbcon_cw.c235 if (ops->cursor_state.image.data != src ||
237 ops->cursor_state.image.data = src;
253 if (ops->cursor_state.image.fg_color != fg ||
254 ops->cursor_state.image.bg_color != bg ||
256 ops->cursor_state.image.fg_color = fg;
257 ops->cursor_state.image.bg_color = bg;
261 if (ops->cursor_state.image.height != vc->vc_font.width ||
262 ops->cursor_state.image.width != vc->vc_font.height ||
264 ops->cursor_state.image.height = vc->vc_font.width;
265 ops->cursor_state
[all...]
H A Dfbcon_ud.c283 if (ops->cursor_state.image.data != src ||
285 ops->cursor_state.image.data = src;
301 if (ops->cursor_state.image.fg_color != fg ||
302 ops->cursor_state.image.bg_color != bg ||
304 ops->cursor_state.image.fg_color = fg;
305 ops->cursor_state.image.bg_color = bg;
309 if (ops->cursor_state.image.height != vc->vc_font.height ||
310 ops->cursor_state.image.width != vc->vc_font.width ||
312 ops->cursor_state.image.height = vc->vc_font.height;
313 ops->cursor_state
[all...]
H A Dfbcon.h70 struct fb_cursor cursor_state; member in struct:fbcon_ops
H A Dfbcon.c395 mode = (!ops->cursor_flash || ops->cursor_state.enable) ?
748 kfree(ops->cursor_state.mask);
3589 kfree(ops->cursor_state.mask);

Completed in 44 milliseconds