Home
last modified time | relevance | path

Searched refs:fb_cursor (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/video/fbdev/aty/
H A Dmach64_cursor.c68 static int atyfb_cursor(struct fb_info *info, struct fb_cursor *cursor) in atyfb_cursor()
222 atyfb_ops->fb_cursor = atyfb_cursor; in aty_init_cursor()
/linux/drivers/video/fbdev/core/
H A Dfbcon.h70 struct fb_cursor cursor_state;
226 extern int soft_cursor(struct fb_info *info, struct fb_cursor *cursor);
H A Dsoftcursor.c22 int soft_cursor(struct fb_info *info, struct fb_cursor *cursor) in soft_cursor()
H A Dbitblit.c239 struct fb_cursor cursor; in bit_cursor()
367 if (info->fbops->fb_cursor) in bit_cursor()
368 err = info->fbops->fb_cursor(info, &cursor); in bit_cursor()
H A Dfbcon_ccw.c224 struct fb_cursor cursor; in ccw_cursor()
368 if (info->fbops->fb_cursor) in ccw_cursor()
369 err = info->fbops->fb_cursor(info, &cursor); in ccw_cursor()
H A Dfbcon_cw.c207 struct fb_cursor cursor; in cw_cursor()
351 if (info->fbops->fb_cursor) in cw_cursor()
352 err = info->fbops->fb_cursor(info, &cursor); in cw_cursor()
H A Dfbcon_ud.c254 struct fb_cursor cursor; in ud_cursor()
391 if (info->fbops->fb_cursor) in ud_cursor()
392 err = info->fbops->fb_cursor(info, &cursor); in ud_cursor()
/linux/include/uapi/linux/
H A Dfb.h22 #define FBIO_CURSOR _IOWR('F', 0x08, struct fb_cursor)
382 struct fb_cursor { struct
/linux/drivers/video/fbdev/
H A Dpmag-aa-fb.c104 static int aafb_cursor(struct fb_info *info, struct fb_cursor *cursor) in aafb_cursor()
154 .fb_cursor = aafb_cursor,
H A Dcobalt_lcdfb.c243 static int cobalt_lcdfb_cursor(struct fb_info *info, struct fb_cursor *cursor) in cobalt_lcdfb_cursor()
284 .fb_cursor = cobalt_lcdfb_cursor,
H A Dskeletonfb.c579 int xxxfb_cursor(struct fb_info *info, struct fb_cursor *cursor) in xxxfb_cursor()
650 .fb_cursor = xxxfb_cursor, /* Optional !!! */
H A Dsm501fb.c1038 static int sm501fb_cursor(struct fb_info *info, struct fb_cursor *cursor) in sm501fb_cursor()
1461 .fb_cursor = sm501fb_cursor,
1477 .fb_cursor = sm501fb_cursor,
1735 par->ops.fb_cursor = NULL; in sm501fb_init_fb()
H A Dpm2fb.c1266 static int pm2vfb_cursor(struct fb_info *info, struct fb_cursor *cursor) in pm2vfb_cursor()
1367 static int pm2fb_cursor(struct fb_info *info, struct fb_cursor *cursor) in pm2fb_cursor()
1505 .fb_cursor = pm2fb_cursor,
H A Dpm3fb.c613 static int pm3fb_cursor(struct fb_info *info, struct fb_cursor *cursor) in pm3fb_cursor()
1216 .fb_cursor = pm3fb_cursor,
H A Dtdfxfb.c1040 static int tdfxfb_cursor(struct fb_info *info, struct fb_cursor *cursor) in tdfxfb_cursor()
1152 .fb_cursor = tdfxfb_cursor,
H A Dfsl-diu-fb.c1023 static int fsl_diu_cursor(struct fb_info *info, struct fb_cursor *cursor) in fsl_diu_cursor()
1462 .fb_cursor = fsl_diu_cursor,
/linux/drivers/staging/sm750fb/
H A Dsm750.c105 static int lynxfb_ops_cursor(struct fb_info *info, struct fb_cursor *fbcursor) in lynxfb_ops_cursor()
684 .fb_cursor = lynxfb_ops_cursor,
712 .fb_cursor = lynxfb_ops_cursor,
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-osd.c253 .fb_cursor = NULL,
/linux/include/linux/
H A Dfb.h289 int (*fb_cursor) (struct fb_info *info, struct fb_cursor *cursor); member
/linux/drivers/video/fbdev/nvidia/
H A Dnvidia.c525 static int nvidiafb_cursor(struct fb_info *info, struct fb_cursor *cursor) in nvidiafb_cursor()
1040 .fb_cursor = nvidiafb_cursor,
1177 nvidia_fb_ops.fb_cursor = NULL; in nvidia_set_fbinfo()
/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_accel.c125 minfo->fbops.fb_cursor = NULL; in matrox_cfbX_init()
/linux/drivers/video/fbdev/i810/
H A Di810_main.c82 static int i810fb_cursor(struct fb_info *info, struct fb_cursor *cursor);
1479 static int i810fb_cursor(struct fb_info *info, struct fb_cursor *cursor) in i810fb_cursor()
1559 .fb_cursor = i810fb_cursor,
/linux/drivers/video/fbdev/riva/
H A Dfbdev.c1570 static int rivafb_cursor(struct fb_info *info, struct fb_cursor *cursor) in rivafb_cursor()
1682 .fb_cursor = rivafb_cursor,
/linux/drivers/video/fbdev/via/
H A Dviafbdev.c758 static int viafb_cursor(struct fb_info *info, struct fb_cursor *cursor) in viafb_cursor()
2066 .fb_cursor = viafb_cursor,
/linux/drivers/media/pci/ivtv/
H A Divtvfb.c937 .fb_cursor = NULL,

12