Lines Matching refs:chan

609 typedef void   ( *WPADExtensionCallback         )( s32  chan, s32 result );
610 typedef void ( *WPADSamplingCallback )( s32 chan );
611 typedef void ( *WPADConnectCallback )( s32 chan, s32 reason );
612 typedef void ( *WPADCallback )( s32 chan, s32 result );
625 #define WPADStartMotor( chan ) WPADControlMotor( ( chan ), WPAD_MOTOR_RUMBLE ) argument
626 #define WPADStopMotor( chan ) WPADControlMotor( ( chan ), WPAD_MOTOR_STOP ) argument
631 BOOL WPADAttach ( s32 chan );
632 BOOL WPADRecalibrate ( s32 chan );
642 s32 WPADProbe ( s32 chan, u32 *type );
644 u32 WPADGetDataFormat ( s32 chan );
645 s32 WPADSetDataFormat ( s32 chan, u32 fmt );
646 void WPADRead ( s32 chan, void *status );
647 void WPADSetAutoSamplingBuf ( s32 chan, void *buf, u32 length);
648 u32 WPADGetLatestIndexInBuf ( s32 chan );
649 void WPADGetAccGravityUnit ( s32 chan, u32 type, WPADAcc *acc );
650 void WPADGetCLTriggerThreshold ( s32 chan, u8 *left, u8 *right );
655 void WPADClampStick ( s32 chan, void *status, u32 type );
656 void WPADClampTrigger ( s32 chan, void *status, u32 type );
657 void WPADClampAcc ( s32 chan, void *status, u32 type );
660 BOOL WPADIsDpdEnabled ( s32 chan );
661 u8 WPADGetDpdFormat ( s32 chan );
662 s32 WPADControlDpd ( s32 chan, u32 command, WPADCallback callback );
665 s32 WPADControlExtGimmick ( s32 chan, u32 command, WPADCallback callback );
667 void WPADDisconnect ( s32 chan );
668 s32 WPADGetInfo ( s32 chan, WPADInfo *info );
669 s32 WPADGetInfoAsync ( s32 chan, WPADInfo *info, WPADCallback callback );
670 void WPADGetAddress ( s32 chan, u8 *addr );
673 u8 WPADGetRadioSensitivity ( s32 chan );
675 BOOL WPADIsSpeakerEnabled ( s32 chan );
676 s32 WPADControlSpeaker ( s32 chan, u32 command, WPADCallback callback );
678 s32 WPADSendStreamData ( s32 chan, void *buf, u16 len );
679 BOOL WPADCanSendStreamData ( s32 chan );
681 void WPADControlMotor ( s32 chan, u32 command );
685 void WPADResetAutoSleepTimeCount( s32 chan );
689 s32 WPADReadGameData ( s32 chan, void *p_buf, u16 len, u16 offset, WPADCallback callback…
690 s32 WPADWriteGameData ( s32 chan, void *p_buf, u16 len, u16 offset, WPADCallback callback…
692 s32 WPADGetGameTitleUtf16 ( s32 chan, const u16 **title );
693 s32 WPADGetGameDataTimeStamp ( s32 chan, OSTime *time );
710 s32 WPADGetSyncType ( s32 chan, u8 *type );
712 WPADSamplingCallback WPADSetSamplingCallback ( s32 chan, WPADSamplingCallback callb…
713 WPADExtensionCallback WPADSetExtensionCallback ( s32 chan, WPADExtensionCallback callb…
714 WPADConnectCallback WPADSetConnectCallback ( s32 chan, WPADConnectCallback callb…
720 BOOL WPADAttachDummyExtension( s32 chan, u32 type );
721 BOOL WPADDetachDummyExtension( s32 chan );