fb_cursor
.fb_cursor = NULL,
.fb_cursor = NULL,
static int lynxfb_ops_cursor(struct fb_info *info, struct fb_cursor *fbcursor)
.fb_cursor = lynxfb_ops_cursor,
.fb_cursor = lynxfb_ops_cursor,
atyfb_ops->fb_cursor = atyfb_cursor;
static int atyfb_cursor(struct fb_info *info, struct fb_cursor *cursor)
static int cobalt_lcdfb_cursor(struct fb_info *info, struct fb_cursor *cursor)
.fb_cursor = cobalt_lcdfb_cursor,
struct fb_cursor cursor;
if (info->fbops->fb_cursor)
err = info->fbops->fb_cursor(info, &cursor);
extern int soft_cursor(struct fb_info *info, struct fb_cursor *cursor);
struct fb_cursor cursor_state;
struct fb_cursor cursor;
if (info->fbops->fb_cursor)
err = info->fbops->fb_cursor(info, &cursor);
struct fb_cursor cursor;
if (info->fbops->fb_cursor)
err = info->fbops->fb_cursor(info, &cursor);
struct fb_cursor cursor;
if (info->fbops->fb_cursor)
err = info->fbops->fb_cursor(info, &cursor);
int soft_cursor(struct fb_info *info, struct fb_cursor *cursor)
static int fsl_diu_cursor(struct fb_info *info, struct fb_cursor *cursor)
.fb_cursor = fsl_diu_cursor,
static int i810fb_cursor(struct fb_info *info, struct fb_cursor *cursor)
.fb_cursor = i810fb_cursor,
static int i810fb_cursor(struct fb_info *info, struct fb_cursor *cursor);
imsttfb_cursor(struct fb_info *info, struct fb_cursor *cursor)
minfo->fbops.fb_cursor = NULL;
.fb_cursor = nvidiafb_cursor,
nvidia_fb_ops.fb_cursor = NULL;
static int nvidiafb_cursor(struct fb_info *info, struct fb_cursor *cursor)
static int pm2vfb_cursor(struct fb_info *info, struct fb_cursor *cursor)
static int pm2fb_cursor(struct fb_info *info, struct fb_cursor *cursor)
.fb_cursor = pm2fb_cursor,
.fb_cursor = pm3fb_cursor,
static int pm3fb_cursor(struct fb_info *info, struct fb_cursor *cursor)
static int aafb_cursor(struct fb_info *info, struct fb_cursor *cursor)
.fb_cursor = aafb_cursor,
static int rivafb_cursor(struct fb_info *info, struct fb_cursor *cursor)
.fb_cursor = rivafb_cursor,
int xxxfb_cursor(struct fb_info *info, struct fb_cursor *cursor)
.fb_cursor = xxxfb_cursor, /* Optional !!! */
static int sm501fb_cursor(struct fb_info *info, struct fb_cursor *cursor)
.fb_cursor = sm501fb_cursor,
.fb_cursor = sm501fb_cursor,
par->ops.fb_cursor = NULL;
static int tdfxfb_cursor(struct fb_info *info, struct fb_cursor *cursor)
.fb_cursor = tdfxfb_cursor,
.fb_cursor = viafb_cursor,
static int viafb_cursor(struct fb_info *info, struct fb_cursor *cursor)
int (*fb_cursor) (struct fb_info *info, struct fb_cursor *cursor);
#define FBIO_CURSOR _IOWR('F', 0x08, struct fb_cursor)