Searched refs:confirm_cnt (Results 1 – 5 of 5) sorted by relevance
2614 static MS_U8 confirm_cnt = 0; in MDrv_SC_ZoomMoving() local2632 if( confirm_cnt < 40 ) in MDrv_SC_ZoomMoving()2633 confirm_cnt++; in MDrv_SC_ZoomMoving()2637 if( confirm_cnt > 0 ) in MDrv_SC_ZoomMoving()2638 confirm_cnt--; in MDrv_SC_ZoomMoving()2642 return ( confirm_cnt > 30 ); in MDrv_SC_ZoomMoving()2650 static MS_U8 confirm_cnt = 0; in MDrv_SC_EODi_Armored() local2660 confirm_cnt = confirm_cnt + 5; in MDrv_SC_EODi_Armored()2662 if(confirm_cnt > 20) in MDrv_SC_EODi_Armored()2663 confirm_cnt = 20; in MDrv_SC_EODi_Armored()[all …]