Lines Matching defs:chan

109 WPADStatus *KPADGetWPADRingBuffer( s32 chan )  in KPADGetWPADRingBuffer()
115 WPADFSStatus *KPADGetWPADFSRingBuffer( s32 chan ) in KPADGetWPADFSRingBuffer()
121 WPADCLStatus *KPADGetWPADCLRingBuffer( s32 chan ) in KPADGetWPADCLRingBuffer()
130 void KPADSetBtnRepeat( s32 chan, f32 delay_sec, f32 pulse_sec ) in KPADSetBtnRepeat()
173 void KPADSetPosParam( s32 chan, f32 play_radius, f32 sensitivity ) in KPADSetPosParam()
180 void KPADSetHoriParam( s32 chan, f32 play_radius, f32 sensitivity ) in KPADSetHoriParam()
187 void KPADSetDistParam( s32 chan, f32 play_radius, f32 sensitivity ) in KPADSetDistParam()
194 void KPADSetAccParam( s32 chan, f32 play_radius, f32 sensitivity ) in KPADSetAccParam()
374 s32 KPADCalibrateDPD( s32 chan ) in KPADCalibrateDPD()
448 void KPADEnableAimingMode( s32 chan ) in KPADEnableAimingMode()
462 void KPADDisableAimingMode( s32 chan ) in KPADDisableAimingMode()
472 void KPADSetSensorHeight( s32 chan, f32 level ) in KPADSetSensorHeight()
772 static void read_kpad_acc( KPADInsideStatus *kp, void *vp, u32 dev_type, s32 chan ) in read_kpad_acc()
1654 static void read_dolphin( s32 chan, KPADStatus *kstatus ) in read_dolphin()
1741 static s32 check_dpd_setting( s32 chan, u32 type ) in check_dpd_setting()
1805 static s32 check_device( s32 chan, KPADInsideStatus *kp ) in check_device()
1868 s32 KPADRead( s32 chan, KPADStatus samplingBufs[], u32 length ) in KPADRead()
2158 static void set_dpd_disable( const s32 chan, const u32 type ) in set_dpd_disable()
2205 static void set_dpd_enable( const s32 chan, const u32 type ) in set_dpd_enable()
2252 static void control_dpd_start_( const s32 chan ) in control_dpd_start_()
2275 static void control_dpd_end_( const s32 chan ) in control_dpd_end_()
2293 static inline BOOL KPADiRestoreDPD( const s32 chan, BOOL enable ) in KPADiRestoreDPD()
2316 void KPADDisableDPD( const s32 chan ) in KPADDisableDPD()
2321 void KPADEnableDPD ( const s32 chan ) in KPADEnableDPD()
2327 void KPADSetControlDpdCallback( s32 chan, KPADControlDpdCallback callback ) in KPADSetControlDpdCallback()
2335 static void KPADiControlDpdCallback( s32 chan, s32 result ) in KPADiControlDpdCallback()