#include <linux/config.h>Include dependency graph for fbcon-cfb8.h:

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

Go to the source code of this file.
Functions | |
| void | fbcon_cfb8_setup (struct display *p) |
| void | fbcon_cfb8_bmove (struct display *p, int sy, int sx, int dy, int dx, int height, int width) |
| void | fbcon_cfb8_clear (struct vc_data *conp, struct display *p, int sy, int sx, int height, int width) |
| void | fbcon_cfb8_putc (struct vc_data *conp, struct display *p, int c, int yy, int xx) |
| void | fbcon_cfb8_putcs (struct vc_data *conp, struct display *p, const unsigned short *s, int count, int yy, int xx) |
| void | fbcon_cfb8_revc (struct display *p, int xx, int yy) |
| void | fbcon_cfb8_clear_margins (struct vc_data *conp, struct display *p, int bottom_only) |
Variables | |
| display_switch | fbcon_cfb8 |
|
||||||||||||||||||||||||||||||||
|
Definition at line 48 of file fbcon-cfb8.c. References bytes, dst, fontheight, fontwidth, fontwidthlog, mymemmove(), rows, src, and u8. Here is the call graph for this function: ![]() |
|
||||||||||||||||||||||||||||
|
Definition at line 93 of file fbcon-cfb8.c. References attr_bgcol_ec, bytes, dest, fontheight, fontwidth, lines, rectfill(), and u8. Here is the call graph for this function: ![]() |
|
||||||||||||||||
|
Definition at line 233 of file fbcon-cfb8.c. References attr_bgcol_ec, bytes, fontheight, fontwidth, rectfill(), and u8. Here is the call graph for this function: ![]() |
|
||||||||||||||||||||||||
|
Definition at line 111 of file fbcon-cfb8.c. References attr_bgcol, attr_fgcol, bytes, dest, fontheight, fontwidth, nibbletab_cfb8, rows, u32, and u8. |
|
||||||||||||||||||||||||||||
|
Definition at line 157 of file fbcon-cfb8.c. References attr_bgcol, attr_fgcol, bytes, c, dest, fontheight, fontwidth, nibbletab_cfb8, rows, scr_readw, u16, u32, and u8. |
|
||||||||||||||||
|
Definition at line 216 of file fbcon-cfb8.c. References bytes, dest, fontheight, fontwidth, rows, u32, and u8. |
|
|
Definition at line 42 of file fbcon-cfb8.c. |
|