Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/core/
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()
Dfbcon.h86 u8 *cursor_src; member
Dfbcon.c765 kfree(ops->cursor_src); in con2fb_release_oldinfo()
3700 kfree(ops->cursor_src); in fbcon_exit()
/Linux-v4.19/arch/x86/crypto/
Dmorus640_glue.c91 u8 *cursor_src, *cursor_dst; in crypto_morus640_glue_process_crypt() local
97 cursor_src = walk.src.virt.addr; in crypto_morus640_glue_process_crypt()
101 ops.crypt_blocks(state, cursor_src, cursor_dst, chunksize); in crypto_morus640_glue_process_crypt()
104 cursor_src += base; in crypto_morus640_glue_process_crypt()
109 ops.crypt_tail(state, cursor_src, cursor_dst, in crypto_morus640_glue_process_crypt()
Dmorus1280_glue.c91 u8 *cursor_src, *cursor_dst; in crypto_morus1280_glue_process_crypt() local
97 cursor_src = walk.src.virt.addr; in crypto_morus1280_glue_process_crypt()
101 ops.crypt_blocks(state, cursor_src, cursor_dst, chunksize); in crypto_morus1280_glue_process_crypt()
104 cursor_src += base; in crypto_morus1280_glue_process_crypt()
109 ops.crypt_tail(state, cursor_src, cursor_dst, in crypto_morus1280_glue_process_crypt()
/Linux-v4.19/drivers/video/fbdev/intelfb/
Dintelfb.h345 u8 cursor_src[64]; member
Dintelfbdrv.c1581 dinfo->cursor_src); in intelfb_cursor()
1643 memcpy(dinfo->cursor_src, src, size); in intelfb_cursor()