Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

fbcon-cfb16.h File Reference

#include <linux/config.h>

Include dependency graph for fbcon-cfb16.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void fbcon_cfb16_setup (struct display *p)
void fbcon_cfb16_bmove (struct display *p, int sy, int sx, int dy, int dx, int height, int width)
void fbcon_cfb16_clear (struct vc_data *conp, struct display *p, int sy, int sx, int height, int width)
void fbcon_cfb16_putc (struct vc_data *conp, struct display *p, int c, int yy, int xx)
void fbcon_cfb16_putcs (struct vc_data *conp, struct display *p, const unsigned short *s, int count, int yy, int xx)
void fbcon_cfb16_revc (struct display *p, int xx, int yy)
void fbcon_cfb16_clear_margins (struct vc_data *conp, struct display *p, int bottom_only)

Variables

display_switch fbcon_cfb16


Function Documentation

void fbcon_cfb16_bmove struct display *  p,
int  sy,
int  sx,
int  dy,
int  dx,
int  height,
int  width
 

Definition at line 42 of file fbcon-cfb16.c.

References bytes, dst, fontheight, fontwidth, fontwidthlog, mymemmove(), rows, src, and u8.

Here is the call graph for this function:

void fbcon_cfb16_clear struct vc_data conp,
struct display *  p,
int  sy,
int  sx,
int  height,
int  width
 

Definition at line 103 of file fbcon-cfb16.c.

References attr_bgcol_ec, bytes, dest, fontheight, fontwidth, lines, rectfill(), u16, u32, and u8.

Here is the call graph for this function:

void fbcon_cfb16_clear_margins struct vc_data conp,
struct display *  p,
int  bottom_only
 

Definition at line 252 of file fbcon-cfb16.c.

References attr_bgcol_ec, bytes, fontheight, fontwidth, rectfill(), u16, and u32.

Here is the call graph for this function:

void fbcon_cfb16_putc struct vc_data conp,
struct display *  p,
int  c,
int  yy,
int  xx
 

Definition at line 121 of file fbcon-cfb16.c.

References attr_bgcol, attr_fgcol, bytes, dest, fontheight, fontwidth, rows, tab_cfb16, u16, u32, and u8.

void fbcon_cfb16_putcs struct vc_data conp,
struct display *  p,
const unsigned short *  s,
int  count,
int  yy,
int  xx
 

Definition at line 171 of file fbcon-cfb16.c.

References attr_bgcol, attr_fgcol, bytes, c, dest, fontheight, fontwidth, rows, scr_readw, tab_cfb16, u16, u32, and u8.

void fbcon_cfb16_revc struct display *  p,
int  xx,
int  yy
 

Definition at line 229 of file fbcon-cfb16.c.

References bytes, dest, fontheight, fontwidth, rows, u32, and u8.

void fbcon_cfb16_setup struct display *  p  ) 
 

Definition at line 36 of file fbcon-cfb16.c.


Variable Documentation

struct display_switch fbcon_cfb16
 

Definition at line 277 of file fbcon-cfb16.c.

Referenced by __initfunc(), acornfb_set_var(), atafb_set_disp(), aty128_set_disp(), atyfb_set_disp(), chips_set_bitdepth(), clgen_set_disp(), cyber2000fb_set_var(), cyberfb_set_disp(), igafb_set_disp(), initMatrox(), macfb_set_disp(), platinum_set_disp(), q40fb_set_disp(), retz3fb_set_disp(), retz3fb_set_var(), set_dispsw(), sgivwfb_set_var(), valkyrie_par_to_display(), vesafb_set_disp(), vfb_set_var(), virgefb_set_disp(), and xxx_set_disp().