Searched defs:fb_cursor (Results 1 – 2 of 2) sorted by relevance
382 struct fb_cursor { struct383 __u16 set; /* what to set */384 __u16 enable; /* cursor on/off */385 __u16 rop; /* bitop operation */386 const char *mask; /* cursor mask bits */387 struct fbcurpos hot; /* cursor hot spot */388 struct fb_image image; /* Cursor image */
289 int (*fb_cursor) (struct fb_info *info, struct fb_cursor *cursor); member