Symbol: FBCON_SWAP
drivers/video/fbdev/core/fbcon.c
1072
cols = FBCON_SWAP(par->rotate, info->var.xres, info->var.yres);
drivers/video/fbdev/core/fbcon.c
1073
rows = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres);
drivers/video/fbdev/core/fbcon.c
1180
new_cols = FBCON_SWAP(par->rotate, info->var.xres, info->var.yres);
drivers/video/fbdev/core/fbcon.c
1181
new_rows = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres);
drivers/video/fbdev/core/fbcon.c
1489
cols = FBCON_SWAP(par->rotate, info->var.xres, info->var.yres);
drivers/video/fbdev/core/fbcon.c
1490
rows = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres);
drivers/video/fbdev/core/fbcon.c
2034
int ypan = FBCON_SWAP(par->rotate, info->fix.ypanstep, info->fix.xpanstep);
drivers/video/fbdev/core/fbcon.c
2035
int ywrap = FBCON_SWAP(par->rotate, info->fix.ywrapstep, t);
drivers/video/fbdev/core/fbcon.c
2036
int yres = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres);
drivers/video/fbdev/core/fbcon.c
2037
int vyres = FBCON_SWAP(par->rotate, info->var.yres_virtual, info->var.xres_virtual);
drivers/video/fbdev/core/fbcon.c
2072
int yres = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres);
drivers/video/fbdev/core/fbcon.c
2073
int vyres = FBCON_SWAP(par->rotate, info->var.yres_virtual, info->var.xres_virtual);
drivers/video/fbdev/core/fbcon.c
2108
virt_w = FBCON_SWAP(par->rotate, width, height);
drivers/video/fbdev/core/fbcon.c
2109
virt_h = FBCON_SWAP(par->rotate, height, width);
drivers/video/fbdev/core/fbcon.c
2110
virt_fw = FBCON_SWAP(par->rotate, vc->vc_font.width, vc->vc_font.height);
drivers/video/fbdev/core/fbcon.c
2111
virt_fh = FBCON_SWAP(par->rotate, vc->vc_font.height, vc->vc_font.width);
drivers/video/fbdev/core/fbcon.c
2431
cols = FBCON_SWAP(par->rotate, info->var.xres, info->var.yres);
drivers/video/fbdev/core/fbcon.c
2432
rows = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres);
drivers/video/fbdev/core/fbcon.c
2488
if (w > FBCON_SWAP(info->var.rotate, info->var.xres, info->var.yres) ||
drivers/video/fbdev/core/fbcon.c
2489
h > FBCON_SWAP(info->var.rotate, info->var.yres, info->var.xres))
drivers/video/fbdev/core/fbcon.c
2649
cols = FBCON_SWAP(par->rotate, info->var.xres, info->var.yres);
drivers/video/fbdev/core/fbcon.c
2650
rows = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres);
drivers/video/fbdev/core/fbcon.c
2692
cols = FBCON_SWAP(par->rotate, info->var.xres, info->var.yres);
drivers/video/fbdev/core/fbcon.c
2693
rows = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres);
drivers/video/fbdev/core/fbcon.c
2731
if (vc->vc_font.width > FBCON_SWAP(var->rotate, var->xres, var->yres) ||
drivers/video/fbdev/core/fbcon.c
2732
vc->vc_font.height > FBCON_SWAP(var->rotate, var->yres, var->xres))