OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPU_SENSORS
(Results
1 - 3
of
3
) sorted by null
/device/google/marlin/thermal/
thermal.c
39
const int
CPU_SENSORS
[] = {4, 6, 9, 11};
41
#define CPU_NUM (sizeof(
CPU_SENSORS
) / sizeof(int))
116
ssize_t result = read_temperature(
CPU_SENSORS
[cpu], DEVICE_TEMPERATURE_CPU, CPU_LABEL[cpu],
/device/huawei/angler/thermal/
thermal.c
39
const int
CPU_SENSORS
[] = {8, 9, 10, 11, 14, 15, 16, 7};
41
#define CPU_NUM (sizeof(
CPU_SENSORS
) / sizeof(int))
115
ssize_t result = read_temperature(
CPU_SENSORS
[cpu], DEVICE_TEMPERATURE_CPU, CPU_LABEL[cpu],
/device/lge/bullhead/thermal/
thermal.c
40
const int
CPU_SENSORS
[] = {8, 8, 9, 10, 13, 14};
42
#define CPU_NUM (sizeof(
CPU_SENSORS
) / sizeof(int))
115
sprintf(file_name, TEMPERATURE_FILE_FORMAT,
CPU_SENSORS
[cpu]);
Completed in 55 milliseconds