Lines Matching refs:CON_IS_VISIBLE
285 #define DO_UPDATE(vc) (CON_IS_VISIBLE(vc) && !console_blanked)
324 if (CON_IS_VISIBLE(vc) && vc->vc_sw->con_scroll(vc, t, b, SM_UP, nr)) in scrup()
342 if (CON_IS_VISIBLE(vc) && vc->vc_sw->con_scroll(vc, t, b, SM_DOWN, nr)) in scrdown()
628 if (!CON_IS_VISIBLE(vc) || in set_origin()
676 if (!CON_IS_VISIBLE(vc)) in redraw_screen()
681 if (!CON_IS_VISIBLE(old_vc)) { in redraw_screen()
952 if (CON_IS_VISIBLE(vc)) in vc_do_resize()
1177 if (CON_IS_VISIBLE(vc)) in csi_J()
2585 if (CON_IS_VISIBLE(vc)) in vt_console_print()
2617 if (CON_IS_VISIBLE(vc)) in vt_console_print()
3164 if (CON_IS_VISIBLE(vc)) { in do_bind_con_driver()