Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/
Dg364fb.c111 static int g364fb_cursor(struct fb_info *info, struct fb_cursor *cursor);
122 .fb_cursor = g364fb_cursor,
125 int g364fb_cursor(struct fb_info *info, struct fb_cursor *cursor) in g364fb_cursor()
Dskeletonfb.c580 int xxxfb_cursor(struct fb_info *info, struct fb_cursor *cursor) in xxxfb_cursor()
667 .fb_cursor = xxxfb_cursor, /* Optional !!! */
Dcobalt_lcdfb.c291 static int cobalt_lcdfb_cursor(struct fb_info *info, struct fb_cursor *cursor) in cobalt_lcdfb_cursor()
331 .fb_cursor = cobalt_lcdfb_cursor,
Dbfin_adv7393fb.h317 int bfin_adv7393_fb_cursor(struct fb_info *info, struct fb_cursor *cursor);
Dbfin-t350mcqb-fb.c295 int bfin_t350mcqb_fb_cursor(struct fb_info *info, struct fb_cursor *cursor) in bfin_t350mcqb_fb_cursor()
346 .fb_cursor = bfin_t350mcqb_fb_cursor,
Dbf54x-lq043fb.c373 int bfin_bf54x_fb_cursor(struct fb_info *info, struct fb_cursor *cursor) in bfin_bf54x_fb_cursor()
424 .fb_cursor = bfin_bf54x_fb_cursor,
Dbf537-lq035.c579 static int bfin_lq035_fb_cursor(struct fb_info *info, struct fb_cursor *cursor) in bfin_lq035_fb_cursor()
630 .fb_cursor = bfin_lq035_fb_cursor,
Dbfin_adv7393fb.c112 .fb_cursor = bfin_adv7393_fb_cursor,
677 int bfin_adv7393_fb_cursor(struct fb_info *info, struct fb_cursor *cursor) in bfin_adv7393_fb_cursor()
Dbfin-lq035q1-fb.c490 int bfin_lq035q1_fb_cursor(struct fb_info *info, struct fb_cursor *cursor) in bfin_lq035q1_fb_cursor()
541 .fb_cursor = bfin_lq035q1_fb_cursor,
Dsm501fb.c1040 static int sm501fb_cursor(struct fb_info *info, struct fb_cursor *cursor) in sm501fb_cursor()
1454 .fb_cursor = sm501fb_cursor,
1468 .fb_cursor = sm501fb_cursor,
1724 par->ops.fb_cursor = NULL; in sm501fb_init_fb()
Dpm2fb.c1257 static int pm2vfb_cursor(struct fb_info *info, struct fb_cursor *cursor) in pm2vfb_cursor()
1358 static int pm2fb_cursor(struct fb_info *info, struct fb_cursor *cursor) in pm2fb_cursor()
1495 .fb_cursor = pm2fb_cursor,
Dpm3fb.c612 static int pm3fb_cursor(struct fb_info *info, struct fb_cursor *cursor) in pm3fb_cursor()
1214 .fb_cursor = pm3fb_cursor,
Dtdfxfb.c1039 static int tdfxfb_cursor(struct fb_info *info, struct fb_cursor *cursor) in tdfxfb_cursor()
1150 .fb_cursor = tdfxfb_cursor,
Dfsl-diu-fb.c1028 static int fsl_diu_cursor(struct fb_info *info, struct fb_cursor *cursor) in fsl_diu_cursor()
1472 .fb_cursor = fsl_diu_cursor,
Dimsttfb.c1199 imsttfb_cursor(struct fb_info *info, struct fb_cursor *cursor)
/linux-4.4.14/drivers/video/fbdev/aty/
Dmach64_cursor.c67 static int atyfb_cursor(struct fb_info *info, struct fb_cursor *cursor) in atyfb_cursor()
221 info->fbops->fb_cursor = atyfb_cursor; in aty_init_cursor()
/linux-4.4.14/drivers/video/console/
Dfbcon.h70 struct fb_cursor cursor_state;
221 extern int soft_cursor(struct fb_info *info, struct fb_cursor *cursor);
Dsoftcursor.c22 int soft_cursor(struct fb_info *info, struct fb_cursor *cursor) in soft_cursor()
Dfbcon_ccw.c224 struct fb_cursor cursor; in ccw_cursor()
385 if (info->fbops->fb_cursor) in ccw_cursor()
386 err = info->fbops->fb_cursor(info, &cursor); in ccw_cursor()
Dbitblit.c239 struct fb_cursor cursor; in bit_cursor()
382 if (info->fbops->fb_cursor) in bit_cursor()
383 err = info->fbops->fb_cursor(info, &cursor); in bit_cursor()
Dfbcon_cw.c207 struct fb_cursor cursor; in cw_cursor()
368 if (info->fbops->fb_cursor) in cw_cursor()
369 err = info->fbops->fb_cursor(info, &cursor); in cw_cursor()
Dfbcon_ud.c254 struct fb_cursor cursor; in ud_cursor()
409 if (info->fbops->fb_cursor) in ud_cursor()
410 err = info->fbops->fb_cursor(info, &cursor); in ud_cursor()
/linux-4.4.14/include/uapi/linux/
Dfb.h20 #define FBIO_CURSOR _IOWR('F', 0x08, struct fb_cursor)
386 struct fb_cursor { struct
/linux-4.4.14/include/linux/
Dfb.h279 int (*fb_cursor) (struct fb_info *info, struct fb_cursor *cursor); member
/linux-4.4.14/drivers/staging/sm750fb/
Dsm750.c109 static int lynxfb_ops_cursor(struct fb_info *info, struct fb_cursor *fbcursor) in lynxfb_ops_cursor()
729 .fb_cursor = lynxfb_ops_cursor,
787 lynxfb_ops.fb_cursor = NULL; in lynxfb_set_fbinfo()
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-osd.c267 .fb_cursor = NULL,
/linux-4.4.14/drivers/video/fbdev/intelfb/
Dintelfbdrv.c154 struct fb_cursor *cursor);
208 .fb_cursor = intelfb_cursor,
1546 static int intelfb_cursor(struct fb_info *info, struct fb_cursor *cursor) in intelfb_cursor()
/linux-4.4.14/drivers/video/fbdev/nvidia/
Dnvidia.c529 static int nvidiafb_cursor(struct fb_info *info, struct fb_cursor *cursor) in nvidiafb_cursor()
1039 .fb_cursor = nvidiafb_cursor,
1168 info->fbops->fb_cursor = NULL; in nvidia_set_fbinfo()
/linux-4.4.14/drivers/video/fbdev/vermilion/
Dvermilion.c1025 static int vmlfb_cursor(struct fb_info *info, struct fb_cursor *cursor) in vmlfb_cursor()
1041 .fb_cursor = vmlfb_cursor,
/linux-4.4.14/drivers/video/fbdev/matrox/
Dmatroxfb_accel.c124 minfo->fbops.fb_cursor = NULL; in matrox_cfbX_init()
/linux-4.4.14/drivers/video/fbdev/i810/
Di810_main.c81 static int i810fb_cursor(struct fb_info *info, struct fb_cursor *cursor);
1478 static int i810fb_cursor(struct fb_info *info, struct fb_cursor *cursor) in i810fb_cursor()
1557 .fb_cursor = i810fb_cursor,
/linux-4.4.14/drivers/video/fbdev/riva/
Dfbdev.c1577 static int rivafb_cursor(struct fb_info *info, struct fb_cursor *cursor) in rivafb_cursor()
1688 .fb_cursor = rivafb_cursor,
/linux-4.4.14/drivers/video/fbdev/via/
Dviafbdev.c771 static int viafb_cursor(struct fb_info *info, struct fb_cursor *cursor) in viafb_cursor()
2094 .fb_cursor = viafb_cursor,
/linux-4.4.14/drivers/media/pci/ivtv/
Divtvfb.c952 .fb_cursor = NULL,