Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/console/
Ddummycon.c143 .con_clear = dummycon_clear,
Dmdacon.c534 .con_clear = mdacon_clear,
Dsticon.c353 .con_clear = sticon_clear,
Dnewport_con.c685 .con_clear = newport_clear,
Dvgacon.c1198 .con_clear = vgacon_clear,
/linux-6.12.1/include/linux/
Dconsole.h93 void (*con_clear)(struct vc_data *vc, unsigned int y, member
/linux-6.12.1/drivers/video/fbdev/core/
Dfbcon.c3144 .con_clear = fbcon_clear,
/linux-6.12.1/drivers/tty/vt/
Dvt.c1575 vc->vc_sw->con_clear(vc, vc->state.y, vc->state.x, count); in csi_X()