Searched refs:maxx (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/tools/thermal/tmon/ |
D | tui.c | 61 static int maxx, maxy; variable 132 getmaxyx(stdscr, maxy, maxx); in setup_windows() 133 resizeterm(maxy, maxx); in setup_windows() 135 title_bar_window = subwin(stdscr, TITLE_BAR_HIGHT, maxx, 0, 0); in setup_windows() 138 tz_sensor_window = subwin(stdscr, SENSOR_WIN_HIGHT, maxx, y_begin, 0); in setup_windows() 141 cooling_device_window = subwin(stdscr, ptdata.nr_cooling_dev + 3, maxx, in setup_windows() 149 dialogue_window = subwin(stdscr, diag_dev_rows() + 5, maxx-50, in setup_windows() 153 NR_LINES_TZDATA + 3, maxx, y_begin, 0); in setup_windows() 155 control_window = subwin(stdscr, 4, maxx, y_begin, 0); in setup_windows() 158 maxwidth = maxx - 18; in setup_windows() [all …]
|
/linux-4.4.14/include/linux/input/ |
D | cyttsp.h | 44 u32 maxx; member
|
/linux-4.4.14/scripts/kconfig/ |
D | nconf.c | 951 int maxx, maxy; in show_menu() local 971 scale_menu(curses_menu, &maxy, &maxx); in show_menu() 972 maxx = min(maxx, mwin_max_cols-2); in show_menu() 976 maxx, in show_menu() 978 (mwin_max_cols-maxx)/2); in show_menu()
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | cyttsp_core.c | 581 0, pdata->maxx, 0, 0); in cyttsp_probe()
|