Home
last modified time | relevance | path

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

/linux-6.1.9/tools/thermal/tmon/
Dtui.c56 #define SENSOR_WIN_HIGHT 4 /* one row for tz name, one for trip points */ macro
129 tz_sensor_window = subwin(stdscr, SENSOR_WIN_HIGHT, maxx, y_begin, 0); in setup_windows()
130 y_begin += SENSOR_WIN_HIGHT; in setup_windows()