Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dfb.h382 struct fb_cursor { struct
383 __u16 set; /* what to set */
384 __u16 enable; /* cursor on/off */
385 __u16 rop; /* bitop operation */
386 const char *mask; /* cursor mask bits */
387 struct fbcurpos hot; /* cursor hot spot */
388 struct fb_image image; /* Cursor image */
/linux-6.12.1/include/linux/
Dfb.h289 int (*fb_cursor) (struct fb_info *info, struct fb_cursor *cursor); member