Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/
H A Dfbpriv.h243 struct fb_var_cursorinfo { struct
244 __u16 width;
245 __u16 height;
246 __u16 xspot;
247 __u16 yspot;
248 __u8 data[1]; /* field with [height][width] */
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Damifb.c685 struct fb_var_cursorinfo { struct
686 __u16 width;
687 __u16 height;
688 __u16 xspot;
689 __u16 yspot;
690 __u8 data[1]; /* field with [height][width] */