Home
last modified time | relevance | path

Searched refs:cursor_size (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/video/fbdev/core/
Dsoftcursor.c37 if (dsize + sizeof(struct fb_image) != ops->cursor_size) { in soft_cursor()
39 ops->cursor_size = dsize + sizeof(struct fb_image); in soft_cursor()
41 ops->cursor_src = kmalloc(ops->cursor_size, GFP_ATOMIC); in soft_cursor()
43 ops->cursor_size = 0; in soft_cursor()
Dfbcon.h87 u32 cursor_size; member
/Linux-v4.19/drivers/video/fbdev/intelfb/
Dintelfb.h215 u32 cursor_size; member
Dintelfbhw.c610 hw->cursor_size = INREG(CURSOR_SIZE); in intelfbhw_read_hw_state()
836 printk(" CURSOR_SIZE: 0x%08x\n", hw->cursor_size); in intelfbhw_print_hw_state()