Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
A Dfbcon_ccw.c226 ops->cursor_state.image.data = src; in ccw_cursor()
245 ops->cursor_state.image.fg_color = fg; in ccw_cursor()
246 ops->cursor_state.image.bg_color = bg; in ccw_cursor()
264 ops->cursor_state.image.dx = dx; in ccw_cursor()
265 ops->cursor_state.image.dy = dy; in ccw_cursor()
269 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in ccw_cursor()
277 ops->cursor_state.mask == NULL || in ccw_cursor()
294 kfree(ops->cursor_state.mask); in ccw_cursor()
295 ops->cursor_state.mask = mask; in ccw_cursor()
335 ops->cursor_state.enable = 0; in ccw_cursor()
[all …]
A Dfbcon_cw.c209 ops->cursor_state.image.data = src; in cw_cursor()
228 ops->cursor_state.image.fg_color = fg; in cw_cursor()
229 ops->cursor_state.image.bg_color = bg; in cw_cursor()
247 ops->cursor_state.image.dx = dx; in cw_cursor()
248 ops->cursor_state.image.dy = dy; in cw_cursor()
252 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in cw_cursor()
260 ops->cursor_state.mask == NULL || in cw_cursor()
277 kfree(ops->cursor_state.mask); in cw_cursor()
278 ops->cursor_state.mask = mask; in cw_cursor()
318 ops->cursor_state.enable = 0; in cw_cursor()
[all …]
A Dbitblit.c241 ops->cursor_state.image.data = src; in bit_cursor()
260 ops->cursor_state.image.fg_color = fg; in bit_cursor()
261 ops->cursor_state.image.bg_color = bg; in bit_cursor()
281 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in bit_cursor()
289 ops->cursor_state.mask == NULL || in bit_cursor()
298 kfree(ops->cursor_state.mask); in bit_cursor()
299 ops->cursor_state.mask = mask; in bit_cursor()
335 ops->cursor_state.enable = 0; in bit_cursor()
351 cursor.hot.x = ops->cursor_state.hot.x; in bit_cursor()
352 cursor.hot.y = ops->cursor_state.hot.y; in bit_cursor()
[all …]
A Dfbcon_ud.c256 ops->cursor_state.image.data = src; in ud_cursor()
275 ops->cursor_state.image.fg_color = fg; in ud_cursor()
276 ops->cursor_state.image.bg_color = bg; in ud_cursor()
294 ops->cursor_state.image.dx = dx; in ud_cursor()
295 ops->cursor_state.image.dy = dy; in ud_cursor()
299 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in ud_cursor()
307 ops->cursor_state.mask == NULL || in ud_cursor()
316 kfree(ops->cursor_state.mask); in ud_cursor()
317 ops->cursor_state.mask = mask; in ud_cursor()
357 ops->cursor_state.enable = 0; in ud_cursor()
[all …]
A Dfbcon.h67 struct fb_cursor cursor_state; member
A Dfbcon.c375 mode = (!ops->cursor_flash || ops->cursor_state.enable) ? in fb_flashcursor()
752 kfree(ops->cursor_state.mask); in con2fb_release_oldinfo()
2847 kfree(ops->cursor_state.mask); in fbcon_exit()

Completed in 16 milliseconds