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

/linux-master/drivers/video/console/
H A Ddummycon.c144 .con_putc = dummycon_putc,
H A Dnewport_con.c686 .con_putc = newport_putc,
/linux-master/include/linux/
H A Dconsole.h46 * @con_putc: emit one character with attributes @ca to [@x, @y] on @vc.
93 void (*con_putc)(struct vc_data *vc, u16 ca, unsigned int y, member in struct:consw
/linux-master/drivers/tty/vt/
H A Dvt.c297 static void con_putc(struct vc_data *vc, u16 ca, unsigned int y, unsigned int x) function
299 if (vc->vc_sw->con_putc)
300 vc->vc_sw->con_putc(vc, ca, y, x);
757 con_putc(vc, old, oldy, oldx);
773 con_putc(vc, new, oldy, oldx);
827 con_putc(vc, i, vc->state.y, vc->state.x);
835 con_putc(vc, softcursor_original, vc->state.y,

Completed in 146 milliseconds