Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dfb.h387 struct fb_cursor { struct
388 __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 */
/Linux-v4.19/include/linux/
Dfb.h298 int (*fb_cursor) (struct fb_info *info, struct fb_cursor *cursor); member