Linux Kernel
3.7.1
|
#include <fbcon.h>
Data Fields | |
void(* | bmove )(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) |
void(* | clear )(struct vc_data *vc, struct fb_info *info, int sy, int sx, int height, int width) |
void(* | putcs )(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) |
void(* | clear_margins )(struct vc_data *vc, struct fb_info *info, int bottom_only) |
void(* | cursor )(struct vc_data *vc, struct fb_info *info, int mode, int softback_lines, int fg, int bg) |
int(* | update_start )(struct fb_info *info) |
int(* | rotate_font )(struct fb_info *info, struct vc_data *vc) |
struct fb_var_screeninfo | var |
struct timer_list | cursor_timer |
struct fb_cursor | cursor_state |
struct display * | p |
int | currcon |
int | cursor_flash |
int | cursor_reset |
int | blank_state |
int | graphics |
int | save_graphics |
int | flags |
int | rotate |
int | cur_rotate |
char * | cursor_data |
u8 * | fontbuffer |
u8 * | fontdata |
u8 * | cursor_src |
u32 | cursor_size |
u32 | fd_size |
struct timer_list cursor_timer |