Symbol: fb_left
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
133
int fb_left, fb_top;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1148
bo_update->fb_left = INT_MAX;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1161
bo_update->fb_left = min_t(int, bo_update->fb_left, fb_x);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1197
src_offset = bo_update->fb_top * src_pitch + bo_update->fb_left *
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
484
ddirty->fb_left = min_t(s32, ddirty->fb_left, dirty->fb_x);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
525
dst_offset = ddirty->fb_top * dst_pitch + ddirty->fb_left * stdu->cpp;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
591
ddirty.fb_left = ddirty.fb_top = S32_MAX;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
80
s32 fb_left, fb_top;
drivers/video/fbdev/core/fb_copyarea.h
180
d0 = fb_left(reorder(fb_read_offset(-1, src), reverse), left);
drivers/video/fbdev/core/fb_copyarea.h
205
d0 = fb_left(d0, left) | fb_right(d1, right);
drivers/video/fbdev/core/fb_copyarea.h
215
d0 = fb_left(d0, left) | fb_right(d1, right);
drivers/video/fbdev/core/fb_copyarea.h
219
d0 = fb_left(d0, left) | fb_right(d1, right);
drivers/video/fbdev/core/fb_copyarea.h
223
d0 = fb_left(d0, left) | fb_right(d1, right);
drivers/video/fbdev/core/fb_copyarea.h
227
d0 = fb_left(d0, left) | fb_right(d1, right);
drivers/video/fbdev/core/fb_copyarea.h
235
d0 = fb_left(d0, left) | fb_right(d1, right);
drivers/video/fbdev/core/fb_copyarea.h
243
d0 = fb_left(d0, left);
drivers/video/fbdev/core/fb_copyarea.h
278
d0 |= fb_left(reorder(fb_read_offset(0, src), reverse), left);
drivers/video/fbdev/core/fb_copyarea.h
281
d0 = fb_left(reorder(fb_read_offset(0, src), reverse), left);
drivers/video/fbdev/core/fb_copyarea.h
304
fb_modify_offset(reorder(fb_left(d1, left) | d0, reverse),
drivers/video/fbdev/core/fb_copyarea.h
312
d0 = fb_left(d1, left) | fb_right(d0, right);
drivers/video/fbdev/core/fb_copyarea.h
316
d0 = fb_left(d1, left) | fb_right(d0, right);
drivers/video/fbdev/core/fb_copyarea.h
320
d0 = fb_left(d1, left) | fb_right(d0, right);
drivers/video/fbdev/core/fb_copyarea.h
324
d0 = fb_left(d1, left) | fb_right(d0, right);
drivers/video/fbdev/core/fb_copyarea.h
333
d0 = fb_left(d1, left) | fb_right(d0, right);
drivers/video/fbdev/core/fb_copyarea.h
342
d0 |= fb_left(reorder(fb_read_offset(0, src), reverse), left);
drivers/video/fbdev/core/fb_draw.h
128
return reverse.pixel ? fb_left(~0UL, index) : swab_long(fb_right(~0UL, index));
drivers/video/fbdev/core/fb_draw.h
130
return reverse.pixel ? swab_long(fb_left(~0UL, index)) : fb_right(~0UL, index);
drivers/video/fbdev/core/fb_fillrect.h
228
return fb_right(pattern, shift) | fb_left(pattern, bpp - shift);
drivers/video/fbdev/core/fb_fillrect.h
62
pattern->pixels = fb_left(pattern->pixels, pattern->left)
drivers/video/fbdev/core/fb_imageblit.h
155
val = !shift ? 0 : fb_left(pixels, bits - shift);