Searched refs:cursor_src (Results 1 – 3 of 3) sorted by relevance
38 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()
86 u8 *cursor_src; member
733 kfree(ops->cursor_src); in fbcon_release()