Searched refs:con_putc (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/video/console/ |
H A D | dummycon.c | 139 .con_putc = dummycon_putc,
|
H A D | sticon.c | 368 .con_putc = sticon_putc,
|
H A D | mdacon.c | 547 .con_putc = mdacon_putc,
|
H A D | newport_con.c | 685 .con_putc = newport_putc,
|
H A D | vgacon.c | 1171 .con_putc = vgacon_putc,
|
/openbmc/linux/include/linux/ |
H A D | console.h | 53 void (*con_putc)(struct vc_data *vc, int c, int ypos, int xpos); member
|
/openbmc/linux/drivers/tty/vt/ |
H A D | vt.c | 765 vc->vc_sw->con_putc(vc, old, oldy, oldx); in complement_pos() 782 vc->vc_sw->con_putc(vc, new, oldy, oldx); in complement_pos() 836 vc->vc_sw->con_putc(vc, i, vc->state.y, vc->state.x); in add_softcursor() 844 vc->vc_sw->con_putc(vc, softcursor_original, in hide_softcursor()
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fbcon.c | 3156 .con_putc = fbcon_putc,
|