Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/video/fbdev/core/
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()
A Dfbcon.h86 u8 *cursor_src; member
A Dfbcon.c699 kfree(ops->cursor_src); in fbcon_release()
/linux-6.3-rc2/drivers/video/fbdev/intelfb/
A Dintelfb.h345 u8 cursor_src[64]; member
A Dintelfbdrv.c1588 dinfo->cursor_src); in intelfb_cursor()
1650 memcpy(dinfo->cursor_src, src, size); in intelfb_cursor()

Completed in 18 milliseconds