Searched defs:fb_cursor (Results 1 – 2 of 2) sorted by relevance
387 struct fb_cursor { struct388 __u16 set; /* what to set */389 __u16 enable; /* cursor on/off */390 __u16 rop; /* bitop operation */391 const char *mask; /* cursor mask bits */392 struct fbcurpos hot; /* cursor hot spot */393 struct fb_image image; /* Cursor image */
298 int (*fb_cursor) (struct fb_info *info, struct fb_cursor *cursor); member