Searched defs:fb_cursor (Results 1 – 1 of 1) sorted by relevance
361 struct fb_cursor { struct362 __u16 set; /* what to set */363 __u16 enable; /* cursor on/off */364 __u16 rop; /* bitop operation */365 const char *mask; /* cursor mask bits */366 struct fbcurpos hot; /* cursor hot spot */367 struct fb_image image; /* Cursor image */604 int (*fb_cursor) (struct fb_info *info, struct fb_cursor *cursor); member