Home
last modified time | relevance | path

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

12

/linux-6.15/drivers/video/fbdev/core/
H A Dfb_sys_fops.c47 if (info->fbops->fb_sync) in fb_sys_read()
48 info->fbops->fb_sync(info); in fb_sys_read()
98 if (info->fbops->fb_sync) in fb_sys_write()
99 info->fbops->fb_sync(info); in fb_sys_write()
H A Dfb_io_fops.c42 if (info->fbops->fb_sync) in fb_io_read()
43 info->fbops->fb_sync(info); in fb_io_read()
112 if (info->fbops->fb_sync) in fb_io_write()
113 info->fbops->fb_sync(info); in fb_io_write()
H A Dcfbimgblt.c25 if (p->fbops->fb_sync) in cfb_imageblit()
26 p->fbops->fb_sync(p); in cfb_imageblit()
H A Dcfbcopyarea.c25 if (p->fbops->fb_sync) in cfb_copyarea()
26 p->fbops->fb_sync(p); in cfb_copyarea()
H A Dcfbfillrect.c25 if (p->fbops->fb_sync) in cfb_fillrect()
26 p->fbops->fb_sync(p); in cfb_fillrect()
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.c141 if (info->fbops->fb_sync && (buf->flags & FB_PIXMAP_SYNC)) in fb_get_buffer_offset()
142 info->fbops->fb_sync(info); in fb_get_buffer_offset()
154 if (info->fbops->fb_sync && (buf->flags & FB_PIXMAP_SYNC)) in fb_get_buffer_offset()
155 info->fbops->fb_sync(info); in fb_get_buffer_offset()
/linux-6.15/drivers/video/fbdev/
H A Dwmt_ge_rops.c85 if (p->fbops->fb_sync) in wmt_ge_fillrect()
86 p->fbops->fb_sync(p); in wmt_ge_fillrect()
111 if (p->fbops->fb_sync) in wmt_ge_copyarea()
112 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,
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 Dau1200fb.c1499 .fb_sync = NULL,
H A Dpm3fb.c1215 .fb_sync = pm3fb_sync,
/linux-6.15/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-6.15/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-6.15/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-6.15/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c1657 .fb_sync = savagefb_sync,
2383 if (info->fbops->fb_sync) in savagefb_suspend_late()
2384 info->fbops->fb_sync(info); in savagefb_suspend_late()
/linux-6.15/include/linux/
H A Dfb.h294 int (*fb_sync)(struct fb_info *info); member
/linux-6.15/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