Searched defs:fb_cursor_user (Results 1 – 2 of 2) sorted by relevance
116 struct fb_cursor_user { struct117 __u16 set; /* what to set */118 __u16 enable; /* cursor on/off */119 __u16 rop; /* bitop operation */120 const char __user *mask; /* cursor mask bits */121 struct fbcurpos hot; /* cursor hot spot */122 struct fb_image_user image; /* Cursor image */
358 struct fb_cursor_user { struct359 __u16 set; /* what to set */360 __u16 enable; /* cursor on/off */361 __u16 rop; /* bitop operation */362 const char *mask; /* cursor mask bits */363 struct fbcurpos hot; /* cursor hot spot */364 struct fb_image_user image; /* Cursor image */