Lines Matching refs:CON_IS_VISIBLE
281 #define DO_UPDATE(vc) (CON_IS_VISIBLE(vc) && !console_blanked)
320 if (CON_IS_VISIBLE(vc) && vc->vc_sw->con_scroll(vc, t, b, SM_UP, nr)) in scrup()
338 if (CON_IS_VISIBLE(vc) && vc->vc_sw->con_scroll(vc, t, b, SM_DOWN, nr)) in scrdown()
624 if (!CON_IS_VISIBLE(vc) || in set_origin()
672 if (!CON_IS_VISIBLE(vc)) in redraw_screen()
677 if (!CON_IS_VISIBLE(old_vc)) { in redraw_screen()
946 if (CON_IS_VISIBLE(vc)) in vc_do_resize()
1171 if (CON_IS_VISIBLE(vc)) in csi_J()
2571 if (CON_IS_VISIBLE(vc)) in vt_console_print()
2603 if (CON_IS_VISIBLE(vc)) in vt_console_print()
3150 if (CON_IS_VISIBLE(vc)) { in do_bind_con_driver()