/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fb_sys_fops.c | 44 if (info->fbops->fb_sync) in fb_sys_read() 45 info->fbops->fb_sync(info); in fb_sys_read() 92 if (info->fbops->fb_sync) in fb_sys_write() 93 info->fbops->fb_sync(info); in fb_sys_write()
|
H A D | fb_io_fops.c | 39 if (info->fbops->fb_sync) in fb_io_read() 40 info->fbops->fb_sync(info); in fb_io_read() 106 if (info->fbops->fb_sync) in fb_io_write() 107 info->fbops->fb_sync(info); in fb_io_write()
|
H A D | fbcon_rotate.c | 45 if (info->fbops->fb_sync) in fbcon_rotate_font() 46 info->fbops->fb_sync(info); in fbcon_rotate_font()
|
H A D | sysfillrect.c | 258 if (p->fbops->fb_sync) in sys_fillrect() 259 p->fbops->fb_sync(p); in sys_fillrect()
|
H A D | syscopyarea.c | 343 if (p->fbops->fb_sync) in sys_copyarea() 344 p->fbops->fb_sync(p); in sys_copyarea()
|
H A D | sysimgblt.c | 307 if (p->fbops->fb_sync) in sys_imageblit() 308 p->fbops->fb_sync(p); in sys_imageblit()
|
H A D | cfbimgblt.c | 337 if (p->fbops->fb_sync) in cfb_imageblit() 338 p->fbops->fb_sync(p); in cfb_imageblit()
|
H A D | cfbfillrect.c | 303 if (p->fbops->fb_sync) in cfb_fillrect() 304 p->fbops->fb_sync(p); in cfb_fillrect()
|
H A D | cfbcopyarea.c | 410 if (p->fbops->fb_sync) in cfb_copyarea() 411 p->fbops->fb_sync(p); in cfb_copyarea()
|
H A D | fbmem.c | 163 if (info->fbops->fb_sync && (buf->flags & FB_PIXMAP_SYNC)) in fb_get_buffer_offset() 164 info->fbops->fb_sync(info); in fb_get_buffer_offset() 176 if (info->fbops->fb_sync && (buf->flags & FB_PIXMAP_SYNC)) in fb_get_buffer_offset() 177 info->fbops->fb_sync(info); in fb_get_buffer_offset()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | wmt_ge_rops.c | 59 if (p->fbops->fb_sync) in wmt_ge_fillrect() 60 p->fbops->fb_sync(p); in wmt_ge_fillrect() 85 if (p->fbops->fb_sync) in wmt_ge_copyarea() 86 p->fbops->fb_sync(p); in wmt_ge_copyarea()
|
H A D | sm712fb.c | 1059 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 D | skeletonfb.c | 651 .fb_sync = xxxfb_sync,
|
H A D | hpfb.c | 194 .fb_sync = hpfb_sync,
|
H A D | wm8505fb.c | 256 .fb_sync = wmt_ge_sync,
|
H A D | hitfb.c | 335 .fb_sync = hitfb_sync,
|
H A D | vt8500lcdfb.c | 249 .fb_sync = wmt_ge_sync,
|
H A D | cg6.c | 56 .fb_sync = cg6_sync,
|
H A D | sm501fb.c | 1464 .fb_sync = sm501fb_sync, 1478 .fb_sync = sm501fb_sync,
|
H A D | ffb.c | 56 .fb_sync = ffb_sync,
|
/openbmc/linux/drivers/video/fbdev/nvidia/ |
H A D | nvidia.c | 664 nvidia_fb_ops.fb_sync = nvidiafb_sync; in nvidiafb_set_par() 673 nvidia_fb_ops.fb_sync = NULL; in nvidiafb_set_par() 1040 .fb_sync = nvidiafb_sync,
|
/openbmc/linux/drivers/media/pci/ivtv/ |
H A D | ivtvfb.c | 405 if (info->fbops->fb_sync) in ivtvfb_write() 406 info->fbops->fb_sync(info); in ivtvfb_write()
|
/openbmc/linux/drivers/video/fbdev/i810/ |
H A D | i810_main.c | 1559 .fb_sync = i810fb_sync, 1582 if (info->fbops->fb_sync) in i810fb_suspend() 1583 info->fbops->fb_sync(info); in i810fb_suspend()
|
/openbmc/linux/drivers/video/fbdev/savage/ |
H A D | savagefb_driver.c | 1656 .fb_sync = savagefb_sync, 2383 if (info->fbops->fb_sync) in savagefb_suspend_late() 2384 info->fbops->fb_sync(info); in savagefb_suspend_late()
|
/openbmc/linux/include/linux/ |
H A D | fb.h | 283 int (*fb_sync)(struct fb_info *info); member
|