Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dfb.h361 struct fb_cursor { struct
362 __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