Lines Matching full:cursor
102 short enable; /* cursor on/off */
103 struct fbcurpos pos; /* cursor position */
104 struct fbcurpos hot; /* cursor hot spot */
106 struct fbcurpos size; /* cursor bit map size */
107 char __user *image; /* cursor image bits */
108 char __user *mask; /* cursor mask bits */
111 /* set/get cursor attributes/shape */
115 /* set/get cursor position */
119 /* get max cursor size */
256 #define CG14_CURSORREGS 0x1000 /* cursor registers */
318 short enable; /* cursor on/off */
319 struct fbcurpos pos; /* cursor position */
320 struct fbcurpos hot; /* cursor hot spot */
322 struct fbcurpos size; /* cursor bit map size */
323 u32 image; /* cursor image bits */
324 u32 mask; /* cursor mask bits */