Home
last modified time | relevance | path

Searched refs:cursor_src (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/video/fbdev/core/
H A Dsoftcursor.c38 kfree(ops->cursor_src); in soft_cursor()
41 ops->cursor_src = kmalloc(ops->cursor_size, GFP_ATOMIC); in soft_cursor()
42 if (!ops->cursor_src) { in soft_cursor()
48 src = ops->cursor_src + sizeof(struct fb_image); in soft_cursor()
49 image = (struct fb_image *)ops->cursor_src; in soft_cursor()
H A Dfbcon.h86 u8 *cursor_src; member
H A Dfbcon.c717 kfree(ops->cursor_src); in fbcon_release()