Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
fbcon_rotate.h File Reference

Go to the source code of this file.

Macros

#define GETVYRES(s, i)
 
#define GETVXRES(s, i)
 

Functions

void fbcon_rotate_cw (struct fbcon_ops *ops)
 
void fbcon_rotate_ud (struct fbcon_ops *ops)
 
void fbcon_rotate_ccw (struct fbcon_ops *ops)
 

Macro Definition Documentation

#define GETVXRES (   s,
  i 
)
Value:
({ \
(s == SCROLL_REDRAW || s == SCROLL_MOVE || !(i)->fix.xpanstep) ? \
(i)->var.xres : (i)->var.xres_virtual; })

Definition at line 18 of file fbcon_rotate.h.

#define GETVYRES (   s,
  i 
)
Value:
({ \
(s == SCROLL_REDRAW || s == SCROLL_MOVE) ? \
(i)->var.yres : (i)->var.yres_virtual; })

Definition at line 14 of file fbcon_rotate.h.

Function Documentation

void fbcon_rotate_ccw ( struct fbcon_ops ops)

Definition at line 412 of file fbcon_ccw.c.

void fbcon_rotate_cw ( struct fbcon_ops ops)

Definition at line 396 of file fbcon_cw.c.

void fbcon_rotate_ud ( struct fbcon_ops ops)

Definition at line 440 of file fbcon_ud.c.