Home
last modified time | relevance | path

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

/linux-6.15/scripts/kconfig/
H A Dnconf.gui.c519 int *vscroll, int *hscroll, in show_scroll_win_ext() argument
538 if (vscroll) in show_scroll_win_ext()
539 start_y = *vscroll; in show_scroll_win_ext()
645 if (vscroll) in show_scroll_win_ext()
646 *vscroll = start_y; in show_scroll_win_ext()
H A Dmconf.c353 int *vscroll, int *hscroll, in show_textbox_ext() argument
358 return dialog_textbox(title, text, r, c, vscroll, hscroll, in show_textbox_ext()
389 int dres, vscroll = 0, hscroll = 0; in search_conf() local
436 &vscroll, &hscroll, in search_conf()
H A Dnconf.h84 int *vscroll, int *hscroll,
H A Dnconf.c703 int dres, vscroll = 0, hscroll = 0; in search_conf() local
744 &vscroll, &hscroll, in search_conf()
/linux-6.15/drivers/input/mouse/
H A Dsentelic.h101 bool vscroll; /* Vertical scroll zone enabled */ member
H A Dsentelic.c370 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,