Searched refs:fbcursor (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/staging/sm750fb/ |
D | sm750.c | 105 static int lynxfb_ops_cursor(struct fb_info *info, struct fb_cursor *fbcursor) in lynxfb_ops_cursor() argument 115 if (fbcursor->image.width > cursor->max_w || in lynxfb_ops_cursor() 116 fbcursor->image.height > cursor->max_h || 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() 129 fbcursor->image.dx - info->var.xoffset, in lynxfb_ops_cursor() 130 fbcursor->image.dy - info->var.yoffset); in lynxfb_ops_cursor() [all …]
|
/linux-6.12.1/arch/sparc/include/uapi/asm/ |
D | fbio.h | 97 struct fbcursor { struct 109 #define FBIOSCURSOR _IOW('F', 24, struct fbcursor) argument 110 #define FBIOGCURSOR _IOWR('F', 25, struct fbcursor)
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | fbio.h | 100 struct fbcursor { struct 112 #define FBIOSCURSOR _IOW('F', 24, struct fbcursor) argument 113 #define FBIOGCURSOR _IOWR('F', 25, struct fbcursor)
|