Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/video/console/
A Ddummycon.c139 .con_putc = dummycon_putc,
A Dmdacon.c547 .con_putc = mdacon_putc,
A Dsticon.c368 .con_putc = sticon_putc,
A Dnewport_con.c685 .con_putc = newport_putc,
A Dvgacon.c1189 .con_putc = vgacon_putc,
/linux-6.3-rc2/include/linux/
A Dconsole.h53 void (*con_putc)(struct vc_data *vc, int c, int ypos, int xpos); member
/linux-6.3-rc2/drivers/tty/vt/
A Dvt.c761 vc->vc_sw->con_putc(vc, old, oldy, oldx); in complement_pos()
778 vc->vc_sw->con_putc(vc, new, oldy, oldx); in complement_pos()
832 vc->vc_sw->con_putc(vc, i, vc->state.y, vc->state.x); in add_softcursor()
840 vc->vc_sw->con_putc(vc, softcursor_original, in hide_softcursor()
/linux-6.3-rc2/drivers/video/fbdev/core/
A Dfbcon.c3157 .con_putc = fbcon_putc,

Completed in 24 milliseconds