Home
last modified time | relevance | path

Searched refs:con_set_origin (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dconsole.h73 int (*con_set_origin)(struct vc_data *vc); member
/openbmc/linux/drivers/video/console/
H A Dvgacon.c1182 .con_set_origin = vgacon_set_origin,
/openbmc/linux/drivers/tty/vt/
H A Dvt.c878 !vc->vc_sw->con_set_origin || in set_origin()
879 !vc->vc_sw->con_set_origin(vc)) in set_origin()