Home
last modified time | relevance | path

Searched refs:p_task (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_parent.c923 static void MBi_ReloadCache(MBiTaskInfo * p_task) in MBi_ReloadCache() argument
925 MBiCacheInfo *const p_info = (MBiCacheInfo *) p_task->param[0]; in MBi_ReloadCache()
926 MBiCacheList *const p_list = (MBiCacheList *) p_task->param[1]; in MBi_ReloadCache()
1035 MBiTaskInfo *const p_task = &pPwork->cur_task; in MBi_CommParentSendBlock() local
1036 if (!MBi_IsTaskBusy(p_task)) in MBi_CommParentSendBlock()
1067 p_task->param[0] = (u32)trg; /* MBiCacheInfo* */ in MBi_CommParentSendBlock()
1068 p_task->param[1] = (u32)pl; /* MBiCacheList* */ in MBi_CommParentSendBlock()
1069 MBi_SetTask(p_task, MBi_ReloadCache, NULL, 4); in MBi_CommParentSendBlock()
Dmb_wm_base.c1395 static void MBi_OnReset(MBiTaskInfo * p_task) in MBi_OnReset() argument
1397 (void)p_task; in MBi_OnReset()