Searched defs:fb_cursor (Results 1 – 3 of 3) sorted by relevance
388 struct fb_cursor { struct389 __u16 set; /* what to set */390 __u16 enable; /* cursor on/off */391 __u16 rop; /* bitop operation */392 const char *mask; /* cursor mask bits */393 struct fbcurpos hot; /* cursor hot spot */394 struct fb_image image; /* Cursor image */
249 struct fb_cursor { struct250 __u16 set; /* what to set */251 __u16 enable; /* cursor on/off */252 __u16 rop; /* bitop operation */253 const char *mask; /* cursor mask bits */254 struct fbcurpos hot; /* cursor hot spot */255 struct fb_image image; /* Cursor image */
280 int (*fb_cursor) (struct fb_info *info, struct fb_cursor *cursor); member