Home
last modified time | relevance | path

Searched refs:TEMPERATURE_FILE_FORMAT (Results 1 – 4 of 4) sorted by relevance

/device/lge/bullhead/thermal/
Dthermal.c32 #define TEMPERATURE_FILE_FORMAT "/sys/class/thermal/thermal_zone%d/temp" macro
115 sprintf(file_name, TEMPERATURE_FILE_FORMAT, CPU_SENSORS[cpu]); in get_cpu_temperatures()
144 sprintf(file_name, TEMPERATURE_FILE_FORMAT, GPU_SENSOR_NUM); in get_temperatures()
156 sprintf(file_name, TEMPERATURE_FILE_FORMAT, BATTERY_SENSOR_NUM); in get_temperatures()
/device/htc/flounder/thermal/
Dthermal.c32 #define TEMPERATURE_FILE_FORMAT "/sys/class/thermal/thermal_zone%d/temp" macro
69 sprintf(file_name, TEMPERATURE_FILE_FORMAT, sensor_num); in read_temperature()
/device/huawei/angler/thermal/
Dthermal.c32 #define TEMPERATURE_FILE_FORMAT "/sys/class/thermal/thermal_zone%d/temp" macro
81 sprintf(file_name, TEMPERATURE_FILE_FORMAT, sensor_num); in read_temperature()
/device/moto/shamu/thermal/
Dthermal.c32 #define TEMPERATURE_FILE_FORMAT "/sys/class/thermal/thermal_zone%d/temp" macro
77 sprintf(file_name, TEMPERATURE_FILE_FORMAT, sensor_num); in read_temperature()