Lines Matching refs:hMstarDvfsReadInfo
1096 MSTAR_DVFS_READ_INFO hMstarDvfsReadInfo; in SysDvfsThreadProc() local
1118 … dwDataLength = read(hFileHandle, (void *) &hMstarDvfsReadInfo, sizeof(hMstarDvfsReadInfo)); in SysDvfsThreadProc()
1121 … DVFS_DEBUG("\033[35m[INFO] Voltage: %d0 mV\033[m\n", hMstarDvfsReadInfo.dwVoltage); in SysDvfsThreadProc()
1122 if(hMstarDvfsReadInfo.dwVoltageType == 0) in SysDvfsThreadProc()
1126 else if(hMstarDvfsReadInfo.dwVoltageType == 1) in SysDvfsThreadProc()
1134 …VFS_DEBUG("\033[35m[INFO] Data Exchange Count (Read): %d\033[m\n", hMstarDvfsReadInfo.dwDataExchan… in SysDvfsThreadProc()
1136 if(hMstarDvfsReadInfo.dwVoltageType == CONFIG_DVFS_CPU_POWER) in SysDvfsThreadProc()
1138 SysDvfsCpuPowerAdjustment(hMstarDvfsReadInfo.dwVoltage); in SysDvfsThreadProc()
1140 else if(hMstarDvfsReadInfo.dwVoltageType == CONFIG_DVFS_CORE_POWER) in SysDvfsThreadProc()
1142 SysDvfsCorePowerAdjustment(hMstarDvfsReadInfo.dwVoltage); in SysDvfsThreadProc()
1144 else if(hMstarDvfsReadInfo.dwVoltageType == CONFIG_DVFS_STR_INIT) in SysDvfsThreadProc()
1149 … hMstarDvfsWriteInfo.dwDataExchangeCount = hMstarDvfsReadInfo.dwDataExchangeCount; in SysDvfsThreadProc()