Searched refs:vscroll (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/scripts/kconfig/ |
| D | nconf.gui.c | 509 int *vscroll, int *hscroll, in show_scroll_win_ext() argument 528 if (vscroll) in show_scroll_win_ext() 529 start_y = *vscroll; in show_scroll_win_ext() 635 if (vscroll) in show_scroll_win_ext() 636 *vscroll = start_y; in show_scroll_win_ext()
|
| D | mconf.c | 351 int *vscroll, int *hscroll, in show_textbox_ext() argument 356 return dialog_textbox(title, text, r, c, vscroll, hscroll, in show_textbox_ext() 439 int dres, vscroll = 0, hscroll = 0; in search_conf() local 486 &vscroll, &hscroll, in search_conf()
|
| D | nconf.h | 84 int *vscroll, int *hscroll,
|
| D | nconf.c | 752 int dres, vscroll = 0, hscroll = 0; in search_conf() local 793 &vscroll, &hscroll, in search_conf()
|
| /Linux-v6.6/drivers/input/mouse/ |
| D | sentelic.h | 101 bool vscroll; /* Vertical scroll zone enabled */ member
|
| D | sentelic.c | 370 pad->vscroll = enable; in fsp_onpad_vscr() 526 return sprintf(buf, "%d\n", pad->vscroll); in fsp_attr_show_vscroll() 547 PSMOUSE_DEFINE_ATTR(vscroll, S_IWUSR | S_IRUGO, NULL,
|