Home
last modified time | relevance | path

Searched defs:fb_cursor (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/linux/
Dfb.h391 struct fb_cursor { struct
392 __u16 set; /* what to set */
393 __u16 enable; /* cursor on/off */
394 __u16 rop; /* bitop operation */
395 const char *mask; /* cursor mask bits */
396 struct fbcurpos hot; /* cursor hot spot */
397 struct fb_image image; /* Cursor image */
671 int (*fb_cursor) (struct fb_info *info, struct fb_cursor *cursor); member