Searched refs:pTSysPathInfo (Results 1 – 2 of 2) sorted by relevance
106 void ThermalSensorProvision::FormatThermalSysfsPaths(struct ThermalSysfsPathInfo *pTSysPathInfo) in FormatThermalSysfsPaths() argument109 FormatThermalPaths(pTSysPathInfo->thermalZonePath, sizeof(pTSysPathInfo->thermalZonePath), in FormatThermalSysfsPaths()110 THERMAL_ZONE_DIR_PATH, pTSysPathInfo->name); in FormatThermalSysfsPaths()112 tzSysPathInfo_.name = pTSysPathInfo->name; in FormatThermalSysfsPaths()114 THERMAL_TEMPERATURE_PATH, pTSysPathInfo->name); in FormatThermalSysfsPaths()117 THEERMAL_TYPE_PATH, pTSysPathInfo->name); in FormatThermalSysfsPaths()119 tzSysPathInfo_.fd = pTSysPathInfo->fd; in FormatThermalSysfsPaths()
58 void FormatThermalSysfsPaths(struct ThermalSysfsPathInfo *pTSysPathInfo);