| /TwlSDK-5.4/build/libraries/snd/common/src/ |
| D | snd_command.c | 113 SNDCommand *command; in SND_CommandInit() local 247 SNDCommand *command; in SND_AllocCommand() local 303 void SND_PushCommand(struct SNDCommand *command) in SND_PushCommand() 591 SNDCommand *command; in SND_CountFreeCommand() local 617 SNDCommand *command; in SND_CountReservedCommand() local 663 SNDCommand command; in SND_CommandProc() local 979 SNDCommand *command; in AllocCommand() local
|
| /TwlSDK-5.4/build/libraries/dsp/ARM9.TWL/src/ |
| D | dsp_graphics.c | 227 u16 command; in DSPi_ConvertYuvToRgbCore() local 303 u16 command; in DSPi_ScalingCore() local 384 u16 command; in DSPi_ScalingFxCore() local
|
| D | dsp_g711.c | 70 DSPAudioCodecCommand command; in DSPi_SendCodecG711() local
|
| /TwlSDK-5.4/build/libraries/dsp/common/src/ |
| D | dsp_util.c | 190 DSPAudioDriverCommand command; in DSPi_PlaySoundEx() local 407 DSPAudioDriverCommand command; in DSPi_StopSoundCore() local 477 DSPAudioDriverCommand command; in DSPi_StartSamplingCore() local 510 DSPAudioDriverCommand command; in DSPi_StopSamplingCore() local
|
| /TwlSDK-5.4/build/libraries/camera/ARM9.TWL/src/ |
| D | camera_api.c | 128 CAMERAPxiCommand command; // Command type member 878 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_INIT; in CAMERA_I2CInitAsyncCore() local 951 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_ACTIVATE; in CAMERA_I2CActivateAsyncCore() local 1041 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_CONTEXT_SWITCH; in CAMERA_I2CContextSwitchAsyncCore() local 1143 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_SIZE; in CAMERA_I2CSizeExAsyncCore() local 1261 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_FRAME_RATE; in CAMERA_I2CFrameRateAsyncCore() local 1373 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_EFFECT; in CAMERA_I2CEffectExAsyncCore() local 1491 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_FLIP; in CAMERA_I2CFlipExAsyncCore() local 1606 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_PHOTO_MODE; in CAMERA_I2CPhotoModeAsyncCore() local 1711 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_WHITE_BALANCE; in CAMERA_I2CWhiteBalanceAsyncCore() local [all …]
|
| /TwlSDK-5.4/build/libraries/fs/common/src/ |
| D | fs_archive.c | 75 static BOOL FSi_IsEventCommand(FSCommandType command) in FSi_IsEventCommand() 117 FSCommandType command = FSi_GetCurrentCommand(file); in FSi_EndCommand() local 160 static FSResult FSi_InvokeCommand(FSFile *file, FSCommandType command) in FSi_InvokeCommand() 184 #define FS_INVOKE_METHOD_(command, ...) \ in FSi_InvokeCommand() argument 191 #define FS_NOTIFY_EVENT_(command, ...) \ in FSi_InvokeCommand() argument 523 BOOL FSi_SendCommand(FSFile *file, FSCommandType command, BOOL blocking) in FSi_SendCommand()
|
| /TwlSDK-5.4/build/libraries/rtc/ARM9.TWL/src/ |
| D | internal_ex.c | 157 static BOOL RtcexSendPxiCommand(u32 command) in RtcexSendPxiCommand()
|
| /TwlSDK-5.4/build/libraries/os/common/src/ |
| D | os_pxi.c | 88 u16 command; in OSi_CommonCallback() local
|
| /TwlSDK-5.4/build/libraries/card/common/include/ |
| D | card_rom.h | 40 u32 command; member
|
| D | card_common.h | 132 int command; member
|
| /TwlSDK-5.4/build/libraries/wfs/common/src/ |
| D | wfs_archive.c | 81 static FSResult WFSi_RomArchiveProc(FSFile *file, FSCommandType command) in WFSi_RomArchiveProc() 129 static FSResult WFSi_EmptyArchiveProc(FSFile *file, FSCommandType command) in WFSi_EmptyArchiveProc()
|
| /TwlSDK-5.4/build/libraries/scfg/ARM9.TWL/src/ |
| D | scfg_proc.c | 142 u16 command = (u16)( (pxiData & SCFG_PXI_COMMAND_MASK) >> SCFG_PXI_COMMAND_SHIFT ); in SCFGi_CommonCallback() local 192 static void SCFGi_SendPxiData(u32 command, u16 ordinal, u16 data) in SCFGi_SendPxiData()
|
| /TwlSDK-5.4/build/demos/spi/spiMonkey/src/ |
| D | monkey.c | 260 static void MonkeyTpCallback(TPRequestCommand command, TPRequestResult result, u16 index) in MonkeyTpCallback()
|
| /TwlSDK-5.4/build/demos/wm/wep-1/include/ |
| D | main.h | 45 …unsigned int command:3; // Instruction (used for switching the game states at once, etc… member
|
| /TwlSDK-5.4/build/libraries/snd/ARM9.TWL/src/ |
| D | sndex.c | 43 u8 command; member 1561 u8 command = (u8)((data & SNDEX_PXI_COMMAND_MASK) >> SNDEX_PXI_COMMAND_SHIFT); in CommonCallback() local 1696 SendCommand (u8 command, u8 param) in SendCommand() 1726 SendCommandEx (u8 command, u16 param) in SendCommandEx() 1802 u8 command = sndexWork.command; in ReplyCallback() local 1846 SetSndexWork (SNDEXCallback cb, void* cbarg, void* dst, u8 command) in SetSndexWork()
|
| /TwlSDK-5.4/build/libraries/card/ARM9/src/ |
| D | card_pullOut.c | 73 u32 command = data & CARD_PXI_COMMAND_MASK; in CARDi_PulledOutCallback() local
|
| /TwlSDK-5.4/build/demos/wm/dataShare-Model/include/ |
| D | main.h | 45 …unsigned int command:3; // Instruction (used for switching the game states at once, etc… member
|
| /TwlSDK-5.4/build/libraries/spi/ARM9/src/ |
| D | pm.c | 57 inline u32 PMi_MakeData1(u32 bit, u32 seq, u32 command, u32 data) in PMi_MakeData1() 264 u16 command; in PMi_CommonCallback() local 537 u32 command; in PMi_SetLEDAsync() local 593 u32 command = 0; in PM_SetBackLightAsync() local 664 u32 command; in PMi_SetSoundPowerAsync() local 713 u32 command; in PMi_SetSoundVolumeAsync() local 2558 u32 command = isExit? PM_UTIL_FORCE_EXIT: PM_UTIL_FORCE_RESET_HARDWARE; in PMi_CallPostExitCallbackAndReset() local
|
| D | tp.c | 223 static inline void TPi_ErrorAtPxi(TPRequestCommand command) in TPi_ErrorAtPxi() 259 u16 command; in TPi_TpCallback() local
|
| D | mic.c | 607 u16 command; in MicCommonCallback() local
|
| /TwlSDK-5.4/build/libraries/rtc/ARM9/src/ |
| D | internal.c | 411 static BOOL RtcSendPxiCommand(u32 command) in RtcSendPxiCommand()
|
| /TwlSDK-5.4/include/nitro/wbt/ |
| D | context.h | 101 PLATFORM_LE8 command; member 154 WBTCommand command; member 194 WBTCommandList *command; member
|
| /TwlSDK-5.4/include/nitro/wxc/ |
| D | protocol.h | 57 u8 command; /* Command in the current phase */ member
|
| /TwlSDK-5.4/include/nitro/fs/ |
| D | archive.h | 102 FSCommandType command; // The most recent command member
|
| /TwlSDK-5.4/build/libraries/wbt/common/src/ |
| D | wbt_context.c | 504 int WBTi_TryCreateResponse(WBTContext * work, int aid, void *buf, int size, int command, in WBTi_TryCreateResponse() 1081 u8 command; in WBT_CallPacketRecvHook() local
|