/Linux-v5.15/scripts/kconfig/ |
D | nconf.h | 71 void print_in_middle(WINDOW *win, int y, int width, const char *str, int attrs); 75 void fill_window(WINDOW *win, const char *text); 76 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...); 77 int dialog_inputbox(WINDOW *main_window, 80 void refresh_all_windows(WINDOW *main_window); 81 void show_scroll_win(WINDOW *main_window,
|
D | nconf.gui.c | 120 void print_in_middle(WINDOW *win, int y, int width, const char *str, int attrs) in print_in_middle() 165 void fill_window(WINDOW *win, const char *text) in fill_window() 192 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...) in btn_dialog() 201 WINDOW *win; in btn_dialog() 202 WINDOW *msg_win; in btn_dialog() 203 WINDOW *menu_win; in btn_dialog() 308 int dialog_inputbox(WINDOW *main_window, in dialog_inputbox() 314 WINDOW *win; in dialog_inputbox() 315 WINDOW *prompt_win; in dialog_inputbox() 316 WINDOW *form_win; in dialog_inputbox() [all …]
|
D | nconf.c | 263 static WINDOW *main_window; 951 WINDOW *menu_window; in show_menu()
|
/Linux-v5.15/scripts/kconfig/lxdialog/ |
D | dialog.h | 181 int on_key_esc(WINDOW *win); 202 void attr_clear(WINDOW * win, int height, int width, chtype attr); 204 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x); 205 void print_button(WINDOW * win, const char *label, int y, int x, int selected); 206 void print_title(WINDOW *dialog, const char *title, int width); 207 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, 209 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
|
D | textbox.c | 12 static void print_page(WINDOW *win, int height, int width, update_text_fn 14 static void print_line(WINDOW *win, int row, int width); 16 static void print_position(WINDOW * win); 26 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() 49 WINDOW *dialog, *box; in dialog_textbox() 299 static void print_page(WINDOW *win, int height, int width, update_text_fn in print_page() 328 static void print_line(WINDOW * win, int row, int width) in print_line() 386 static void print_position(WINDOW * win) in print_position()
|
D | menubox.c | 53 static void do_print_item(WINDOW * win, const char *item, int line_y, in do_print_item() 98 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows() 142 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() 158 static void do_scroll(WINDOW *win, int *scroll, int n) in do_scroll() 178 WINDOW *dialog, *menu; in dialog_menu()
|
D | yesno.c | 14 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 32 WINDOW *dialog; in dialog_yesno()
|
D | checklist.c | 18 static void print_item(WINDOW * win, int choice, int selected) in print_item() 52 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() 88 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 109 WINDOW *dialog, *list; in dialog_checklist()
|
D | util.c | 229 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() 352 void print_title(WINDOW *dialog, const char *title, int width) in print_title() 369 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() 434 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() 464 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() 498 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow() 547 int on_key_esc(WINDOW *win) in on_key_esc()
|
D | inputbox.c | 16 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 38 WINDOW *dialog; in dialog_inputbox()
|
/Linux-v5.15/tools/thermal/tmon/ |
D | tui.c | 40 static WINDOW *title_bar_window; 41 static WINDOW *tz_sensor_window; 42 static WINDOW *cooling_device_window; 43 static WINDOW *control_window; 44 static WINDOW *status_bar_window; 45 static WINDOW *thermal_data_window; 46 static WINDOW *dialogue_window; 49 static void draw_hbar(WINDOW *win, int y, int start, int len, 70 static void close_window(WINDOW *win) in close_window() 280 WINDOW *w = dialogue_window; in show_dialogue() [all …]
|
/Linux-v5.15/drivers/input/misc/ |
D | adxl34x.c | 30 #define WINDOW 0x23 /* R/W Tap window */ macro 838 AC_WRITE(ac, WINDOW, pdata->tap_window); in adxl34x_probe()
|
/Linux-v5.15/Documentation/PCI/endpoint/ |
D | pci-ntb-function.rst | 89 | NO OF MEMORY WINDOW | 159 NO OF MEMORY WINDOW:
|