Searched refs:con_putc (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/video/console/ |
H A D | dummycon.c | 144 .con_putc = dummycon_putc,
|
H A D | newport_con.c | 686 .con_putc = newport_putc,
|
/linux/include/linux/ |
H A D | console.h | 95 void (*con_putc)(struct vc_data *vc, u16 ca, unsigned int y, member
|
/linux/drivers/tty/vt/ |
H A D | vt.c | 297 static void con_putc(struct vc_data *vc, u16 ca, unsigned int y, unsigned int x) in con_putc() function 299 if (vc->vc_sw->con_putc) in con_putc() 300 vc->vc_sw->con_putc(vc, ca, y, x); in con_putc() 757 con_putc(vc, old, oldy, oldx); in complement_pos() 773 con_putc(vc, new, oldy, oldx); in complement_pos() 827 con_putc(vc, i, vc->state.y, vc->state.x); in add_softcursor() 835 con_putc(vc, softcursor_original, vc->state.y, in hide_softcursor()
|