Lines Matching refs:s32
464 s32 degrees;
533 typedef void ( *WPADExtensionCallback )( s32 chan, s32 result );
534 typedef void ( *WPADSamplingCallback )( s32 chan );
535 typedef void ( *WPADConnectCallback )( s32 chan, s32 reason );
536 typedef void ( *WPADCallback )( s32 chan, s32 result );
539 typedef void ( *WPADSyncDeviceCallback )( s32 result, s32 num );
540 typedef void ( *WPADClearDeviceCallback )( s32 result );
564 s32 WPADProbe ( s32 chan, u32 *type );
565 s32 WPADGetStatus ( void );
566 u32 WPADGetDataFormat ( s32 chan );
567 s32 WPADSetDataFormat ( s32 chan, u32 fmt );
568 void WPADRead ( s32 chan, void *status );
569 void WPADSetAutoSamplingBuf ( s32 chan, void *buf, u32 length);
570 u32 WPADGetLatestIndexInBuf ( s32 chan );
571 void WPADGetAccGravityUnit ( s32 chan, u32 type, WPADAcc *acc );
572 void WPADGetCLTriggerThreshold ( s32 chan, u8 *left, u8 *right ); // DEPRECATED
578 void WPADClampStick ( s32 chan, void *status, u32 type );
579 void WPADClampTrigger ( s32 chan, void *status, u32 type ); // DEPRECATED
580 void WPADClampAcc ( s32 chan, void *status, u32 type );
583 BOOL WPADIsDpdEnabled ( s32 chan );
584 u8 WPADGetDpdFormat ( s32 chan );
585 s32 WPADControlDpd ( s32 chan, u32 command, WPADCallback callback );
588 s32 WPADControlExtGimmick ( s32 chan, u32 command, WPADCallback callback );
590 void WPADDisconnect ( s32 chan );
591 s32 WPADGetInfo ( s32 chan, WPADInfo *info );
592 s32 WPADGetInfoAsync ( s32 chan, WPADInfo *info, WPADCallback callback );
593 void WPADGetAddress ( s32 chan, u8 *addr );
595 u8 WPADGetRadioSensitivity ( s32 chan );
596 u8 WPADGetBatteryLevel ( s32 chan );
598 BOOL WPADIsSpeakerEnabled ( s32 chan );
599 s32 WPADControlSpeaker ( s32 chan, u32 command, WPADCallback callback );
601 s32 WPADSendStreamData ( s32 chan, void *buf, u16 len );
602 BOOL WPADCanSendStreamData ( s32 chan );
604 void WPADControlMotor ( s32 chan, u32 command );
608 u32 WPADGetAutoSleepTimeCount ( s32 chan );
609 void WPADResetAutoSleepTimeCount( s32 chan );
616 s32 WPADGetGameTitleUtf16 ( s32 chan, const u16 **title ); // DEPRECATED
617 s32 WPADGetGameDataTimeStamp ( s32 chan, OSTime *time ); // DEPRECATED
627 s32 WPADGetSyncType ( s32 chan, u8 *type ); // DEPRECATED
629 WPADSamplingCallback WPADSetSamplingCallback ( s32 chan, WPADSamplingCallback callb…
630 WPADExtensionCallback WPADSetExtensionCallback ( s32 chan, WPADExtensionCallback callb…
631 WPADConnectCallback WPADSetConnectCallback ( s32 chan, WPADConnectCallback callb…
636 BOOL WPADAttachDummyExtension( s32 chan, u32 type );
637 BOOL WPADDetachDummyExtension( s32 chan );
641 s8 WPADIsMplsAttached ( s32 chan, BOOL *attached, WPADCallback callback );
642 s8 WPADIsMplsIntegrated ( s32 chan );
643 BOOL WPADGetCalibrationStatus ( s32 chan );