Searched refs:FBCON_SWAP (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/video/console/
H A Dfbcon.c1003 cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); fbcon_startup()
1004 rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); fbcon_startup()
1101 new_cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); fbcon_init()
1102 new_rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); fbcon_init()
1390 cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); fbcon_set_disp()
1391 rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); fbcon_set_disp()
2071 int ypan = FBCON_SWAP(ops->rotate, info->fix.ypanstep, updatescrollmode()
2073 int ywrap = FBCON_SWAP(ops->rotate, info->fix.ywrapstep, t); updatescrollmode()
2074 int yres = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); updatescrollmode()
2075 int vyres = FBCON_SWAP(ops->rotate, info->var.yres_virtual, updatescrollmode()
2119 virt_w = FBCON_SWAP(ops->rotate, width, height); fbcon_resize()
2120 virt_h = FBCON_SWAP(ops->rotate, height, width); fbcon_resize()
2121 virt_fw = FBCON_SWAP(ops->rotate, vc->vc_font.width, fbcon_resize()
2123 virt_fh = FBCON_SWAP(ops->rotate, vc->vc_font.height, fbcon_resize()
2523 cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); fbcon_do_set_font()
2524 rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); fbcon_do_set_font()
2904 cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); fbcon_modechanged()
2905 rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); fbcon_modechanged()
2949 cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); fbcon_set_all_vcs()
2950 rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); fbcon_set_all_vcs()
H A Dfbcon.h251 #define FBCON_SWAP(i,r,v) ({ \ macro

Completed in 235 milliseconds