Home
last modified time | relevance | path

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

/device/htc/flounder/thermal/
Dthermal.c33 #define CPU_ONLINE_FILE_FORMAT "/sys/devices/system/cpu/cpu%d/online" macro
195 snprintf(file_name, MAX_LENGTH, CPU_ONLINE_FILE_FORMAT, cpu_num); in get_cpu_usages()
/device/huawei/angler/thermal/
Dthermal.c33 #define CPU_ONLINE_FILE_FORMAT "/sys/devices/system/cpu/cpu%d/online" macro
229 snprintf(file_name, MAX_LENGTH, CPU_ONLINE_FILE_FORMAT, cpu_num); in get_cpu_usages()
/device/moto/shamu/thermal/
Dthermal.c33 #define CPU_ONLINE_FILE_FORMAT "/sys/devices/system/cpu/cpu%d/online" macro
221 snprintf(file_name, MAX_LENGTH, CPU_ONLINE_FILE_FORMAT, cpu_num); in get_cpu_usages()
/device/lge/bullhead/thermal/
Dthermal.c35 #define CPU_ONLINE_FILE_FORMAT "/sys/devices/system/cpu/cpu%d/online" macro
231 snprintf(file_name, MAX_LENGTH, CPU_ONLINE_FILE_FORMAT, cpu_num); in get_cpu_usages()