Home
last modified time | relevance | path

Searched refs:vc_disp_ctrl (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dconsole_struct.h136 unsigned int vc_disp_ctrl : 1; /* Display chars < 32? */ member
/openbmc/linux/drivers/tty/vt/
H A Dvt.c1722 vc->vc_disp_ctrl = 0; in csi_m()
1730 vc->vc_disp_ctrl = 1; in csi_m()
1738 vc->vc_disp_ctrl = 1; in csi_m()
1891 vc->vc_disp_ctrl = on_off; in set_mode()
2053 vc->vc_disp_ctrl = 0; in reset_terminal()
2159 vc->vc_disp_ctrl = 1; in do_con_trol()
2164 vc->vc_disp_ctrl = 0; in do_con_trol()
2684 if (vc->vc_utf && !vc->vc_disp_ctrl) in vc_translate()
2734 if (vc->vc_disp_ctrl) in vc_is_control()
2740 if (c == 127 && !vc->vc_disp_ctrl) in vc_is_control()
[all …]