Searched defs:fb_cursor (Results 1 – 6 of 6) 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 */
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 */
318 struct fb_cursor { struct319 __u16 set;320 __u16 enable;321 __u16 rop;322 const char *mask;323 struct fbcurpos hot;324 struct fb_image image;
316 struct fb_cursor { struct317 __u16 set;318 __u16 enable;319 __u16 rop;320 const char * mask;321 struct fbcurpos hot;322 struct fb_image image;
270 int (*fb_cursor) (struct fb_info *info, struct fb_cursor *cursor); member
298 int (*fb_cursor) (struct fb_info *info, struct fb_cursor *cursor); member