Home
last modified time | relevance | path

Searched refs:fb_sync (Results 1 – 25 of 33) sorted by relevance

12

/linux/drivers/video/fbdev/core/
H A Dfb_sys_fops.c49 if (info->fbops->fb_sync) in fb_sys_read()
50 info->fbops->fb_sync(info); in fb_sys_read()
100 if (info->fbops->fb_sync) in fb_sys_write()
101 info->fbops->fb_sync(info); in fb_sys_write()
H A Dfb_io_fops.c43 if (info->fbops->fb_sync) in fb_io_read()
44 info->fbops->fb_sync(info); in fb_io_read()
113 if (info->fbops->fb_sync) in fb_io_write()
114 info->fbops->fb_sync(info); in fb_io_write()
H A Dcfbcopyarea.c27 if (p->fbops->fb_sync) in cfb_copyarea()
28 p->fbops->fb_sync(p); in cfb_copyarea()
H A Dfbcon_rotate.c45 if (info->fbops->fb_sync) in fbcon_rotate_font()
46 info->fbops->fb_sync(info); in fbcon_rotate_font()
H A Dfbmem.c143 if (info->fbops->fb_sync && (buf->flags & FB_PIXMAP_SYNC)) in fb_get_buffer_offset()
144 info->fbops->fb_sync(info); in fb_get_buffer_offset()
156 if (info->fbops->fb_sync && (buf->flags & FB_PIXMAP_SYNC)) in fb_get_buffer_offset()
157 info->fbops->fb_sync(info); in fb_get_buffer_offset()
/linux/drivers/video/fbdev/
H A Dwmt_ge_rops.c86 if (p->fbops->fb_sync) in wmt_ge_fillrect()
87 p->fbops->fb_sync(p); in wmt_ge_fillrect()
112 if (p->fbops->fb_sync) in wmt_ge_copyarea()
113 p->fbops->fb_sync(p); in wmt_ge_copyarea()
H A Dsm712fb.c1059 if (info->fbops->fb_sync) in smtcfb_read()
1060 info->fbops->fb_sync(info); in smtcfb_read()
1128 if (info->fbops->fb_sync) in smtcfb_write()
1129 info->fbops->fb_sync(info); in smtcfb_write()
H A Dskeletonfb.c651 .fb_sync = xxxfb_sync,
745 * FB_PIXMAP_SYNC - if set, will call fb_sync() per access to pixmap, in xxxfb_probe()
H A Dhpfb.c195 .fb_sync = hpfb_sync,
H A Dwm8505fb.c257 .fb_sync = wmt_ge_sync,
H A Dhitfb.c336 .fb_sync = hitfb_sync,
H A Dvt8500lcdfb.c250 .fb_sync = wmt_ge_sync,
H A Dcg6.c58 .fb_sync = cg6_sync,
H A Dsm501fb.c1473 .fb_sync = sm501fb_sync,
1489 .fb_sync = sm501fb_sync,
H A Dffb.c58 .fb_sync = ffb_sync,
H A Dpm3fb.c1215 .fb_sync = pm3fb_sync,
H A Dau1200fb.c1499 .fb_sync = NULL,
H A Dcyber2000fb.c1066 .fb_sync = cyber2000fb_sync,
H A Dneofb.c1623 .fb_sync = neofb_sync,
H A Dtdfxfb.c1151 .fb_sync = banshee_wait_idle,
/linux/drivers/video/fbdev/nvidia/
H A Dnvidia.c664 nvidia_fb_ops.fb_sync = nvidiafb_sync; in nvidiafb_set_par()
673 nvidia_fb_ops.fb_sync = NULL; in nvidiafb_set_par()
1041 .fb_sync = nvidiafb_sync,
/linux/drivers/media/pci/ivtv/
H A Divtvfb.c406 if (info->fbops->fb_sync) in ivtvfb_write()
407 info->fbops->fb_sync(info); in ivtvfb_write()
/linux/drivers/video/fbdev/i810/
H A Di810_main.c1560 .fb_sync = i810fb_sync,
1584 if (info->fbops->fb_sync) in i810fb_suspend()
1585 info->fbops->fb_sync(info); in i810fb_suspend()
/linux/include/linux/
H A Dfb.h288 int (*fb_sync)(struct fb_info *info); member
/linux/drivers/video/fbdev/aty/
H A Datyfb_base.c322 .fb_sync = atyfb_sync,
1337 atyfb_ops.fb_sync = atyfb_sync; in atyfb_set_par()
1340 atyfb_ops.fb_sync = NULL; in atyfb_set_par()

12