Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
fbcon_ops Struct Reference

#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 displayp
 
int currcon
 
int cursor_flash
 
int cursor_reset
 
int blank_state
 
int graphics
 
int save_graphics
 
int flags
 
int rotate
 
int cur_rotate
 
charcursor_data
 
u8fontbuffer
 
u8fontdata
 
u8cursor_src
 
u32 cursor_size
 
u32 fd_size
 

Detailed Description

Definition at line 54 of file fbcon.h.

Field Documentation

int blank_state

Definition at line 75 of file fbcon.h.

void(* bmove)(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width)

Definition at line 55 of file fbcon.h.

Definition at line 57 of file fbcon.h.

void(* clear_margins)(struct vc_data *vc, struct fb_info *info, int bottom_only)

Definition at line 62 of file fbcon.h.

int cur_rotate

Definition at line 80 of file fbcon.h.

int currcon

Definition at line 72 of file fbcon.h.

void(* cursor)(struct vc_data *vc, struct fb_info *info, int mode, int softback_lines, int fg, int bg)

Definition at line 64 of file fbcon.h.

char* cursor_data

Definition at line 81 of file fbcon.h.

int cursor_flash

Definition at line 73 of file fbcon.h.

int cursor_reset

Definition at line 74 of file fbcon.h.

u32 cursor_size

Definition at line 85 of file fbcon.h.

u8* cursor_src

Definition at line 84 of file fbcon.h.

struct fb_cursor cursor_state

Definition at line 70 of file fbcon.h.

struct timer_list cursor_timer

Definition at line 69 of file fbcon.h.

u32 fd_size

Definition at line 86 of file fbcon.h.

int flags

Definition at line 78 of file fbcon.h.

u8* fontbuffer

Definition at line 82 of file fbcon.h.

u8* fontdata

Definition at line 83 of file fbcon.h.

int graphics

Definition at line 76 of file fbcon.h.

Definition at line 71 of file fbcon.h.

void(* putcs)(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg)

Definition at line 59 of file fbcon.h.

int rotate

Definition at line 79 of file fbcon.h.

int(* rotate_font)(struct fb_info *info, struct vc_data *vc)

Definition at line 67 of file fbcon.h.

int save_graphics

Definition at line 77 of file fbcon.h.

int(* update_start)(struct fb_info *info)

Definition at line 66 of file fbcon.h.

Definition at line 68 of file fbcon.h.


The documentation for this struct was generated from the following file: