Lines Matching refs:con_should_update
288 static inline bool con_should_update(const struct vc_data *vc) in con_should_update() function
693 if (con_should_update(vc)) { in update_region()
793 if (con_should_update(vc)) in invert_screen()
810 if (con_should_update(vc)) in complement_pos()
825 if (con_should_update(vc)) { in complement_pos()
842 if (con_should_update(vc)) in insert_char()
856 if (con_should_update(vc)) in delete_char()
876 if (con_should_update(vc)) in add_softcursor()
884 if (con_should_update(vc)) in hide_softcursor()
1523 } else if (con_should_update(vc)) in csi_J()
1553 if (con_should_update(vc)) in csi_K()
1567 if (con_should_update(vc)) in csi_X()
2732 if (con_should_update(vc) && draw_x < 0) { in do_con_write()