Searched refs:wbcZeroPointSampleCount (Results 1 – 2 of 2) sorted by relevance
180 u16 wbcZeroPointSampleCount ; member
2532 kp->wbcZeroPointSampleCount = 0 ; in KPADResetWbcZeroPoint()2722 kp->wbcZeroPointSampleCount++ ; in KPADiSamplingCallback()2723 …= ( kp->wbcZeroPoint[ 0 ] * ( kp->wbcZeroPointSampleCount - 1 ) + uwp->u.bl.press[ 0 ] ) / kp->wbc… in KPADiSamplingCallback()2724 …= ( kp->wbcZeroPoint[ 1 ] * ( kp->wbcZeroPointSampleCount - 1 ) + uwp->u.bl.press[ 1 ] ) / kp->wbc… in KPADiSamplingCallback()2725 …= ( kp->wbcZeroPoint[ 2 ] * ( kp->wbcZeroPointSampleCount - 1 ) + uwp->u.bl.press[ 2 ] ) / kp->wbc… in KPADiSamplingCallback()2726 …= ( kp->wbcZeroPoint[ 3 ] * ( kp->wbcZeroPointSampleCount - 1 ) + uwp->u.bl.press[ 3 ] ) / kp->wbc… in KPADiSamplingCallback()2728 if ( kp->wbcZeroPointSampleCount > kp_wbc_ave_sample ) { in KPADiSamplingCallback()