Searched refs:cursor_src (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/core/ |
D | softcursor.c | 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()
|
D | fbcon.h | 86 u8 *cursor_src; member
|
D | fbcon.c | 765 kfree(ops->cursor_src); in con2fb_release_oldinfo() 3700 kfree(ops->cursor_src); in fbcon_exit()
|
/Linux-v4.19/arch/x86/crypto/ |
D | morus640_glue.c | 91 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()
|
D | morus1280_glue.c | 91 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/ |
D | intelfb.h | 345 u8 cursor_src[64]; member
|
D | intelfbdrv.c | 1581 dinfo->cursor_src); in intelfb_cursor() 1643 memcpy(dinfo->cursor_src, src, size); in intelfb_cursor()
|