Searched refs:con_putcs (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/video/console/
H A Ddummycon.c145 .con_putcs = dummycon_putcs,
H A Dsticon.c354 .con_putcs = sticon_putcs,
H A Dmdacon.c535 .con_putcs = mdacon_putcs,
H A Dvgacon.c1199 .con_putcs = vgacon_putcs,
H A Dnewport_con.c687 .con_putcs = newport_putcs,
/linux-master/include/linux/
H A Dconsole.h47 * (optional -- @con_putcs would be called instead)
48 * @con_putcs: emit @count characters with attributes @s to [@x, @y] on @vc.
95 void (*con_putcs)(struct vc_data *vc, const u16 *s, member in struct:consw
/linux-master/drivers/tty/vt/
H A Dvt.c302 vc->vc_sw->con_putcs(vc, &ca, 1, y, x);
609 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx);
619 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx);
2762 vc->vc_sw->con_putcs(vc, (u16 *)draw->from,
3258 vc->vc_sw->con_putcs(vc, start, cnt, vc->state.y, start_x);
3286 vc->vc_sw->con_putcs(vc, start, cnt, vc->state.y, start_x);
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c3125 .con_putcs = fbcon_putcs,

Completed in 108 milliseconds