Searched refs:FBCON_SWAP (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/video/console/ |
D | fbcon.c | 1003 cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); in fbcon_startup() 1004 rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); in fbcon_startup() 1101 new_cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); in fbcon_init() 1102 new_rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); in fbcon_init() 1390 cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); in fbcon_set_disp() 1391 rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); in fbcon_set_disp() 2071 int ypan = FBCON_SWAP(ops->rotate, info->fix.ypanstep, in updatescrollmode() 2073 int ywrap = FBCON_SWAP(ops->rotate, info->fix.ywrapstep, t); in updatescrollmode() 2074 int yres = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); in updatescrollmode() 2075 int vyres = FBCON_SWAP(ops->rotate, info->var.yres_virtual, in updatescrollmode() [all …]
|
D | fbcon.h | 251 #define FBCON_SWAP(i,r,v) ({ \ macro
|