Searched refs:temperature (Results 1 – 7 of 7) sorted by relevance
| /tools/lib/thermal/include/ |
| A D | thermal.h | 43 int (*threshold_add)(int tz_id, int temperature, int direction, void *arg); 44 int (*threshold_delete)(int tz_id, int temperature, int direction, void *arg); 63 int temperature; member 156 int temperature, 161 int temperature,
|
| /tools/lib/thermal/ |
| A D | commands.c | 218 __tt[size - 1].temperature = nla_get_u32(attr); in parse_threshold_get() 226 __tt[size].temperature = INT_MAX; in parse_threshold_get() 451 int temperature, in thermal_cmd_threshold_add() argument 454 struct cmd_param p = { .tz_id = tz->id, .temp = temperature, .direction = direction }; in thermal_cmd_threshold_add() 462 int temperature, in thermal_cmd_threshold_delete() argument 465 struct cmd_param p = { .tz_id = tz->id, .temp = temperature, .direction = direction }; in thermal_cmd_threshold_delete()
|
| A D | thermal.c | 16 for (i = 0; th[i].temperature != INT_MAX; i++) in for_each_thermal_threshold()
|
| /tools/testing/selftests/watchdog/ |
| A D | watchdog-test.c | 180 int temperature; in main() local 259 ret = ioctl(fd, WDIOC_GETTEMP, &temperature); in main() 263 printf("Temperature %d\n", temperature); in main()
|
| /tools/thermal/thermal-engine/ |
| A D | thermal-engine.c | 44 th->temperature, th->direction); in show_threshold()
|
| /tools/testing/cxl/test/ |
| A D | mem.c | 124 __le16 temperature; member 1100 .temperature = cpu_to_le16(25), in mock_health_info()
|
| /tools/arch/x86/kcpuid/ |
| A D | cpuid.csv | 155 0x6, 0, eax, 0, dtherm , Digital temperature sensor 773 0x80000007, 0, edx, 0, digital_temp , Digital temperature sensor
|
Completed in 14 milliseconds