Lines Matching refs:con_should_update
284 static inline bool con_should_update(const struct vc_data *vc) in con_should_update() function
639 if (con_should_update(vc)) { in update_region()
747 if (con_should_update(vc)) in invert_screen()
764 if (con_should_update(vc)) in complement_pos()
779 if (con_should_update(vc)) { in complement_pos()
796 if (con_should_update(vc)) in insert_char()
810 if (con_should_update(vc)) in delete_char()
835 if (con_should_update(vc)) in add_softcursor()
843 if (con_should_update(vc)) in hide_softcursor()
1538 if (con_should_update(vc)) in csi_J()
1568 if (con_should_update(vc)) in csi_K()
1584 if (con_should_update(vc)) in csi_X()
2818 if (con_should_update(vc) && draw->x < 0) { in vc_con_write_normal()