Lines Matching refs:chan
184 s32 KPADRead ( s32 chan, KPADStatus samplingBufs[], u32 length ) ;
186 void KPADSetPosParam ( s32 chan, f32 play_radius, f32 sensitivity ) ;
187 void KPADSetHoriParam( s32 chan, f32 play_radius, f32 sensitivity ) ;
188 void KPADSetDistParam( s32 chan, f32 play_radius, f32 sensitivity ) ;
189 void KPADSetAccParam ( s32 chan, f32 play_radius, f32 sensitivity ) ;
191 void KPADSetBtnRepeat( s32 chan, f32 delay_sec, f32 pulse_sec ) ;
194 s32 KPADCalibrateDPD ( s32 chan ) ;
195 void KPADSetSensorHeight ( s32 chan, f32 level ) ;
197 WPADStatus *KPADGetWPADRingBuffer ( s32 chan ) ;
198 WPADFSStatus *KPADGetWPADFSRingBuffer( s32 chan ) ;
199 WPADCLStatus *KPADGetWPADCLRingBuffer( s32 chan ) ;
203 void KPADDisableDPD( s32 chan );
204 void KPADEnableDPD ( s32 chan );
209 typedef void ( *KPADControlDpdCallback )( s32 chan, s32 reason );
211 void KPADSetControlDpdCallback( s32 chan, KPADControlDpdCallback callback );
214 void KPADEnableAimingMode ( s32 chan );
215 void KPADDisableAimingMode( s32 chan );