Symbol: fb_cursor
drivers/media/pci/ivtv/ivtvfb.c
937
.fb_cursor = NULL,
drivers/media/test-drivers/vivid/vivid-osd.c
258
.fb_cursor = NULL,
drivers/staging/sm750fb/sm750.c
105
static int lynxfb_ops_cursor(struct fb_info *info, struct fb_cursor *fbcursor)
drivers/staging/sm750fb/sm750.c
691
.fb_cursor = lynxfb_ops_cursor,
drivers/staging/sm750fb/sm750.c
719
.fb_cursor = lynxfb_ops_cursor,
drivers/video/fbdev/aty/mach64_cursor.c
227
atyfb_ops->fb_cursor = atyfb_cursor;
drivers/video/fbdev/aty/mach64_cursor.c
73
static int atyfb_cursor(struct fb_info *info, struct fb_cursor *cursor)
drivers/video/fbdev/cobalt_lcdfb.c
243
static int cobalt_lcdfb_cursor(struct fb_info *info, struct fb_cursor *cursor)
drivers/video/fbdev/cobalt_lcdfb.c
284
.fb_cursor = cobalt_lcdfb_cursor,
drivers/video/fbdev/core/bitblit.c
263
struct fb_cursor cursor;
drivers/video/fbdev/core/bitblit.c
391
if (info->fbops->fb_cursor)
drivers/video/fbdev/core/bitblit.c
392
err = info->fbops->fb_cursor(info, &cursor);
drivers/video/fbdev/core/fbcon.h
193
extern int soft_cursor(struct fb_info *info, struct fb_cursor *cursor);
drivers/video/fbdev/core/fbcon.h
72
struct fb_cursor cursor_state;
drivers/video/fbdev/core/fbcon_ccw.c
223
struct fb_cursor cursor;
drivers/video/fbdev/core/fbcon_ccw.c
367
if (info->fbops->fb_cursor)
drivers/video/fbdev/core/fbcon_ccw.c
368
err = info->fbops->fb_cursor(info, &cursor);
drivers/video/fbdev/core/fbcon_cw.c
206
struct fb_cursor cursor;
drivers/video/fbdev/core/fbcon_cw.c
350
if (info->fbops->fb_cursor)
drivers/video/fbdev/core/fbcon_cw.c
351
err = info->fbops->fb_cursor(info, &cursor);
drivers/video/fbdev/core/fbcon_ud.c
253
struct fb_cursor cursor;
drivers/video/fbdev/core/fbcon_ud.c
390
if (info->fbops->fb_cursor)
drivers/video/fbdev/core/fbcon_ud.c
391
err = info->fbops->fb_cursor(info, &cursor);
drivers/video/fbdev/core/softcursor.c
22
int soft_cursor(struct fb_info *info, struct fb_cursor *cursor)
drivers/video/fbdev/fsl-diu-fb.c
1023
static int fsl_diu_cursor(struct fb_info *info, struct fb_cursor *cursor)
drivers/video/fbdev/fsl-diu-fb.c
1462
.fb_cursor = fsl_diu_cursor,
drivers/video/fbdev/i810/i810_main.c
1479
static int i810fb_cursor(struct fb_info *info, struct fb_cursor *cursor)
drivers/video/fbdev/i810/i810_main.c
1559
.fb_cursor = i810fb_cursor,
drivers/video/fbdev/i810/i810_main.c
82
static int i810fb_cursor(struct fb_info *info, struct fb_cursor *cursor);
drivers/video/fbdev/imsttfb.c
1197
imsttfb_cursor(struct fb_info *info, struct fb_cursor *cursor)
drivers/video/fbdev/matrox/matroxfb_accel.c
127
minfo->fbops.fb_cursor = NULL;
drivers/video/fbdev/nvidia/nvidia.c
1041
.fb_cursor = nvidiafb_cursor,
drivers/video/fbdev/nvidia/nvidia.c
1178
nvidia_fb_ops.fb_cursor = NULL;
drivers/video/fbdev/nvidia/nvidia.c
526
static int nvidiafb_cursor(struct fb_info *info, struct fb_cursor *cursor)
drivers/video/fbdev/pm2fb.c
1266
static int pm2vfb_cursor(struct fb_info *info, struct fb_cursor *cursor)
drivers/video/fbdev/pm2fb.c
1367
static int pm2fb_cursor(struct fb_info *info, struct fb_cursor *cursor)
drivers/video/fbdev/pm2fb.c
1505
.fb_cursor = pm2fb_cursor,
drivers/video/fbdev/pm3fb.c
1216
.fb_cursor = pm3fb_cursor,
drivers/video/fbdev/pm3fb.c
613
static int pm3fb_cursor(struct fb_info *info, struct fb_cursor *cursor)
drivers/video/fbdev/pmag-aa-fb.c
104
static int aafb_cursor(struct fb_info *info, struct fb_cursor *cursor)
drivers/video/fbdev/pmag-aa-fb.c
154
.fb_cursor = aafb_cursor,
drivers/video/fbdev/riva/fbdev.c
1570
static int rivafb_cursor(struct fb_info *info, struct fb_cursor *cursor)
drivers/video/fbdev/riva/fbdev.c
1682
.fb_cursor = rivafb_cursor,
drivers/video/fbdev/skeletonfb.c
579
int xxxfb_cursor(struct fb_info *info, struct fb_cursor *cursor)
drivers/video/fbdev/skeletonfb.c
650
.fb_cursor = xxxfb_cursor, /* Optional !!! */
drivers/video/fbdev/sm501fb.c
1046
static int sm501fb_cursor(struct fb_info *info, struct fb_cursor *cursor)
drivers/video/fbdev/sm501fb.c
1469
.fb_cursor = sm501fb_cursor,
drivers/video/fbdev/sm501fb.c
1485
.fb_cursor = sm501fb_cursor,
drivers/video/fbdev/sm501fb.c
1743
par->ops.fb_cursor = NULL;
drivers/video/fbdev/tdfxfb.c
1040
static int tdfxfb_cursor(struct fb_info *info, struct fb_cursor *cursor)
drivers/video/fbdev/tdfxfb.c
1152
.fb_cursor = tdfxfb_cursor,
drivers/video/fbdev/via/viafbdev.c
2066
.fb_cursor = viafb_cursor,
drivers/video/fbdev/via/viafbdev.c
758
static int viafb_cursor(struct fb_info *info, struct fb_cursor *cursor)
include/linux/fb.h
286
int (*fb_cursor) (struct fb_info *info, struct fb_cursor *cursor);
include/uapi/linux/fb.h
22
#define FBIO_CURSOR _IOWR('F', 0x08, struct fb_cursor)