Home
last modified time | relevance | path

Searched refs:fbcursor (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/sm750fb/
H A Dsm750.c115 if (fbcursor->image.width > cursor->max_w || in lynxfb_ops_cursor()
117 fbcursor->image.depth > 1) { in lynxfb_ops_cursor()
122 if (fbcursor->set & FB_CUR_SETSIZE) in lynxfb_ops_cursor()
124 fbcursor->image.width, in lynxfb_ops_cursor()
125 fbcursor->image.height); in lynxfb_ops_cursor()
127 if (fbcursor->set & FB_CUR_SETPOS) in lynxfb_ops_cursor()
132 if (fbcursor->set & FB_CUR_SETCMAP) { in lynxfb_ops_cursor()
149 fbcursor->rop, in lynxfb_ops_cursor()
150 fbcursor->image.data, in lynxfb_ops_cursor()
151 fbcursor->mask); in lynxfb_ops_cursor()
[all …]
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dfbio.h97 struct fbcursor { struct
109 #define FBIOSCURSOR _IOW('F', 24, struct fbcursor) argument
110 #define FBIOGCURSOR _IOWR('F', 25, struct fbcursor)
/openbmc/linux/arch/m68k/include/asm/
H A Dfbio.h100 struct fbcursor { struct
112 #define FBIOSCURSOR _IOW('F', 24, struct fbcursor) argument
113 #define FBIOGCURSOR _IOWR('F', 25, struct fbcursor)