Lines Matching refs:con_should_update
281 static inline bool con_should_update(const struct vc_data *vc) in con_should_update() function
692 if (con_should_update(vc)) { in update_region()
799 if (con_should_update(vc)) in invert_screen()
816 if (con_should_update(vc)) in complement_pos()
831 if (con_should_update(vc)) { in complement_pos()
848 if (con_should_update(vc)) in insert_char()
862 if (con_should_update(vc)) in delete_char()
887 if (con_should_update(vc)) in add_softcursor()
895 if (con_should_update(vc)) in hide_softcursor()
1567 if (con_should_update(vc)) in csi_J()
1597 if (con_should_update(vc)) in csi_K()
1613 if (con_should_update(vc)) in csi_X()
2824 if (con_should_update(vc) && draw->x < 0) { in vc_con_write_normal()