Lines Matching refs:s32

499 typedef void   ( *WPADExtensionCallback         )( s32  chan, s32 result );
500 typedef void ( *WPADSamplingCallback )( s32 chan );
501 typedef void ( *WPADConnectCallback )( s32 chan, s32 reason );
502 typedef void ( *WPADCallback )( s32 chan, s32 result );
505 typedef void ( *WPADSyncDeviceCallback )( s32 result, s32 num );
506 typedef void ( *WPADClearDeviceCallback )( s32 result );
521 BOOL WPADAttach ( s32 chan );
522 BOOL WPADRecalibrate ( s32 chan );
531 s32 WPADProbe ( s32 chan, u32 *type );
532 s32 WPADGetStatus ( void );
533 u32 WPADGetDataFormat ( s32 chan );
534 s32 WPADSetDataFormat ( s32 chan, u32 fmt );
535 void WPADRead ( s32 chan, void *status );
536 void WPADSetAutoSamplingBuf ( s32 chan, void *buf, u32 length);
537 u32 WPADGetLatestIndexInBuf ( s32 chan );
538 void WPADGetAccGravityUnit ( s32 chan, u32 type, WPADAcc *acc );
539 void WPADGetCLTriggerThreshold ( s32 chan, u8 *left, u8 *right );
544 void WPADClampStick ( s32 chan, void *status, u32 type );
545 void WPADClampTrigger ( s32 chan, void *status, u32 type );
546 void WPADClampAcc ( s32 chan, void *status, u32 type );
549 BOOL WPADIsDpdEnabled ( s32 chan );
550 s32 WPADControlDpd ( s32 chan, u32 command, WPADCallback callback );
551 void WPADDisconnect ( s32 chan );
552 s32 WPADGetInfo ( s32 chan, WPADInfo *info );
553 s32 WPADGetInfoAsync ( s32 chan, WPADInfo *info, WPADCallback callback );
554 void WPADGetAddress ( s32 chan, u8 *addr );
556 u8 WPADGetRadioSensitivity ( s32 chan );
558 BOOL WPADIsSpeakerEnabled ( s32 chan );
559 s32 WPADControlSpeaker ( s32 chan, u32 command, WPADCallback callback );
562 s32 WPADSendStreamData ( s32 chan, void *buf, u16 len );
564 void WPADControlMotor ( s32 chan, u32 command );
573 s32 WPADReadGameData ( s32 chan, void *p_buf, u16 len, u16 offset, WPADCallback callback…
574 s32 WPADWriteGameData ( s32 chan, void *p_buf, u16 len, u16 offset, WPADCallback callback…
575 s32 WPADReadFaceData ( s32 chan, void *p_buf, u16 len, u16 offset, WPADCallback callback…
576 s32 WPADWriteFaceData ( s32 chan, void *p_buf, u16 len, u16 offset, WPADCallback callback…
579 s32 WPADGetGameTitle ( s32 chan, const char **title );
580 s32 WPADGetGameDataTimeStamp ( s32 chan, OSTime *time );
589 WPADSamplingCallback WPADSetSamplingCallback ( s32 chan, WPADSamplingCallback callb…
590 WPADExtensionCallback WPADSetExtensionCallback ( s32 chan, WPADExtensionCallback callb…
591 WPADConnectCallback WPADSetConnectCallback ( s32 chan, WPADConnectCallback callb…