Lines Matching refs:chan

587 typedef void   ( *WPADExtensionCallback         )( s32  chan, s32 result );
588 typedef void ( *WPADSamplingCallback )( s32 chan );
589 typedef void ( *WPADConnectCallback )( s32 chan, s32 reason );
590 typedef void ( *WPADCallback )( s32 chan, s32 result );
603 #define WPADStartMotor( chan ) WPADControlMotor( ( chan ), WPAD_MOTOR_RUMBLE ) argument
604 #define WPADStopMotor( chan ) WPADControlMotor( ( chan ), WPAD_MOTOR_STOP ) argument
609 BOOL WPADAttach ( s32 chan );
610 BOOL WPADRecalibrate ( s32 chan );
620 s32 WPADProbe ( s32 chan, u32 *type );
622 u32 WPADGetDataFormat ( s32 chan );
623 s32 WPADSetDataFormat ( s32 chan, u32 fmt );
624 void WPADRead ( s32 chan, void *status );
625 void WPADSetAutoSamplingBuf ( s32 chan, void *buf, u32 length);
626 u32 WPADGetLatestIndexInBuf ( s32 chan );
627 void WPADGetAccGravityUnit ( s32 chan, u32 type, WPADAcc *acc );
628 void WPADGetCLTriggerThreshold ( s32 chan, u8 *left, u8 *right );
633 void WPADClampStick ( s32 chan, void *status, u32 type );
634 void WPADClampTrigger ( s32 chan, void *status, u32 type );
635 void WPADClampAcc ( s32 chan, void *status, u32 type );
638 BOOL WPADIsDpdEnabled ( s32 chan );
639 u8 WPADGetDpdFormat ( s32 chan );
640 s32 WPADControlDpd ( s32 chan, u32 command, WPADCallback callback );
644 s32 WPADControlExtGimmick ( s32 chan, u32 command, WPADCallback callback );
646 void WPADDisconnect ( s32 chan );
647 s32 WPADGetInfo ( s32 chan, WPADInfo *info );
648 s32 WPADGetInfoAsync ( s32 chan, WPADInfo *info, WPADCallback callback );
649 void WPADGetAddress ( s32 chan, u8 *addr );
652 u8 WPADGetRadioSensitivity ( s32 chan );
654 BOOL WPADIsSpeakerEnabled ( s32 chan );
655 s32 WPADControlSpeaker ( s32 chan, u32 command, WPADCallback callback );
658 s32 WPADSendStreamData ( s32 chan, void *buf, u16 len );
659 BOOL WPADCanSendStreamData ( s32 chan );
661 void WPADControlMotor ( s32 chan, u32 command );
671 s32 WPADReadGameData ( s32 chan, void *p_buf, u16 len, u16 offset, WPADCallback callback…
672 s32 WPADWriteGameData ( s32 chan, void *p_buf, u16 len, u16 offset, WPADCallback callback…
674 s32 WPADGetGameTitleUtf16 ( s32 chan, const u16 **title );
675 s32 WPADGetGameDataTimeStamp ( s32 chan, OSTime *time );
688 s32 WPADGetSyncType ( s32 chan, u8 *type );
690 WPADSamplingCallback WPADSetSamplingCallback ( s32 chan, WPADSamplingCallback callb…
691 WPADExtensionCallback WPADSetExtensionCallback ( s32 chan, WPADExtensionCallback callb…
692 WPADConnectCallback WPADSetConnectCallback ( s32 chan, WPADConnectCallback callb…
698 BOOL WPADAttachDummyExtension( s32 chan, u32 type );
699 BOOL WPADDetachDummyExtension( s32 chan );