Lines Matching refs:area
744 * @area: info about area to copy
749 const struct fb_copyarea *area)
751 sys_copyarea(info, area);
752 drm_fb_helper_dirty(info, area->dx, area->dy,
753 area->width, area->height);
792 * @area: info about area to copy
797 const struct fb_copyarea *area)
799 cfb_copyarea(info, area);
800 drm_fb_helper_dirty(info, area->dx, area->dy,
801 area->width, area->height);