Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfb.h385 struct fb_cursor { struct
386 __u16 set; /* what to set */
387 __u16 enable; /* cursor on/off */
388 __u16 rop; /* bitop operation */
389 const char *mask; /* cursor mask bits */
390 struct fbcurpos hot; /* cursor hot spot */
391 struct fb_image image; /* Cursor image */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfb.h385 struct fb_cursor { struct
386 __u16 set; /* what to set */
387 __u16 enable; /* cursor on/off */
388 __u16 rop; /* bitop operation */
389 const char *mask; /* cursor mask bits */
390 struct fbcurpos hot; /* cursor hot spot */
391 struct fb_image image; /* Cursor image */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfb.h388 struct fb_cursor { struct
389 __u16 set; /* what to set */
390 __u16 enable; /* cursor on/off */
391 __u16 rop; /* bitop operation */
392 const char *mask; /* cursor mask bits */
393 struct fbcurpos hot; /* cursor hot spot */
394 struct fb_image image; /* Cursor image */
/OK3568_Linux_fs/u-boot/include/linux/
H A Dfb.h249 struct fb_cursor { struct
250 __u16 set; /* what to set */
251 __u16 enable; /* cursor on/off */
252 __u16 rop; /* bitop operation */
253 const char *mask; /* cursor mask bits */
254 struct fbcurpos hot; /* cursor hot spot */
255 struct fb_image image; /* Cursor image */
/OK3568_Linux_fs/kernel/include/linux/
H A Dfb.h270 int (*fb_cursor) (struct fb_info *info, struct fb_cursor *cursor); member