Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 33) sorted by relevance

12

/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_hook.c58 FSArchive *target = NULL; in FSi_SystemEvents() local
64 target = FS_FindArchive("rom", 3); in FSi_SystemEvents()
69 target = FS_FindArchive("rom", 3); in FSi_SystemEvents()
75 target = FS_FindArchive("sdmc", 4); in FSi_SystemEvents()
80 target = FS_FindArchive("sdmc", 4); in FSi_SystemEvents()
90 if ((hook->arc == target) && (hook->callback != NULL)) in FSi_SystemEvents()
Dfs_overlay.c211 …const OVERLAYPROC proc = (ovi->target == MI_PROCESSOR_ARM9) ? OVERLAYPROC_ARM9 : OVERLAYPROC_ARM… in FSi_RegisterOverlayToDebugger()
229 …const OVERLAYPROC proc = (ovi->target == MI_PROCESSOR_ARM9) ? OVERLAYPROC_ARM9 : OVERLAYPROC_ARM… in FSi_UnregisterOverlayToDebugger()
360 BOOL FS_LoadOverlayInfo(FSOverlayInfo *p_ovi, MIProcessor target, FSOverlayID id) in FS_LoadOverlayInfo() argument
364 const CARDRomRegion *pr = (target == MI_PROCESSOR_ARM9) ? in FS_LoadOverlayInfo()
384 p_ovi->target = target; in FS_LoadOverlayInfo()
398 pr = (target == MI_PROCESSOR_ARM9) ? in FS_LoadOverlayInfo()
415 p_ovi->target = target; in FS_LoadOverlayInfo()
505 BOOL FS_LoadOverlayInfo(FSOverlayInfo *p_ovi, MIProcessor target, FSOverlayID id) in FS_LoadOverlayInfo() argument
510 pr = (target == MI_PROCESSOR_ARM9) ? in FS_LoadOverlayInfo()
518 p_ovi->target = target; in FS_LoadOverlayInfo()
[all …]
/TwlSDK-5.1.0/build/demos/fs/overlay/src/
Dmain.c38 static BOOL LoadOverlayHigh(MIProcessor target, FSOverlayID id) in LoadOverlayHigh() argument
40 return FS_LoadOverlay(target, id); in LoadOverlayHigh()
54 static BOOL LoadOverlayMiddle(MIProcessor target, FSOverlayID id) in LoadOverlayMiddle() argument
58 if (FS_LoadOverlayInfo(&info, target, id)) in LoadOverlayMiddle()
81 static BOOL LoadOverlayLow(MIProcessor target, FSOverlayID id) in LoadOverlayLow() argument
85 if (FS_LoadOverlayInfo(&info, target, id)) in LoadOverlayLow()
/TwlSDK-5.1.0/include/nitro/fs/
Doverlay.h67 MIProcessor target; member
98 BOOL FS_LoadOverlayInfo(FSOverlayInfo *p_ovi, MIProcessor target, FSOverlayID id);
244 BOOL FS_LoadOverlay(MIProcessor target, FSOverlayID id);
256 BOOL FS_UnloadOverlay(MIProcessor target, FSOverlayID id);
272 void FS_AttachOverlayTable(MIProcessor target, const void *ptr, u32 len);
/TwlSDK-5.1.0/build/libraries/card/common/src/
Dcard_common.c46 void CARDi_LockResource(CARDiOwner owner, CARDTargetMode target) in CARDi_LockResource() argument
52 if (p->lock_target != target) in CARDi_LockResource()
64 p->lock_target = target; in CARDi_LockResource()
80 void CARDi_UnlockResource(CARDiOwner owner, CARDTargetMode target) in CARDi_UnlockResource() argument
90 if (p->lock_target != target) in CARDi_UnlockResource()
/TwlSDK-5.1.0/build/libraries/wbt/common/src/
Dwbt_api.c361 BOOL WBT_RequestSync(WBTAidBitmap target, WBTCallback callback) in WBT_RequestSync() argument
368 WBT_PostCommand(wbti_command_work, list, target, NULL); in WBT_RequestSync()
387 WBT_GetBlockInfo(WBTAidBitmap target, int block_info_no, WBTBlockInfoTable *block_info_table, in WBT_GetBlockInfo() argument
395 WBT_PostCommand(wbti_command_work, list, target, NULL); in WBT_GetBlockInfo()
416 WBT_GetBlock(WBTAidBitmap target, WBTBlockId block_id, WBTRecvBufTable *recv_buf_table, in WBT_GetBlock() argument
424 WBT_PostCommand(wbti_command_work, list, target, NULL); in WBT_GetBlock()
442 BOOL WBT_PutUserData(WBTAidBitmap target, const void *user_data, int size, WBTCallback callback) in WBT_PutUserData() argument
449 WBT_PostCommand(wbti_command_work, list, target, NULL); in WBT_PutUserData()
/TwlSDK-5.1.0/include/nitro/
Dwbt.h563 BOOL WBT_RequestSync(u16 target, WBTCallback callback);
579 BOOL WBT_GetBlockInfo(u16 target, int index,
599 BOOL WBT_GetBlock(u16 target, u32 block_id,
617 BOOL WBT_PutUserData(u16 target, const void *user_data, int size, WBTCallback callback);
630 BOOL WBT_CancelCurrentCommand(u16 target);
/TwlSDK-5.1.0/build/demos.TWL/snd/IIRFilterdemo/src/
Dmain.c73 static void UpdateValue (u16* target, s16 value);
331 static void UpdateValue(u16* target, s16 value) in UpdateValue() argument
333 if ((s32)(*(target) + value) >= 0 && (u32)(*(target) + value) <= 0xffff) in UpdateValue()
335 *target = (u16)(*(target) + value); in UpdateValue()
/TwlSDK-5.1.0/include/twl/snd/ARM9/
Dsndex.h152 SNDEXResult SNDEXi_SetIirFilterAsync (SNDEXIirFilterTarget target, const SNDEXIirFilterParam* pP…
153 SNDEXResult SNDEXi_SetIirFilter (SNDEXIirFilterTarget target, const SNDEXIirFilterParam* pP…
575 SNDEX_SetIirFilterAsync(SNDEXIirFilterTarget target, const SNDEXIirFilterParam* pParam, SNDEXCallba… in SNDEX_SetIirFilterAsync() argument
578 SNDEXi_SetIirFilterAsync(target, pParam, callback, arg) : SNDEX_RESULT_ILLEGAL_STATE); in SNDEX_SetIirFilterAsync()
592 SNDEX_SetIirFilter(SNDEXIirFilterTarget target, const SNDEXIirFilterParam* pParam) in SNDEX_SetIirFilter() argument
595 SNDEXi_SetIirFilter(target, pParam) : SNDEX_RESULT_ILLEGAL_STATE); in SNDEX_SetIirFilter()
/TwlSDK-5.1.0/include/nitro/card/
Drom.h113 SDK_INLINE const CARDRomRegion *CARD_GetRomRegionOVT(MIProcessor target) in CARD_GetRomRegionOVT() argument
116 return (target == MI_PROCESSOR_ARM9) ? &header->main_ovt : &header->sub_ovt; in CARD_GetRomRegionOVT()
/TwlSDK-5.1.0/build/libraries/card/common/include/
Dcard_common.h238 void CARDi_LockResource(CARDiOwner owner, CARDTargetMode target);
250 void CARDi_UnlockResource(CARDiOwner owner, CARDTargetMode target);
/TwlSDK-5.1.0/include/nitro/gx/
Dg3_util.h44 void G3i_LookAt_(const VecFx32 *camPos, const VecFx32 *camUp, const VecFx32 *target, BOOL draw,
223 G3_LookAt(const VecFx32 *camPos, const VecFx32 *camUp, const VecFx32 *target, MtxFx43 *mtx) in G3_LookAt() argument
225 G3i_LookAt_(camPos, camUp, target, TRUE, mtx); in G3_LookAt()
/TwlSDK-5.1.0/build/libraries/dsp/common/src/
Ddsp_pipe.c417 DSPPipe *target = &monitor->pipe[port][peer]; in DSP_LoadPipe() local
422 DSP_LoadData((DSPAddrInARM)target, pipe, sizeof(*pipe)); in DSP_LoadPipe()
460 DSPPipe *target = &monitor->pipe[port][peer]; in DSP_FlushPipe() local
463 DSP_StoreData((DSPAddrInARM)&target->rpos, &pipe->rpos, sizeof(target->rpos)); in DSP_FlushPipe()
467 DSP_StoreData((DSPAddrInARM)&target->wpos, &pipe->wpos, sizeof(target->wpos)); in DSP_FlushPipe()
/TwlSDK-5.1.0/build/tools/showversion/
Dmain.c297 u32 dBuildType = 0xffffffff, buildType = 0, target = 0; in main() local
307 target = (buffer[3] >> 8) & 0x000000ff; in main()
309 printf("BUILD_TYPE:ARM%d %s\n", (int)target, in main()
/TwlSDK-5.1.0/build/tools/makelcf/
Dcontainer.c674 const char *target = Static.targetName ? Static.targetName : Static.name; in CheckProperty() local
683 char *name = Alloc(strlen(target) + strlen(t->overlaydefs + 1) + 1); in CheckProperty()
684 strcpy(name, target); in CheckProperty()
696 char *name = Alloc(strlen(target) + strlen(t->overlaytable + 1) + 1); in CheckProperty()
697 strcpy(name, target); in CheckProperty()
/TwlSDK-5.1.0/build/libraries/mb/common/include/
Dmb_fileinfo.h69 …u32 target:1; // Target (MI_PROCESSOR_ARM9 or _ARM7. A file without attribute… member
/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_china.c442 u16 target = 0x0001 << 5; in DispExclusiveMessage() local
458 data += target; in DispExclusiveMessage()
460 target = (u16)(~target + 1); in DispExclusiveMessage()
/TwlSDK-5.1.0/build/tools/loadrun/
Dloadrun.txt39 The first machine found with the device specified here becomes the target for that action.
43 The first machine found with the serial number specified here becomes the target for that action.
46 If no specification is made, the first machine found becomes the target.
/TwlSDK-5.1.0/include/twl/os/common/
DsystemWork.h90 u8 target : 2; member
/TwlSDK-5.1.0/build/libraries/fx/common/src/
Dfx_mtx43.c476 void MTX_LookAt(const VecFx32 *camPos, const VecFx32 *camUp, const VecFx32 *target, MtxFx43 *mtx) in MTX_LookAt() argument
482 SDK_NULL_ASSERT(target); in MTX_LookAt()
485 vLook.x = camPos->x - target->x; in MTX_LookAt()
486 vLook.y = camPos->y - target->y; in MTX_LookAt()
487 vLook.z = camPos->z - target->z; in MTX_LookAt()
/TwlSDK-5.1.0/include/nitro/spi/ARM9/
Dpm.h210 u32 PM_SetBackLightAsync(PMLCDTarget target, PMBackLightSwitch sw, PMCallback callback, void *a…
211 u32 PM_SetBackLight(PMLCDTarget target, PMBackLightSwitch status);
/TwlSDK-5.1.0/build/
DMakefile34 SUBMAKES.TARGET_TOOLS += tools/_Makefile.target
/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dpm.c571 u32 PM_SetBackLightAsync(PMLCDTarget target, PMBackLightSwitch sw, PMCallback callback, void *arg) in PM_SetBackLightAsync() argument
575 if (target == PM_LCD_TOP) in PM_SetBackLightAsync()
586 else if (target == PM_LCD_BOTTOM) in PM_SetBackLightAsync()
597 else if (target == PM_LCD_ALL) in PM_SetBackLightAsync()
613 u32 PM_SetBackLight(PMLCDTarget target, PMBackLightSwitch sw) in PM_SetBackLight() argument
616 u32 sendResult = PM_SetBackLightAsync(target, sw, PMi_DummyCallback, &commandResult); in PM_SetBackLight()
/TwlSDK-5.1.0/build/demos/mb/multiboot/
Dreadme.txt14 Using the +Control Pad, select the child device that will become the target of operations and then …
/TwlSDK-5.1.0/include/nitro/snd/common/
Dexchannel.h134 u8 target; // enum SNDLfoTarget member

12