Lines Matching refs:chan

714 typedef void   ( *WPADExtensionCallback         )( s32  chan, s32 result );
715 typedef void ( *WPADSamplingCallback )( s32 chan );
716 typedef void ( *WPADConnectCallback )( s32 chan, s32 reason );
717 typedef void ( *WPADCallback )( s32 chan, s32 result );
730 #define WPADStartMotor( chan ) WPADControlMotor( ( chan ), WPAD_MOTOR_RUMBLE ) argument
731 #define WPADStopMotor( chan ) WPADControlMotor( ( chan ), WPAD_MOTOR_STOP ) argument
736 BOOL WPADAttach ( s32 chan );
737 BOOL WPADRecalibrate ( s32 chan );
747 s32 WPADProbe ( s32 chan, u32 *type );
749 u32 WPADGetDataFormat ( s32 chan );
750 s32 WPADSetDataFormat ( s32 chan, u32 fmt );
751 void WPADRead ( s32 chan, void *status );
752 void WPADSetAutoSamplingBuf ( s32 chan, void *buf, u32 length);
753 u32 WPADGetLatestIndexInBuf ( s32 chan );
754 void WPADGetAccGravityUnit ( s32 chan, u32 type, WPADAcc *acc );
755 void WPADGetCLTriggerThreshold ( s32 chan, u8 *left, u8 *right );
760 void WPADClampStick ( s32 chan, void *status, u32 type );
761 void WPADClampTrigger ( s32 chan, void *status, u32 type );
762 void WPADClampAcc ( s32 chan, void *status, u32 type );
765 BOOL WPADIsDpdEnabled ( s32 chan );
766 u8 WPADGetDpdFormat ( s32 chan );
767 s32 WPADControlDpd ( s32 chan, u32 command, WPADCallback callback );
770 s32 WPADControlExtGimmick ( s32 chan, u32 command, WPADCallback callback );
772 void WPADDisconnect ( s32 chan );
773 s32 WPADGetInfo ( s32 chan, WPADInfo *info );
774 s32 WPADGetInfoAsync ( s32 chan, WPADInfo *info, WPADCallback callback );
775 void WPADGetAddress ( s32 chan, u8 *addr );
778 u8 WPADGetRadioSensitivity ( s32 chan );
780 BOOL WPADIsSpeakerEnabled ( s32 chan );
781 s32 WPADControlSpeaker ( s32 chan, u32 command, WPADCallback callback );
783 s32 WPADSendStreamData ( s32 chan, void *buf, u16 len );
784 BOOL WPADCanSendStreamData ( s32 chan );
786 void WPADControlMotor ( s32 chan, u32 command );
790 u32 WPADGetAutoSleepTimeCount ( s32 chan );
791 void WPADResetAutoSleepTimeCount( s32 chan );
795 s32 WPADReadGameData ( s32 chan, void *p_buf, u16 len, u16 offset, WPADCallback callback…
796 s32 WPADWriteGameData ( s32 chan, void *p_buf, u16 len, u16 offset, WPADCallback callback…
798 s32 WPADGetGameTitleUtf16 ( s32 chan, const u16 **title );
799 s32 WPADGetGameDataTimeStamp ( s32 chan, OSTime *time );
816 s32 WPADGetSyncType ( s32 chan, u8 *type );
818 WPADSamplingCallback WPADSetSamplingCallback ( s32 chan, WPADSamplingCallback callb…
819 WPADExtensionCallback WPADSetExtensionCallback ( s32 chan, WPADExtensionCallback callb…
820 WPADConnectCallback WPADSetConnectCallback ( s32 chan, WPADConnectCallback callb…
826 BOOL WPADAttachDummyExtension( s32 chan, u32 type );
827 BOOL WPADDetachDummyExtension( s32 chan );
837 s32 WPADControlMpls ( s32 chan, u8 command, WPADCallback callback );
838 void WPADGetMplsCalibration ( s32 chan, WPADMpls *high, WPADMpls *low );
839 void WPADSetMplsCalibration ( s32 chan, WPADMPStatus *status );
840 u8 WPADGetMplsStatus ( s32 chan );