Searched refs:conp (Results 1 - 25 of 93) sorted by relevance

1234

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dconsolemap.h13 extern unsigned char inverse_translate(struct vc_data *conp, int glyph);
15 extern int conv_uni_to_pc(struct vc_data *conp, long ucs);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dconsolemap.h13 extern unsigned char inverse_translate(struct vc_data *conp, int glyph);
15 extern int conv_uni_to_pc(struct vc_data *conp, long ucs);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/sti/
H A Dsticon.c95 static void sticon_putc(struct vc_data *conp, int c, int ypos, int xpos) argument
97 int unit = conp->vc_num;
112 static void sticon_putcs(struct vc_data *conp, const unsigned short *s, argument
115 int unit = conp->vc_num;
133 static void sticon_cursor(struct vc_data *conp, int mode) argument
137 car1 = conp->vc_screenbuf[conp->vc_x + conp->vc_y * conp->vc_cols];
140 sti_putc(default_sti, car1, conp
159 sticon_scroll(struct vc_data *conp, int t, int b, int dir, int count) argument
184 sticon_bmove(struct vc_data *conp, int sy, int sx, int dy, int dx, int height, int width) argument
217 sticon_clear(struct vc_data *conp, int sy, int sx, int height, int width) argument
226 sticon_switch(struct vc_data *conp) argument
231 sticon_set_origin(struct vc_data *conp) argument
258 sticon_scrolldelta(struct vc_data *conp, int lines) argument
263 sticon_screen_pos(struct vc_data *conp, int offset) argument
279 sticon_getxy(struct vc_data *conp, unsigned long pos, int *px, int *py) argument
315 sticon_build_attr(struct vc_data *conp, u8 color, u8 intens, u8 blink, u8 underline, u8 reverse) argument
327 sticon_invert_region(struct vc_data *conp, u16 *p, int count) argument
343 sticon_save_screen(struct vc_data *conp) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dfbcon.c136 #define advance_row(p, delta) (unsigned short *)((unsigned long)(p) + (delta) * conp->vc_size_row)
185 static void fbcon_init(struct vc_data *conp, int init);
186 static void fbcon_deinit(struct vc_data *conp);
188 static void fbcon_clear(struct vc_data *conp, int sy, int sx, int height,
190 static void fbcon_putc(struct vc_data *conp, int c, int ypos, int xpos);
191 static void fbcon_putcs(struct vc_data *conp, const unsigned short *s, int count,
193 static void fbcon_cursor(struct vc_data *conp, int mode);
194 static int fbcon_scroll(struct vc_data *conp, int t, int b, int dir,
196 static void fbcon_bmove(struct vc_data *conp, int sy, int sx, int dy, int dx,
198 static int fbcon_switch(struct vc_data *conp);
333 struct vc_data *conp; local
481 fbcon_init(struct vc_data *conp, int init) argument
512 fbcon_deinit(struct vc_data *conp) argument
568 struct vc_data *conp = p->conp; local
807 fbcon_clear(struct vc_data *conp, int sy, int sx, int height, int width) argument
842 fbcon_putc(struct vc_data *conp, int c, int ypos, int xpos) argument
866 fbcon_putcs(struct vc_data *conp, const unsigned short *s, int count, int ypos, int xpos) argument
890 fbcon_cursor(struct vc_data *conp, int mode) argument
962 ywrap_up(int unit, struct vc_data *conp, struct display *p, int count) argument
979 ywrap_down(int unit, struct vc_data *conp, struct display *p, int count) argument
996 ypan_up(int unit, struct vc_data *conp, struct display *p, int count) argument
1018 ypan_down(int unit, struct vc_data *conp, struct display *p, int count) argument
1039 fbcon_redraw_softback(struct vc_data *conp, struct display *p, long delta) argument
1128 fbcon_redraw(struct vc_data *conp, struct display *p, int line, int count, int offset) argument
1197 fbcon_redraw_clear(struct vc_data *conp, struct display *p, int sy, int sx, int height, int width) argument
1232 struct vc_data *conp = p->conp; local
1273 fbcon_softback_note(struct vc_data *conp, int t, int count) argument
1297 fbcon_scroll(struct vc_data *conp, int t, int b, int dir, int count) argument
1445 fbcon_bmove(struct vc_data *conp, int sy, int sx, int dy, int dx, int height, int width) argument
1505 fbcon_switch(struct vc_data *conp) argument
1566 fbcon_blank(struct vc_data *conp, int blank) argument
1715 struct vc_data *conp = p->conp; local
1738 struct vc_data *conp = p->conp; local
1763 struct vc_data *conp = p->conp; local
1917 fbcon_font_op(struct vc_data *conp, struct console_font_op *op) argument
1943 fbcon_set_palette(struct vc_data *conp, unsigned char *table) argument
1969 fbcon_screen_pos(struct vc_data *conp, int offset) argument
1985 fbcon_getxy(struct vc_data *conp, unsigned long pos, int *px, int *py) argument
2022 fbcon_invert_region(struct vc_data *conp, u16 *p, int cnt) argument
2040 fbcon_scrolldelta(struct vc_data *conp, int lines) argument
2121 fbcon_set_origin(struct vc_data *conp) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/video/
H A Dfbcon-vga-planes.h25 extern void fbcon_vga_planes_clear(struct vc_data *conp, struct display *p, int sy,
27 extern void fbcon_vga_planes_putc(struct vc_data *conp, struct display *p, int c,
29 extern void fbcon_ega_planes_putc(struct vc_data *conp, struct display *p, int c,
31 extern void fbcon_vga_planes_putcs(struct vc_data *conp, struct display *p,
33 extern void fbcon_ega_planes_putcs(struct vc_data *conp, struct display *p,
H A Dfbcon-afb.h24 extern void fbcon_afb_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_afb_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_afb_putcs(struct vc_data *conp, struct display *p,
H A Dfbcon-cfb2.h24 extern void fbcon_cfb2_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_cfb2_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_cfb2_putcs(struct vc_data *conp, struct display *p,
H A Dfbcon-cfb4.h24 extern void fbcon_cfb4_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_cfb4_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_cfb4_putcs(struct vc_data *conp, struct display *p,
H A Dfbcon-hga.h24 extern void fbcon_hga_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_hga_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_hga_putcs(struct vc_data *conp, struct display *p,
H A Dfbcon-ilbm.h24 extern void fbcon_ilbm_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_ilbm_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_ilbm_putcs(struct vc_data *conp, struct display *p,
H A Dfbcon-iplan2p2.h24 extern void fbcon_iplan2p2_clear(struct vc_data *conp, struct display *p,
26 extern void fbcon_iplan2p2_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_iplan2p2_putcs(struct vc_data *conp, struct display *p,
H A Dfbcon-iplan2p4.h24 extern void fbcon_iplan2p4_clear(struct vc_data *conp, struct display *p,
26 extern void fbcon_iplan2p4_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_iplan2p4_putcs(struct vc_data *conp, struct display *p,
H A Dfbcon-iplan2p8.h24 extern void fbcon_iplan2p8_clear(struct vc_data *conp, struct display *p,
26 extern void fbcon_iplan2p8_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_iplan2p8_putcs(struct vc_data *conp, struct display *p,
H A Dfbcon-mac.h24 extern void fbcon_mac_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_mac_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_mac_putcs(struct vc_data *conp, struct display *p,
H A Dfbcon-mfb.h24 extern void fbcon_mfb_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_mfb_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_mfb_putcs(struct vc_data *conp, struct display *p,
H A Dfbcon-vga.h24 extern void fbcon_vga_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_vga_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_vga_putcs(struct vc_data *conp, struct display *p,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/video/
H A Dfbcon-vga-planes.h25 extern void fbcon_vga_planes_clear(struct vc_data *conp, struct display *p, int sy,
27 extern void fbcon_vga_planes_putc(struct vc_data *conp, struct display *p, int c,
29 extern void fbcon_ega_planes_putc(struct vc_data *conp, struct display *p, int c,
31 extern void fbcon_vga_planes_putcs(struct vc_data *conp, struct display *p,
33 extern void fbcon_ega_planes_putcs(struct vc_data *conp, struct display *p,
H A Dfbcon-afb.h24 extern void fbcon_afb_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_afb_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_afb_putcs(struct vc_data *conp, struct display *p,
H A Dfbcon-cfb2.h24 extern void fbcon_cfb2_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_cfb2_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_cfb2_putcs(struct vc_data *conp, struct display *p,
H A Dfbcon-cfb4.h24 extern void fbcon_cfb4_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_cfb4_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_cfb4_putcs(struct vc_data *conp, struct display *p,
H A Dfbcon-hga.h24 extern void fbcon_hga_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_hga_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_hga_putcs(struct vc_data *conp, struct display *p,
H A Dfbcon-ilbm.h24 extern void fbcon_ilbm_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_ilbm_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_ilbm_putcs(struct vc_data *conp, struct display *p,
H A Dfbcon-iplan2p2.h24 extern void fbcon_iplan2p2_clear(struct vc_data *conp, struct display *p,
26 extern void fbcon_iplan2p2_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_iplan2p2_putcs(struct vc_data *conp, struct display *p,
H A Dfbcon-iplan2p4.h24 extern void fbcon_iplan2p4_clear(struct vc_data *conp, struct display *p,
26 extern void fbcon_iplan2p4_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_iplan2p4_putcs(struct vc_data *conp, struct display *p,
H A Dfbcon-iplan2p8.h24 extern void fbcon_iplan2p8_clear(struct vc_data *conp, struct display *p,
26 extern void fbcon_iplan2p8_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_iplan2p8_putcs(struct vc_data *conp, struct display *p,

Completed in 65 milliseconds

1234