Searched refs:MV_DEBUG_TIMES (Results 1 - 2 of 2) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/common/
H A DmvDebug.h135 } MV_DEBUG_TIMES; typedef in typeref:struct:__anon515
155 /**** There are three functions deals with MV_DEBUG_TIMES structure ****/
157 /* Reset MV_DEBUG_TIMES entry */
158 void mvDebugResetTimeEntry(MV_DEBUG_TIMES* pTimeEntry, int count, char* name);
160 /* Update MV_DEBUG_TIMES entry */
161 void mvDebugUpdateTimeEntry(MV_DEBUG_TIMES* pTimeEntry);
163 /* Print out MV_DEBUG_TIMES entry */
164 void mvDebugPrintTimeEntry(MV_DEBUG_TIMES* pTimeEntry, MV_BOOL isTitle);
H A DmvDebug.c267 /******* There are three functions deals with MV_DEBUG_TIMES structure ********/
269 /* Reset MV_DEBUG_TIMES entry */
270 void mvDebugResetTimeEntry(MV_DEBUG_TIMES* pTimeEntry, int count, char* pName)
283 /* Print out MV_DEBUG_TIMES entry */
284 void mvDebugPrintTimeEntry(MV_DEBUG_TIMES* pTimeEntry, MV_BOOL isTitle)
300 /* Update MV_DEBUG_TIMES entry */
301 void mvDebugUpdateTimeEntry(MV_DEBUG_TIMES* pTimeEntry)

Completed in 64 milliseconds