Home
last modified time | relevance | path

Searched refs:dwDataLength (Results 1 – 15 of 15) sorted by relevance

/utopia/UTPA2-700.0.x/modules/sys/hal/kano/sys/
H A DhalSYS.c655 int dwDataLength = 0; in SysDvfsThreadProc() local
679dwDataLength = read(hFileHandle, (void *) &hMstarDvfsReadInfo, sizeof(hMstarDvfsReadInfo)); in SysDvfsThreadProc()
681 DVFS_DEBUG("\033[35m[INFO] Read Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
716dwDataLength = write(hFileHandle, (void *)&hMstarDvfsWriteInfo, sizeof(hMstarDvfsWriteInfo)); in SysDvfsThreadProc()
718 DVFS_DEBUG("\033[35m[INFO] Write Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
1107 int dwDataLength = 0; in SysDvfsGpuThreadProc() local
1132dwDataLength = read(hFileHandle, (void *) &hMstarDvfsGpuReadInfo, sizeof(hMstarDvfsGpuReadInfo)); in SysDvfsGpuThreadProc()
1134 DVFS_DEBUG("[GPU_POWER][INFO] Read Data Length: %d\n", dwDataLength); in SysDvfsGpuThreadProc()
1149dwDataLength = write(hFileHandle, (void *)&hMstarDvfsGpuWriteInfo, sizeof(hMstarDvfsGpuWriteInfo)); in SysDvfsGpuThreadProc()
1150 DVFS_DEBUG("[GPU_POWER][INFO] Write Data Length: %d\n", dwDataLength); in SysDvfsGpuThreadProc()
/utopia/UTPA2-700.0.x/modules/sys/hal/k6/sys/
H A DhalSYS.c659 int dwDataLength = 0; in SysDvfsThreadProc() local
684dwDataLength = read(hFileHandle, (void *) &hMstarDvfsReadInfo, sizeof(hMstarDvfsReadInfo)); in SysDvfsThreadProc()
686 DVFS_DEBUG("\033[35m[INFO] Read Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
713dwDataLength = write(hFileHandle, (void *)&hMstarDvfsWriteInfo, sizeof(hMstarDvfsWriteInfo)); in SysDvfsThreadProc()
714 DVFS_DEBUG("\033[35m[INFO] Write Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
1086 int dwDataLength = 0; in SysDvfsGpuThreadProc() local
1111dwDataLength = read(hFileHandle, (void *) &hMstarDvfsGpuReadInfo, sizeof(hMstarDvfsGpuReadInfo)); in SysDvfsGpuThreadProc()
1113 DVFS_DEBUG("[GPU_POWER][INFO] Read Data Length: %d\n", dwDataLength); in SysDvfsGpuThreadProc()
1128dwDataLength = write(hFileHandle, (void *)&hMstarDvfsGpuWriteInfo, sizeof(hMstarDvfsGpuWriteInfo)); in SysDvfsGpuThreadProc()
1129 DVFS_DEBUG("[GPU_POWER][INFO] Write Data Length: %d\n", dwDataLength); in SysDvfsGpuThreadProc()
/utopia/UTPA2-700.0.x/modules/sys/hal/k7u/sys/
H A DhalSYS.c657 int dwDataLength = 0; in SysDvfsThreadProc() local
682dwDataLength = read(hFileHandle, (void *) &hMstarDvfsReadInfo, sizeof(hMstarDvfsReadInfo)); in SysDvfsThreadProc()
684 DVFS_DEBUG("\033[35m[INFO] Read Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
711dwDataLength = write(hFileHandle, (void *)&hMstarDvfsWriteInfo, sizeof(hMstarDvfsWriteInfo)); in SysDvfsThreadProc()
712 DVFS_DEBUG("\033[35m[INFO] Write Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
1084 int dwDataLength = 0; in SysDvfsGpuThreadProc() local
1109dwDataLength = read(hFileHandle, (void *) &hMstarDvfsGpuReadInfo, sizeof(hMstarDvfsGpuReadInfo)); in SysDvfsGpuThreadProc()
1111 DVFS_DEBUG("[GPU_POWER][INFO] Read Data Length: %d\n", dwDataLength); in SysDvfsGpuThreadProc()
1126dwDataLength = write(hFileHandle, (void *)&hMstarDvfsGpuWriteInfo, sizeof(hMstarDvfsGpuWriteInfo)); in SysDvfsGpuThreadProc()
1127 DVFS_DEBUG("[GPU_POWER][INFO] Write Data Length: %d\n", dwDataLength); in SysDvfsGpuThreadProc()
/utopia/UTPA2-700.0.x/modules/sys/hal/k6lite/sys/
H A DhalSYS.c670 int dwDataLength = 0; in SysDvfsThreadProc() local
695dwDataLength = read(hFileHandle, (void *) &hMstarDvfsReadInfo, sizeof(hMstarDvfsReadInfo)); in SysDvfsThreadProc()
697 DVFS_DEBUG("\033[35m[INFO] Read Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
724dwDataLength = write(hFileHandle, (void *)&hMstarDvfsWriteInfo, sizeof(hMstarDvfsWriteInfo)); in SysDvfsThreadProc()
725 DVFS_DEBUG("\033[35m[INFO] Write Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
1097 int dwDataLength = 0; in SysDvfsGpuThreadProc() local
1122dwDataLength = read(hFileHandle, (void *) &hMstarDvfsGpuReadInfo, sizeof(hMstarDvfsGpuReadInfo)); in SysDvfsGpuThreadProc()
1124 DVFS_DEBUG("[GPU_POWER][INFO] Read Data Length: %d\n", dwDataLength); in SysDvfsGpuThreadProc()
1139dwDataLength = write(hFileHandle, (void *)&hMstarDvfsGpuWriteInfo, sizeof(hMstarDvfsGpuWriteInfo)); in SysDvfsGpuThreadProc()
1140 DVFS_DEBUG("[GPU_POWER][INFO] Write Data Length: %d\n", dwDataLength); in SysDvfsGpuThreadProc()
/utopia/UTPA2-700.0.x/modules/sys/hal/curry/sys/
H A DhalSYS.c721 int dwDataLength = 0; in SysDvfsThreadProc() local
742dwDataLength = read(hFileHandle, (void *) &hMstarDvfsReadInfo, sizeof(hMstarDvfsReadInfo)); in SysDvfsThreadProc()
744 DVFS_DEBUG("\033[35m[INFO] Read Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
771dwDataLength = write(hFileHandle, (void *)&hMstarDvfsWriteInfo, sizeof(hMstarDvfsWriteInfo)); in SysDvfsThreadProc()
772 DVFS_DEBUG("\033[35m[INFO] Write Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
/utopia/UTPA2-700.0.x/modules/sys/hal/mooney/sys/
H A DhalSYS.c784 int dwDataLength = 0; in SysDvfsThreadProc() local
808dwDataLength = read(hFileHandle, (void *) &hMstarDvfsReadInfo, sizeof(hMstarDvfsReadInfo)); in SysDvfsThreadProc()
810 DVFS_DEBUG("\033[35m[INFO] Read Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
845dwDataLength = write(hFileHandle, (void *)&hMstarDvfsWriteInfo, sizeof(hMstarDvfsWriteInfo)); in SysDvfsThreadProc()
847 DVFS_DEBUG("\033[35m[INFO] Write Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
/utopia/UTPA2-700.0.x/modules/sys/hal/messi/sys/
H A DhalSYS.c799 int dwDataLength = 0; in SysDvfsThreadProc() local
824dwDataLength = read(hFileHandle, (void *) &hMstarDvfsReadInfo, sizeof(hMstarDvfsReadInfo)); in SysDvfsThreadProc()
826 DVFS_DEBUG("\033[35m[INFO] Read Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
857dwDataLength = write(hFileHandle, (void *)&hMstarDvfsWriteInfo, sizeof(hMstarDvfsWriteInfo)); in SysDvfsThreadProc()
859 DVFS_DEBUG("\033[35m[INFO] Write Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
/utopia/UTPA2-700.0.x/modules/sys/hal/mainz/sys/
H A DhalSYS.c837 int dwDataLength = 0; in SysDvfsThreadProc() local
861dwDataLength = read(hFileHandle, (void *) &hMstarDvfsReadInfo, sizeof(hMstarDvfsReadInfo)); in SysDvfsThreadProc()
863 DVFS_DEBUG("\033[35m[INFO] Read Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
898dwDataLength = write(hFileHandle, (void *)&hMstarDvfsWriteInfo, sizeof(hMstarDvfsWriteInfo)); in SysDvfsThreadProc()
900 DVFS_DEBUG("\033[35m[INFO] Write Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
/utopia/UTPA2-700.0.x/modules/sys/hal/manhattan/sys/
H A DhalSYS.c1197 int dwDataLength = 0; in SysDvfsThreadProc() local
1218dwDataLength = read(hFileHandle, (void *) &hMstarDvfsReadInfo, sizeof(hMstarDvfsReadInfo)); in SysDvfsThreadProc()
1220 DVFS_DEBUG("\033[35m[INFO] Read Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
1247dwDataLength = write(hFileHandle, (void *)&hMstarDvfsWriteInfo, sizeof(hMstarDvfsWriteInfo)); in SysDvfsThreadProc()
1248 DVFS_DEBUG("\033[35m[INFO] Write Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
/utopia/UTPA2-700.0.x/modules/sys/hal/macan/sys_closeSRC/
H A DhalSYS.c1093 int dwDataLength = 0; in SysDvfsThreadProc() local
1118dwDataLength = read(hFileHandle, (void *) &hMstarDvfsReadInfo, sizeof(hMstarDvfsReadInfo)); in SysDvfsThreadProc()
1120 DVFS_DEBUG("\033[35m[INFO] Read Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
1151dwDataLength = write(hFileHandle, (void *)&hMstarDvfsWriteInfo, sizeof(hMstarDvfsWriteInfo)); in SysDvfsThreadProc()
1153 DVFS_DEBUG("\033[35m[INFO] Write Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
/utopia/UTPA2-700.0.x/modules/sys/hal/maxim/sys/
H A DhalSYS.c1197 int dwDataLength = 0; in SysDvfsThreadProc() local
1221dwDataLength = read(hFileHandle, (void *) &hMstarDvfsReadInfo, sizeof(hMstarDvfsReadInfo)); in SysDvfsThreadProc()
1223 DVFS_DEBUG("\033[35m[INFO] Read Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
1258dwDataLength = write(hFileHandle, (void *)&hMstarDvfsWriteInfo, sizeof(hMstarDvfsWriteInfo)); in SysDvfsThreadProc()
1260 DVFS_DEBUG("\033[35m[INFO] Write Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
/utopia/UTPA2-700.0.x/modules/sys/hal/M7621/sys/
H A DhalSYS.c1197 int dwDataLength = 0; in SysDvfsThreadProc() local
1221dwDataLength = read(hFileHandle, (void *) &hMstarDvfsReadInfo, sizeof(hMstarDvfsReadInfo)); in SysDvfsThreadProc()
1223 DVFS_DEBUG("\033[35m[INFO] Read Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
1258dwDataLength = write(hFileHandle, (void *)&hMstarDvfsWriteInfo, sizeof(hMstarDvfsWriteInfo)); in SysDvfsThreadProc()
1260 DVFS_DEBUG("\033[35m[INFO] Write Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
/utopia/UTPA2-700.0.x/modules/sys/hal/M7821/sys/
H A DhalSYS.c1198 int dwDataLength = 0; in SysDvfsThreadProc() local
1222dwDataLength = read(hFileHandle, (void *) &hMstarDvfsReadInfo, sizeof(hMstarDvfsReadInfo)); in SysDvfsThreadProc()
1224 DVFS_DEBUG("\033[35m[INFO] Read Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
1272dwDataLength = write(hFileHandle, (void *)&hMstarDvfsWriteInfo, sizeof(hMstarDvfsWriteInfo)); in SysDvfsThreadProc()
1274 DVFS_DEBUG("\033[35m[INFO] Write Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
/utopia/UTPA2-700.0.x/modules/sys/hal/maserati/sys/
H A DhalSYS.c1198 int dwDataLength = 0; in SysDvfsThreadProc() local
1222dwDataLength = read(hFileHandle, (void *) &hMstarDvfsReadInfo, sizeof(hMstarDvfsReadInfo)); in SysDvfsThreadProc()
1224 DVFS_DEBUG("\033[35m[INFO] Read Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
1272dwDataLength = write(hFileHandle, (void *)&hMstarDvfsWriteInfo, sizeof(hMstarDvfsWriteInfo)); in SysDvfsThreadProc()
1274 DVFS_DEBUG("\033[35m[INFO] Write Data Length: %d\033[m\n", dwDataLength); in SysDvfsThreadProc()
/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c2034 unsigned int dwDataLength; // Specifies the length in bytes of the Data field. member
15098 LoadDWORD( tDesc[i].dwDataLength , pData ); in AU_CUS_WMA_Parser_LoadVirtualMetaDataObject()
15116 if (tDesc[i].dwDataLength > 0x0000FFFF) in AU_CUS_WMA_Parser_LoadVirtualMetaDataObject()
15119 dwAdditionalSkip = tDesc[i].dwDataLength - 0x0000FFFF; in AU_CUS_WMA_Parser_LoadVirtualMetaDataObject()
15120 tDesc[i].dwDataLength = 0x0000FFFF; in AU_CUS_WMA_Parser_LoadVirtualMetaDataObject()
15124 wDataLength = (unsigned short)tDesc[i].dwDataLength; in AU_CUS_WMA_Parser_LoadVirtualMetaDataObject()
15126 tDesc[i].dwDataLength = wDataLength; in AU_CUS_WMA_Parser_LoadVirtualMetaDataObject()
15137 const unsigned int cbBytesToRead = tDesc[i].dwDataLength; in AU_CUS_WMA_Parser_LoadVirtualMetaDataObject()
15141 if (iCurrFileOffset + tDesc[i].dwDataLength > iMaxFileOffset) in AU_CUS_WMA_Parser_LoadVirtualMetaDataObject()
15147 tDesc[i].pData = AU_CUS_WMA_Parser_auMalloc(tDesc[i].dwDataLength); in AU_CUS_WMA_Parser_LoadVirtualMetaDataObject()