Home
last modified time | relevance | path

Searched refs:con_putc (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/video/console/
H A Ddummycon.c144 .con_putc = dummycon_putc,
H A Dnewport_con.c686 .con_putc = newport_putc,
/linux/include/linux/
H A Dconsole.h95 void (*con_putc)(struct vc_data *vc, u16 ca, unsigned int y, member
/linux/drivers/tty/vt/
H A Dvt.c297 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()