Home
last modified time | relevance | path

Searched defs:flags (Results 1 – 23 of 23) sorted by relevance

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_message.c55 BOOL OS_SendMessage(OSMessageQueue *mq, OSMessage msg, s32 flags) in OS_SendMessage()
100 BOOL OS_ReceiveMessage(OSMessageQueue *mq, OSMessage *msg, s32 flags) in OS_ReceiveMessage()
148 BOOL OS_JamMessage(OSMessageQueue *mq, OSMessage msg, s32 flags) in OS_JamMessage()
194 BOOL OS_ReadMessage(OSMessageQueue *mq, OSMessage *msg, s32 flags) in OS_ReadMessage()
/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_protectionRegion.c38 asm void OS_EnableICacheForProtectionRegion( register u32 flags ) in OS_EnableICacheForProtectionRegion()
47 asm void OS_DisableICacheForProtectionRegion( register u32 flags ) in OS_DisableICacheForProtectionRegion()
102 asm void OS_SetIPermissionsForProtectionRegion( register u32 setMask, register u32 flags ) in OS_SetIPermissionsForProtectionRegion()
150 asm void OS_EnableDCacheForProtectionRegion( register u32 flags ) in OS_EnableDCacheForProtectionRegion()
159 asm void OS_DisableDCacheForProtectionRegion( register u32 flags ) in OS_DisableDCacheForProtectionRegion()
214 asm void OS_SetDPermissionsForProtectionRegion( register u32 setMask, register u32 flags ) in OS_SetDPermissionsForProtectionRegion()
262 asm void OS_EnableWriteBufferForProtectionRegion( register u32 flags ) in OS_EnableWriteBufferForProtectionRegion()
270 asm void OS_DisableWriteBufferForProtectionRegion( register u32 flags ) in OS_DisableWriteBufferForProtectionRegion()
294 asm u32 OS_GetWriteBufferEnableFlagsForProtectionRegion( register u32 flags ) in OS_GetWriteBufferEnableFlagsForProtectionRegion()
/TwlSDK-5.1.0/build/libraries/fs/common/include/
Dutil.h213 SDK_INLINE void FSi_WaitConditionOn(u32 *flags, u32 bits, OSThreadQueue *queue) in FSi_WaitConditionOn()
234 SDK_INLINE void FSi_WaitConditionOff(u32 *flags, u32 bits, OSThreadQueue *queue) in FSi_WaitConditionOff()
/TwlSDK-5.1.0/build/libraries/spi/ARM9.TWL/src/
Dmicex.c81 u8 flags; in MICEXi_StartLimitedSamplingAsync() local
372 MicexStartLimitedSampling(void* buf, u32 size, u32 rate, u8 flags) in MicexStartLimitedSampling()
/TwlSDK-5.1.0/build/libraries/snd/common/src/
Dsnd_command.c179 const SNDCommand *SND_RecvCommandReply(u32 flags) in SND_RecvCommandReply()
245 SNDCommand *SND_AllocCommand(u32 flags) in SND_AllocCommand()
338 BOOL SND_FlushCommand(u32 flags) in SND_FlushCommand()
1108 static void StopTimer(u32 chBitMask, u32 capBitMask, u32 alarmBitMask, u32 flags) in StopTimer()
/TwlSDK-5.1.0/include/nitro/mi/
Duncomp_stream.h33 u8 flags; // Compression flag 1B member
48 u8 flags; // Compression flag 1B member
/TwlSDK-5.1.0/build/libraries/snd/ARM9/src/
Dsnd_interface.c236 void SND_StartTimer(u32 chBitMask, u32 capBitMask, u32 alarmBitMask, u32 flags) in SND_StartTimer()
241 void SND_StopTimer(u32 chBitMask, u32 capBitMask, u32 alarmBitMask, u32 flags) in SND_StopTimer()
285 void SND_StopUnlockedChannel(u32 chBitMask, u32 flags) in SND_StopUnlockedChannel()
290 void SND_LockChannel(u32 chBitMask, u32 flags) in SND_LockChannel()
295 void SND_UnlockChannel(u32 chBitMask, u32 flags) in SND_UnlockChannel()
/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_secureuncompress.c136 u8 flags = *pSrc++; in MI_SecureUncompressRL() local
271 u32 flags = *pSrc++; in MI_SecureUncompressLZ() local
273 u32 flags; in MI_SecureUncompressLZ() local
/TwlSDK-5.1.0/build/libraries/dsp/ARM9.TWL/src/
Ddsp_g711.c68 static void DSPi_SendCodecG711(void *dst, const void *src, u32 len, DSPAudioCodecMode flags) in DSPi_SendCodecG711()
/TwlSDK-5.1.0/build/libraries/dsp/common/src/
Ddsp_if.c316 void DSP_SendFifoExCore(DSPFifoMemSel memsel, u16 dest, const u16 *src, int size, u16 flags) in DSP_SendFifoExCore()
364 void DSP_RecvFifoExCore(DSPFifoMemSel memsel, u16* dest, u16 src, int size, u16 flags) in DSP_RecvFifoExCore()
/TwlSDK-5.1.0/include/twl/os/common/
DownerInfoEx_private.h80 } flags; member
113 }flags; member
DownerInfoEx.h118 } flags; member
/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dmic.c207 u8 flags; in MIC_StartAutoSamplingAsync() local
728 static BOOL MicStartAutoSampling(void *buf, u32 size, u32 span, u8 flags) in MicStartAutoSampling()
/TwlSDK-5.1.0/include/twl/dsp/ARM9/
Ddsp_if.h364 SDK_INLINE void DSP_SendFifoEx(DSPFifoMemSel memsel, u16 dest, const u16 *src, int size, u16 flags) in DSP_SendFifoEx()
411 SDK_INLINE void DSP_RecvFifoEx(DSPFifoMemSel memsel, u16 *dest, u16 src, int size, u16 flags) in DSP_RecvFifoEx()
Dprocess.h75 int flags; member
/TwlSDK-5.1.0/include/twl/dsp/common/
Dpipe.h95 u16 flags; // Attribute flags member
/TwlSDK-5.1.0/include/nitro/wfs/
Dclient.h52 u32 flags:31; member
/TwlSDK-5.1.0/build/tools/bin2obj/
Dsection.c171 u32 add_section(Object * obj, const char *name, u32 type, u32 flags, u32 size, u32 align) in add_section()
/TwlSDK-5.1.0/build/libraries/os/common/include/
Dapplication_jump_private.h77 LauncherBootFlags flags; // Launcher operation flags during a reset member
/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOHostio.c343 u32 flags = 0; in DEMOi_HIO_CreateFile() local
470 u32 flags = 0; in DEMOi_HIO_OpenFile() local
646 u32 flags = 0; in DEMOi_HIO_OpenDirectory() local
/TwlSDK-5.1.0/build/demos/wireless_shared/wfs/src/
Dwfs_common.c53 u32 flags:26; member
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_proc_default.c1694 void FS_SetArchiveProc(FSArchive *arc, FS_ARCHIVE_PROC_FUNC proc, u32 flags) in FS_SetArchiveProc()
/TwlSDK-5.1.0/include/twl/fatfs/common/
Dtypes.h216 u32 flags; member