| /RvlSDK-2.1/build/demos/wpaddemo/src/ |
| D | wpad_spdemo.c | 59 s32 chan; member 142 s32 chan; in main() local 251 s32 chan; in UpdateSpeaker() local 291 static void SpeakerCallback( s32 chan, s32 result ) in SpeakerCallback() 310 static void SpeakerOnCallback( s32 chan, s32 result ) in SpeakerOnCallback() 324 static void ConnectCallback( s32 chan, s32 reason ) in ConnectCallback() 476 static void PlaySfx(s32 chan) in PlaySfx() 527 static void StopSfx(s32 chan) in StopSfx() 612 int chan; in RenderControllerStatus() local
|
| D | wpad_axdemo.c | 259 s32 chan; in main() local 396 s32 chan; in UpdateSpeaker() local 425 static void SpeakerCallback( s32 chan, s32 result ) in SpeakerCallback() 438 static void SpeakerOnCallback( s32 chan, s32 result ) in SpeakerOnCallback() 446 static void MuteOnCallback( s32 chan, s32 result ) in MuteOnCallback() 454 static void MuteOffCallback( s32 chan, s32 result ) in MuteOffCallback() 462 static void ConnectCallback( s32 chan, s32 reason ) in ConnectCallback() 547 static void PlaySample(s32 chan, SampleInfo *sample) in PlaySample() 667 static AXVPB* AquireVoiceADPCM(s32 chan, void *pDSPADPCMData) in AquireVoiceADPCM() 885 int chan; in RenderControllerStatus() local
|
| D | wpad_seqdemo.c | 121 s32 chan; in main() local 279 s32 chan; in UpdateSpeaker() local 319 static void SpeakerCallback( s32 chan, s32 result ) in SpeakerCallback() 338 static void SpeakerOnCallback( s32 chan, s32 result ) in SpeakerOnCallback() 352 static void ConnectCallback( s32 chan, s32 reason ) in ConnectCallback() 488 int chan; in RenderControllerStatus() local
|
| D | handling.c | 174 void connectCallback(s32 chan, s32 reason) in connectCallback() 288 void extensionCallback(s32 chan, s32 result) in extensionCallback() 374 void samplingCallback(s32 chan) in samplingCallback()
|
| /RvlSDK-2.1/build/demos/paddemo/src/ |
| D | basic.c | 62 int chan; in PrintPads() local 99 int chan; in main() local
|
| D | sampling.c | 46 s32 chan; in SamplingCallback() local 66 s32 chan; in main() local
|
| D | contdemo.c | 55 int chan; in PrintCont() local
|
| D | motordemo.c | 44 int chan; in RambleCont() local
|
| D | cont.c | 119 int chan; in ReadCont() local
|
| /RvlSDK-2.1/build/demos/carddemo/src/ |
| D | create-bnr-4icon.c | 153 void CreateFile(s32 chan, u32 secSize, u32 blockSize) in CreateFile() 233 static u32 MountCard( s32 chan ) in MountCard() 308 static void UnmountCard(s32 chan) in UnmountCard()
|
| D | create-1icon.c | 184 static void CreateFile(s32 chan, u32 secSize, u32 blockSize, u32 format) in CreateFile() 275 static u32 MountCard( s32 chan ) in MountCard() 351 static void UnmountCard(s32 chan) in UnmountCard()
|
| D | create-8icon.c | 199 static void CreateFile(s32 chan, u32 secSize, u32 blockSize, u32 format) in CreateFile() 290 static u32 MountCard( s32 chan ) in MountCard() 366 static void UnmountCard(s32 chan) in UnmountCard()
|
| D | cont.c | 122 int chan; in ReadCont() local
|
| D | listdemo.c | 519 s32 chan; in ProbeDrawTick() local
|
| /RvlSDK-2.1/build/libraries/kpad/src/ |
| D | KPAD.c | 97 WPADStatus *KPADGetWPADRingBuffer( s32 chan ) in KPADGetWPADRingBuffer() 103 WPADFSStatus *KPADGetWPADFSRingBuffer( s32 chan ) in KPADGetWPADFSRingBuffer() 109 WPADCLStatus *KPADGetWPADCLRingBuffer( s32 chan ) in KPADGetWPADCLRingBuffer() 118 void KPADSetBtnRepeat( s32 chan, f32 delay_sec, f32 pulse_sec ) in KPADSetBtnRepeat() 161 void KPADSetPosParam( s32 chan, f32 play_radius, f32 sensitivity ) in KPADSetPosParam() 168 void KPADSetHoriParam( s32 chan, f32 play_radius, f32 sensitivity ) in KPADSetHoriParam() 175 void KPADSetDistParam( s32 chan, f32 play_radius, f32 sensitivity ) in KPADSetDistParam() 182 void KPADSetAccParam( s32 chan, f32 play_radius, f32 sensitivity ) in KPADSetAccParam() 329 s32 KPADCalibrateDPD( s32 chan ) in KPADCalibrateDPD() 403 void KPADSetSensorHeight( s32 chan, f32 level ) in KPADSetSensorHeight() [all …]
|
| /RvlSDK-2.1/include/dolphin/ |
| D | pad.h | 241 #define PADStartMotor(chan) PADControlMotor((chan), PAD_MOTOR_RUMBLE) argument 242 #define PADStopMotorHard(chan) PADControlMotor((chan), PAD_MOTOR_STOP_HARD) argument 243 #define PADStopMotor(chan) PADControlMotor((chan), PAD_MOTOR_STOP) argument
|
| /RvlSDK-2.1/include/revolution/ |
| D | pad.h | 238 #define PADStartMotor(chan) PADControlMotor((chan), PAD_MOTOR_RUMBLE) argument 239 #define PADStopMotorHard(chan) PADControlMotor((chan), PAD_MOTOR_STOP_HARD) argument 240 #define PADStopMotor(chan) PADControlMotor((chan), PAD_MOTOR_STOP) argument
|
| D | wpad.h | 515 #define WPADStartMotor( chan ) WPADControlMotor( ( chan ), WPAD_MOTOR_RUMBLE ) argument 516 #define WPADStopMotor( chan ) WPADControlMotor( ( chan ), WPAD_MOTOR_STOP ) argument
|
| D | card.h | 185 s32 chan; member
|
| /RvlSDK-2.1/build/libraries/gd/src/ |
| D | GDLight.c | 368 void GDSetChanAmbColor ( GXChannelID chan, GXColor color ) in GDSetChanAmbColor() 388 void GDSetChanMatColor ( GXChannelID chan, GXColor color ) in GDSetChanMatColor() 413 void GDSetChanCtrl ( GXChannelID chan, in GDSetChanCtrl()
|
| /RvlSDK-2.1/build/libraries/wpad/src/ |
| D | WPADClamp.c | 103 void WPADClampStick( s32 chan, void *status, u32 type ) in WPADClampStick() 217 void WPADClampTrigger( s32 chan, void *status, u32 type ) in WPADClampTrigger() 271 void WPADClampAcc( s32 chan, void *status, u32 type ) in WPADClampAcc()
|
| /RvlSDK-2.1/build/libraries/mix/src/ |
| D | remote.c | 397 void __MIXRmtUpdateSettings(s32 chan, AXVPB* axvpb) in __MIXRmtUpdateSettings() 562 void __MIXRmtResetChannel(s32 chan) in __MIXRmtResetChannel()
|
| /RvlSDK-2.1/include/revolution/os/ |
| D | OSSerial.h | 73 #define SI_CHAN_BIT(chan) (SI_CHAN0_BIT >> (chan)) argument
|
| /RvlSDK-2.1/build/demos/hio2demo/vc++/HioIf/src/ |
| D | Hio2IfHost.cpp | 496 int chan = pStatus->m_nPcChan; in Close() local
|
| /RvlSDK-2.1/build/demos/hio2demo/HioIf/src/ |
| D | Hio2If.c | 528 s32 chan; in HIO2IFClose() local
|