tag | line | file | source code |
conp | 32 | arch/m68k/atari/atafb.h | struct vc_data *conp; /* pointer to console data */ |
conp | 194 | arch/m68k/console/fbcon.c | #define attr_fgcol(p,conp) \ |
conp | 195 | arch/m68k/console/fbcon.c | (((conp)->vc_attr >> ((p)->inverse ? 4 : 0)) & 0x0f) |
conp | 196 | arch/m68k/console/fbcon.c | #define attr_bgcol(p,conp) \ |
conp | 197 | arch/m68k/console/fbcon.c | (((conp)->vc_attr >> ((p)->inverse ? 0 : 4)) & 0x0f) |
conp | 198 | arch/m68k/console/fbcon.c | #define attr_bgcol_ec(p,conp) \ |
conp | 199 | arch/m68k/console/fbcon.c | (((conp)->vc_video_erase_char >> ((p)->inverse ? 8 : 12)) & 0x0f) |
conp | 202 | arch/m68k/console/fbcon.c | #define attr_bold(p,conp) \ |
conp | 203 | arch/m68k/console/fbcon.c | (((conp)->vc_attr & 3) == 2) |
conp | 204 | arch/m68k/console/fbcon.c | #define attr_reverse(p,conp) \ |
conp | 205 | arch/m68k/console/fbcon.c | (((conp)->vc_attr & 8) ^ ((p)->inverse ? 8 : 0)) |
conp | 206 | arch/m68k/console/fbcon.c | #define attr_underline(p,conp) \ |
conp | 207 | arch/m68k/console/fbcon.c | (((conp)->vc_attr) & 4) |
conp | 226 | arch/m68k/console/fbcon.c | static void fbcon_init(struct vc_data *conp); |
conp | 227 | arch/m68k/console/fbcon.c | static int fbcon_deinit(struct vc_data *conp); |
conp | 229 | arch/m68k/console/fbcon.c | static int fbcon_clear(struct vc_data *conp, int sy, int sx, int height, |
conp | 231 | arch/m68k/console/fbcon.c | static int fbcon_putc(struct vc_data *conp, int c, int y, int x); |
conp | 232 | arch/m68k/console/fbcon.c | static int fbcon_putcs(struct vc_data *conp, const char *s, int count, int y, |
conp | 234 | arch/m68k/console/fbcon.c | static int fbcon_cursor(struct vc_data *conp, int mode); |
conp | 235 | arch/m68k/console/fbcon.c | static int fbcon_scroll(struct vc_data *conp, int t, int b, int dir, int count); |
conp | 236 | arch/m68k/console/fbcon.c | static int fbcon_bmove(struct vc_data *conp, int sy, int sx, int dy, int dx, |
conp | 238 | arch/m68k/console/fbcon.c | static int fbcon_switch(struct vc_data *conp); |
conp | 284 | arch/m68k/console/fbcon.c | static void clear_mono(struct vc_data *conp, struct display *p, int sy, int sx, |
conp | 286 | arch/m68k/console/fbcon.c | static void putc_mono(struct vc_data *conp, struct display *p, int c, int y, |
conp | 288 | arch/m68k/console/fbcon.c | static void putcs_mono(struct vc_data *conp, struct display *p, const char *s, |
conp | 301 | arch/m68k/console/fbcon.c | static void clear_ilbm(struct vc_data *conp, struct display *p, int sy, int sx, |
conp | 303 | arch/m68k/console/fbcon.c | static void putc_ilbm(struct vc_data *conp, struct display *p, int c, int y, |
conp | 305 | arch/m68k/console/fbcon.c | static void putcs_ilbm(struct vc_data *conp, struct display *p, const char *s, |
conp | 318 | arch/m68k/console/fbcon.c | static void clear_plan(struct vc_data *conp, struct display *p, int sy, int sx, |
conp | 320 | arch/m68k/console/fbcon.c | static void putc_plan(struct vc_data *conp, struct display *p, int c, int y, |
conp | 322 | arch/m68k/console/fbcon.c | static void putcs_plan(struct vc_data *conp, struct display *p, const char *s, |
conp | 335 | arch/m68k/console/fbcon.c | static void clear_2_plane(struct vc_data *conp, struct display *p, int sy, |
conp | 337 | arch/m68k/console/fbcon.c | static void putc_2_plane(struct vc_data *conp, struct display *p, int c, int y, |
conp | 339 | arch/m68k/console/fbcon.c | static void putcs_2_plane(struct vc_data *conp, struct display *p, |
conp | 352 | arch/m68k/console/fbcon.c | static void clear_4_plane(struct vc_data *conp, struct display *p, int sy, |
conp | 354 | arch/m68k/console/fbcon.c | static void putc_4_plane(struct vc_data *conp, struct display *p, int c, int y, |
conp | 356 | arch/m68k/console/fbcon.c | static void putcs_4_plane(struct vc_data *conp, struct display *p, |
conp | 369 | arch/m68k/console/fbcon.c | static void clear_8_plane(struct vc_data *conp, struct display *p, int sy, |
conp | 371 | arch/m68k/console/fbcon.c | static void putc_8_plane(struct vc_data *conp, struct display *p, int c, int y, |
conp | 373 | arch/m68k/console/fbcon.c | static void putcs_8_plane(struct vc_data *conp, struct display *p, |
conp | 386 | arch/m68k/console/fbcon.c | static void clear_8_packed(struct vc_data *conp, struct display *p, int sy, |
conp | 388 | arch/m68k/console/fbcon.c | static void putc_8_packed(struct vc_data *conp, struct display *p, int c, int y, |
conp | 390 | arch/m68k/console/fbcon.c | static void putcs_8_packed(struct vc_data *conp, struct display *p, |
conp | 403 | arch/m68k/console/fbcon.c | static void clear_16_packed(struct vc_data *conp, struct display *p, int sy, |
conp | 405 | arch/m68k/console/fbcon.c | static void putc_16_packed(struct vc_data *conp, struct display *p, int c, |
conp | 407 | arch/m68k/console/fbcon.c | static void putcs_16_packed(struct vc_data *conp, struct display *p, |
conp | 420 | arch/m68k/console/fbcon.c | static void clear_cyber(struct vc_data *conp, struct display *p, int sy, int sx, |
conp | 422 | arch/m68k/console/fbcon.c | static void putc_cyber(struct vc_data *conp, struct display *p, int c, int y, |
conp | 424 | arch/m68k/console/fbcon.c | static void putcs_cyber(struct vc_data *conp, struct display *p, const char *s, |
conp | 446 | arch/m68k/console/fbcon.c | void (*clear)(struct vc_data *conp, struct display *p, int sy, int sx, |
conp | 448 | arch/m68k/console/fbcon.c | void (*putc)(struct vc_data *conp, struct display *p, int c, int y, int x); |
conp | 449 | arch/m68k/console/fbcon.c | void (*putcs)(struct vc_data *conp, struct display *p, const char *s, |
conp | 542 | arch/m68k/console/fbcon.c | static void fbcon_init(struct vc_data *conp) |
conp | 544 | arch/m68k/console/fbcon.c | int unit = conp->vc_num; |
conp | 548 | arch/m68k/console/fbcon.c | disp[unit].conp = conp; |
conp | 553 | arch/m68k/console/fbcon.c | static int fbcon_deinit(struct vc_data *conp) |
conp | 555 | arch/m68k/console/fbcon.c | disp[conp->vc_num].conp = 0; |
conp | 570 | arch/m68k/console/fbcon.c | struct vc_data *conp = p->conp; |
conp | 590 | arch/m68k/console/fbcon.c | conp->vc_cols = p->var.xres/p->fontwidth; |
conp | 591 | arch/m68k/console/fbcon.c | conp->vc_rows = p->var.yres/p->fontheight; |
conp | 593 | arch/m68k/console/fbcon.c | conp->vc_can_do_color = p->var.bits_per_pixel != 1; |
conp | 704 | arch/m68k/console/fbcon.c | vc_resize_con(conp->vc_rows, conp->vc_cols, con); |
conp | 1401 | arch/m68k/console/fbcon.c | static int fbcon_clear(struct vc_data *conp, int sy, int sx, int height, |
conp | 1404 | arch/m68k/console/fbcon.c | int unit = conp->vc_num; |
conp | 1420 | arch/m68k/console/fbcon.c | p->dispsw->clear(conp, p, real_y(p, sy), sx, b, width); |
conp | 1421 | arch/m68k/console/fbcon.c | p->dispsw->clear(conp, p, real_y(p, sy+b), sx, height-b, width); |
conp | 1423 | arch/m68k/console/fbcon.c | p->dispsw->clear(conp, p, real_y(p, sy), sx, height, width); |
conp | 1429 | arch/m68k/console/fbcon.c | static int fbcon_putc(struct vc_data *conp, int c, int y, int x) |
conp | 1431 | arch/m68k/console/fbcon.c | int unit = conp->vc_num; |
conp | 1440 | arch/m68k/console/fbcon.c | p->dispsw->putc(conp, p, c, real_y(p, y), x); |
conp | 1446 | arch/m68k/console/fbcon.c | static int fbcon_putcs(struct vc_data *conp, const char *s, int count, int y, |
conp | 1449 | arch/m68k/console/fbcon.c | int unit = conp->vc_num; |
conp | 1458 | arch/m68k/console/fbcon.c | p->dispsw->putcs(conp, p, s, count, real_y(p, y), x); |
conp | 1464 | arch/m68k/console/fbcon.c | static int fbcon_cursor(struct vc_data *conp, int mode) |
conp | 1466 | arch/m68k/console/fbcon.c | int unit = conp->vc_num; |
conp | 1471 | arch/m68k/console/fbcon.c | p->cursor_x = conp->vc_x; |
conp | 1472 | arch/m68k/console/fbcon.c | p->cursor_y = conp->vc_y; |
conp | 1509 | arch/m68k/console/fbcon.c | static int fbcon_scroll(struct vc_data *conp, int t, int b, int dir, int count) |
conp | 1511 | arch/m68k/console/fbcon.c | int unit = conp->vc_num; |
conp | 1517 | arch/m68k/console/fbcon.c | fbcon_cursor(conp, CM_ERASE); |
conp | 1525 | arch/m68k/console/fbcon.c | if (t == 0 && b == conp->vc_rows && |
conp | 1527 | arch/m68k/console/fbcon.c | if (count > conp->vc_rows) /* Maximum realistic size */ |
conp | 1528 | arch/m68k/console/fbcon.c | count = conp->vc_rows; |
conp | 1542 | arch/m68k/console/fbcon.c | if (p->yscroll+conp->vc_rows > p->vrows) { |
conp | 1544 | arch/m68k/console/fbcon.c | conp->vc_cols); |
conp | 1554 | arch/m68k/console/fbcon.c | p->dispsw->bmove(p, count, 0, 0, 0, b-count, conp->vc_cols); |
conp | 1558 | arch/m68k/console/fbcon.c | fbcon_bmove(conp, t+count, 0, t, 0, b-t-count, conp->vc_cols); |
conp | 1559 | arch/m68k/console/fbcon.c | fbcon_clear(conp, b-count, 0, count, conp->vc_cols); |
conp | 1563 | arch/m68k/console/fbcon.c | if (t == 0 && b == conp->vc_rows && |
conp | 1565 | arch/m68k/console/fbcon.c | if (count > conp->vc_rows) /* Maximum realistic size */ |
conp | 1566 | arch/m68k/console/fbcon.c | count = conp->vc_rows; |
conp | 1581 | arch/m68k/console/fbcon.c | p->yscroll = p->vrows-conp->vc_rows; |
conp | 1583 | arch/m68k/console/fbcon.c | conp->vc_cols); |
conp | 1592 | arch/m68k/console/fbcon.c | p->dispsw->bmove(p, 0, 0, count, 0, b-count, conp->vc_cols); |
conp | 1596 | arch/m68k/console/fbcon.c | fbcon_bmove(conp, t, 0, t+count, 0, b-t-count, conp->vc_cols); |
conp | 1602 | arch/m68k/console/fbcon.c | fbcon_clear(conp, t, 0, count, conp->vc_cols); |
conp | 1606 | arch/m68k/console/fbcon.c | fbcon_bmove(conp, 0, t+count, 0, t, conp->vc_rows, b-t-count); |
conp | 1607 | arch/m68k/console/fbcon.c | fbcon_clear(conp, 0, b-count, conp->vc_rows, count); |
conp | 1611 | arch/m68k/console/fbcon.c | fbcon_bmove(conp, 0, t, 0, t+count, conp->vc_rows, b-t-count); |
conp | 1612 | arch/m68k/console/fbcon.c | fbcon_clear(conp, 0, t, conp->vc_rows, count); |
conp | 1620 | arch/m68k/console/fbcon.c | static int fbcon_bmove(struct vc_data *conp, int sy, int sx, int dy, int dx, |
conp | 1623 | arch/m68k/console/fbcon.c | int unit = conp->vc_num; |
conp | 1633 | arch/m68k/console/fbcon.c | fbcon_cursor(conp, CM_ERASE); |
conp | 1680 | arch/m68k/console/fbcon.c | static int fbcon_switch(struct vc_data *conp) |
conp | 1683 | arch/m68k/console/fbcon.c | (*fb_info->switch_con)(conp->vc_num); |
conp | 1692 | arch/m68k/console/fbcon.c | fbcon_cursor(p->conp, blank ? CM_ERASE : CM_DRAW); |
conp | 1712 | arch/m68k/console/fbcon.c | static int fbcon_get_font(struct vc_data *conp, int *w, int *h, char *data) |
conp | 1714 | arch/m68k/console/fbcon.c | int unit = conp->vc_num; |
conp | 1737 | arch/m68k/console/fbcon.c | static int fbcon_set_font(struct vc_data *conp, int w, int h, char *data) |
conp | 1739 | arch/m68k/console/fbcon.c | int unit = conp->vc_num; |
conp | 1891 | arch/m68k/console/fbcon.c | static void clear_mono(struct vc_data *conp, struct display *p, int sy, int sx, |
conp | 1900 | arch/m68k/console/fbcon.c | if (attr_reverse(p,conp)) |
conp | 1906 | arch/m68k/console/fbcon.c | if (attr_reverse(p,conp)) |
conp | 1913 | arch/m68k/console/fbcon.c | static void putc_mono(struct vc_data *conp, struct display *p, int c, int y, |
conp | 1924 | arch/m68k/console/fbcon.c | bold = attr_bold(p,conp); |
conp | 1925 | arch/m68k/console/fbcon.c | reverse = attr_reverse(p,conp); |
conp | 1926 | arch/m68k/console/fbcon.c | underline = attr_underline(p,conp); |
conp | 1941 | arch/m68k/console/fbcon.c | static void putcs_mono(struct vc_data *conp, struct display *p, const char *s, |
conp | 1949 | arch/m68k/console/fbcon.c | bold = attr_bold(p,conp); |
conp | 1950 | arch/m68k/console/fbcon.c | reverse = attr_reverse(p,conp); |
conp | 1951 | arch/m68k/console/fbcon.c | underline = attr_underline(p,conp); |
conp | 2030 | arch/m68k/console/fbcon.c | static void clear_ilbm(struct vc_data *conp, struct display *p, int sy, int sx, |
conp | 2039 | arch/m68k/console/fbcon.c | bg0 = attr_bgcol_ec(p,conp); |
conp | 2053 | arch/m68k/console/fbcon.c | static void putc_ilbm(struct vc_data *conp, struct display *p, int c, int y, |
conp | 2065 | arch/m68k/console/fbcon.c | fg0 = attr_fgcol(p,conp); |
conp | 2066 | arch/m68k/console/fbcon.c | bg0 = attr_bgcol(p,conp); |
conp | 2105 | arch/m68k/console/fbcon.c | static void putcs_ilbm(struct vc_data *conp, struct display *p, const char *s, |
conp | 2115 | arch/m68k/console/fbcon.c | fg0 = attr_fgcol(p,conp); |
conp | 2116 | arch/m68k/console/fbcon.c | bg0 = attr_bgcol(p,conp); |
conp | 2264 | arch/m68k/console/fbcon.c | static void clear_plan(struct vc_data *conp, struct display *p, int sy, int sx, |
conp | 2273 | arch/m68k/console/fbcon.c | bg = attr_bgcol_ec(p,conp); |
conp | 2286 | arch/m68k/console/fbcon.c | static void putc_plan(struct vc_data *conp, struct display *p, int c, int y, |
conp | 2298 | arch/m68k/console/fbcon.c | fg = attr_fgcol(p,conp); |
conp | 2299 | arch/m68k/console/fbcon.c | bg = attr_bgcol(p,conp); |
conp | 2328 | arch/m68k/console/fbcon.c | static void putcs_plan(struct vc_data *conp, struct display *p, const char *s, |
conp | 2339 | arch/m68k/console/fbcon.c | fg0 = attr_fgcol(p,conp); |
conp | 2340 | arch/m68k/console/fbcon.c | bg0 = attr_bgcol(p,conp); |
conp | 2583 | arch/m68k/console/fbcon.c | static void clear_2_plane(struct vc_data *conp, struct display *p, int sy, |
conp | 2595 | arch/m68k/console/fbcon.c | cval = expand2l (COLOR_2P (attr_bgcol_ec(p,conp))); |
conp | 2607 | arch/m68k/console/fbcon.c | pcval = expand2w(COLOR_2P(attr_bgcol_ec(p,conp))); |
conp | 2635 | arch/m68k/console/fbcon.c | static void putc_2_plane(struct vc_data *conp, struct display *p, int c, int y, |
conp | 2649 | arch/m68k/console/fbcon.c | fgx = expand2w(COLOR_2P(attr_fgcol(p,conp))); |
conp | 2650 | arch/m68k/console/fbcon.c | bgx = expand2w(COLOR_2P(attr_bgcol(p,conp))); |
conp | 2661 | arch/m68k/console/fbcon.c | static void putcs_2_plane(struct vc_data *conp, struct display *p, |
conp | 2672 | arch/m68k/console/fbcon.c | fgx = expand2w(COLOR_2P(attr_fgcol(p,conp))); |
conp | 2673 | arch/m68k/console/fbcon.c | bgx = expand2w(COLOR_2P(attr_bgcol(p,conp))); |
conp | 2847 | arch/m68k/console/fbcon.c | static void clear_4_plane(struct vc_data *conp, struct display *p, int sy, |
conp | 2858 | arch/m68k/console/fbcon.c | expand4dl(attr_bgcol_ec(p,conp), &cval1, &cval2); |
conp | 2870 | arch/m68k/console/fbcon.c | pcval = expand4l(attr_bgcol_ec(p,conp)); |
conp | 2898 | arch/m68k/console/fbcon.c | static void putc_4_plane(struct vc_data *conp, struct display *p, int c, int y, |
conp | 2912 | arch/m68k/console/fbcon.c | fgx = expand4l(attr_fgcol(p,conp)); |
conp | 2913 | arch/m68k/console/fbcon.c | bgx = expand4l(attr_bgcol(p,conp)); |
conp | 2924 | arch/m68k/console/fbcon.c | static void putcs_4_plane(struct vc_data *conp, struct display *p, |
conp | 2935 | arch/m68k/console/fbcon.c | fgx = expand4l(attr_fgcol(p,conp)); |
conp | 2936 | arch/m68k/console/fbcon.c | bgx = expand4l(attr_bgcol(p,conp)); |
conp | 3126 | arch/m68k/console/fbcon.c | static void clear_8_plane(struct vc_data *conp, struct display *p, int sy, |
conp | 3137 | arch/m68k/console/fbcon.c | expand8ql(attr_bgcol_ec(p,conp), cval1, cval2, cval3, cval4); |
conp | 3149 | arch/m68k/console/fbcon.c | expand8dl(attr_bgcol_ec(p,conp), &pcval1, &pcval2); |
conp | 3178 | arch/m68k/console/fbcon.c | static void putc_8_plane(struct vc_data *conp, struct display *p, int c, int y, |
conp | 3192 | arch/m68k/console/fbcon.c | expand8dl(attr_fgcol(p,conp), &fgx1, &fgx2); |
conp | 3193 | arch/m68k/console/fbcon.c | expand8dl(attr_bgcol(p,conp), &bgx1, &bgx2); |
conp | 3209 | arch/m68k/console/fbcon.c | static void putcs_8_plane(struct vc_data *conp, struct display *p, |
conp | 3221 | arch/m68k/console/fbcon.c | expand8dl(attr_fgcol(p,conp), &fgx1, &fgx2); |
conp | 3222 | arch/m68k/console/fbcon.c | expand8dl(attr_bgcol(p,conp), &bgx1, &bgx2); |
conp | 3330 | arch/m68k/console/fbcon.c | static void clear_8_packed(struct vc_data *conp, struct display *p, int sy, |
conp | 3339 | arch/m68k/console/fbcon.c | bgx=attr_bgcol_ec(p,conp); |
conp | 3363 | arch/m68k/console/fbcon.c | static void putc_8_packed(struct vc_data *conp, struct display *p, int c, int y, |
conp | 3375 | arch/m68k/console/fbcon.c | fgx=attr_fgcol(p,conp); |
conp | 3376 | arch/m68k/console/fbcon.c | bgx=attr_bgcol(p,conp); |
conp | 3392 | arch/m68k/console/fbcon.c | static void putcs_8_packed(struct vc_data *conp, struct display *p, |
conp | 3400 | arch/m68k/console/fbcon.c | fgx=attr_fgcol(p,conp); |
conp | 3401 | arch/m68k/console/fbcon.c | bgx=attr_bgcol(p,conp); |
conp | 3486 | arch/m68k/console/fbcon.c | static void clear_16_packed(struct vc_data *conp, struct display *p, int sy, |
conp | 3495 | arch/m68k/console/fbcon.c | bgx = attr_bgcol_ec(p,conp); |
conp | 3523 | arch/m68k/console/fbcon.c | static void putc_16_packed(struct vc_data *conp, struct display *p, int c, |
conp | 3535 | arch/m68k/console/fbcon.c | fgx = attr_fgcol(p,conp); |
conp | 3537 | arch/m68k/console/fbcon.c | bgx = attr_bgcol(p,conp); |
conp | 3557 | arch/m68k/console/fbcon.c | static void putcs_16_packed(struct vc_data *conp, struct display *p, |
conp | 3565 | arch/m68k/console/fbcon.c | fgx = attr_fgcol(p,conp); |
conp | 3567 | arch/m68k/console/fbcon.c | bgx = attr_bgcol(p,conp); |
conp | 3626 | arch/m68k/console/fbcon.c | static void clear_cyber(struct vc_data *conp, struct display *p, int sy, int sx, |
conp | 3632 | arch/m68k/console/fbcon.c | bg = attr_bgcol_ec(p,conp); |
conp | 3639 | arch/m68k/console/fbcon.c | static void putc_cyber(struct vc_data *conp, struct display *p, int c, int y, |
conp | 3654 | arch/m68k/console/fbcon.c | reverse = conp->vc_reverse; |
conp | 3655 | arch/m68k/console/fbcon.c | underline = conp->vc_underline; |
conp | 3680 | arch/m68k/console/fbcon.c | static void putcs_cyber(struct vc_data *conp, struct display *p, const char *s, |
conp | 3692 | arch/m68k/console/fbcon.c | reverse = conp->vc_reverse; |
conp | 3693 | arch/m68k/console/fbcon.c | underline = conp->vc_underline; |
conp | 26 | arch/m68k/console/txtcon.c | static void txtcon_init(struct vc_data *conp); |
conp | 27 | arch/m68k/console/txtcon.c | static int txtcon_deinit(struct vc_data *conp); |
conp | 28 | arch/m68k/console/txtcon.c | static int txtcon_clear(struct vc_data *conp, int sy, int sx, int height, |
conp | 30 | arch/m68k/console/txtcon.c | static int txtcon_putc(struct vc_data *conp, int c, int y, int x); |
conp | 31 | arch/m68k/console/txtcon.c | static int txtcon_putcs(struct vc_data *conp, const char *s, int count, int y, |
conp | 33 | arch/m68k/console/txtcon.c | static int txtcon_cursor(struct vc_data *conp, int mode); |
conp | 34 | arch/m68k/console/txtcon.c | static int txtcon_scroll(struct vc_data *conp, int t, int b, int dir, int count); |
conp | 35 | arch/m68k/console/txtcon.c | static int txtcon_bmove(struct vc_data *conp, int sy, int sx, int dy, int dx, |
conp | 37 | arch/m68k/console/txtcon.c | static int txtcon_switch(struct vc_data *conp); |
conp | 49 | arch/m68k/console/txtcon.c | static void txtcon_init(struct vc_data *conp) |
conp | 54 | arch/m68k/console/txtcon.c | static int txtcon_deinit(struct vc_data *conp) |
conp | 65 | arch/m68k/console/txtcon.c | static int txtcon_clear(struct vc_data *conp, int sy, int sx, int height, |
conp | 72 | arch/m68k/console/txtcon.c | static int txtcon_putc(struct vc_data *conp, int c, int y, int x) |
conp | 78 | arch/m68k/console/txtcon.c | static int txtcon_putcs(struct vc_data *conp, const char *s, int count, int y, |
conp | 85 | arch/m68k/console/txtcon.c | static int txtcon_cursor(struct vc_data *conp, int mode) |
conp | 91 | arch/m68k/console/txtcon.c | static int txtcon_scroll(struct vc_data *conp, int t, int b, int dir, int count) |
conp | 97 | arch/m68k/console/txtcon.c | static int txtcon_bmove(struct vc_data *conp, int sy, int sx, int dy, int dx, |
conp | 104 | arch/m68k/console/txtcon.c | static int txtcon_switch(struct vc_data *conp) |
conp | 182 | include/linux/fb.h | struct vc_data *conp; /* pointer to console data */ |