|
| void | DEBUGPrint (const char *,...) |
| |
| static void | __ClearControlBlock (s32 chan) |
| |
| BOOL | OnShutdown (BOOL final, u32 event) |
| |
| s32 | WPADiGetStatus (s32 chan) |
| |
| BOOL | __SetSensorBarPower (BOOL flag) |
| |
| static u8 | __GetDpdSensitivity () |
| |
| static u8 | __GetSensorBarPosition () |
| |
| static BOOL | __GetMotorMode () |
| |
| static u8 | __ClampSpeakerVolume (u8 vol) |
| |
| static u8 | __GetSpeakerVolume () |
| |
| void | WPADiManageHandler (OSAlarm *, OSContext *) |
| |
| u8 __WPADiManageHandlerStack[4096] | ATTRIBUTE_ALIGN (32) |
| |
| void | WPADiManageHandler0 (OSAlarm *alarm, OSContext *context) |
| |
| void | WPADiInitSub () |
| |
| void | WPADInit (void) |
| |
| void | WPADiRadioSensitivity (s32 chan) |
| |
| BOOL | WPADiIsCoreFormat (u32 fmt) |
| |
| BOOL | WPADiIsFsFormat (u32 fmt) |
| |
| BOOL | WPADiIsClFormat (u32 fmt) |
| |
| static u8 | IsButtonChanged (u16 curr, u16 prev) |
| |
| static u8 | IsAnalogChanged (s32 curr, s32 prev, s32 threshold) |
| |
| BOOL | IsControllerDataChanged (WPADControlBlock *p_wpd, void *p_curr, void *p_prev) |
| |
| void | WPADRecalibrate (s32 chan) |
| |
| void | CheckButtonCombination (s32 chan) |
| |
| static void | __SetScreenSaverFlag (BOOL flag) |
| |
| void | WPADiCheckContInputs (s32 chan) |
| |
| s8 | __wpadGetQueueSize (WPADCmdQueue *queue) |
| |
| BOOL | WPADiIsAvailableCmdQueue (WPADCmdQueue *queue, s8 cmd_num) |
| |
| void | WPADiClearQueue (WPADCmdQueue *queue) |
| |
| BOOL | __wpadPushCommand (WPADCmdQueue *queue, WPADCommand cmd) |
| |
| BOOL | WPADiSendDPDCSB (WPADCmdQueue *queue, BOOL enable, WPADCallback callback) |
| |
| BOOL | WPADiSendReadData (WPADCmdQueue *queue, void *p_buf, u16 len, u32 addr, WPADCallback callback) |
| |
| u16 | __wpadGetBTEBufferStatus (s32 chan) |
| |
| u16 | __wpadGetBTMBufferStatus (s32 chan) |
| |
| void | WPADiGetScSettings () |
| |
| void | WPADiAfh () |
| |
| void | WPADiContMapTableUpdate () |
| |
| BOOL | WPADiProcessExtCommand (s32 chan) |
| |
| BOOL | WPADiSendGetContStat (WPADCmdQueue *queue, WPADInfo *info, WPADCallback callback) |
| |