Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/kconfig/
H A Dmconf.c290 int *keys, int *vscroll, int *hscroll,
397 int dres, vscroll = 0, hscroll = 0; in search_conf() local
447 str_get(&res), 0, 0, keys, &vscroll, in search_conf()
757 *keys, int *vscroll, int *hscroll, update_text_fn in show_textbox_ext() argument
761 return dialog_textbox(title, text, r, c, keys, vscroll, hscroll, in show_textbox_ext()
/openbmc/linux/scripts/kconfig/
H A Dnconf.gui.c509 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()
H A Dmconf.c351 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()
H A Dnconf.h84 int *vscroll, int *hscroll,
H A Dnconf.c752 int dres, vscroll = 0, hscroll = 0; in search_conf() local
793 &vscroll, &hscroll, in search_conf()
/openbmc/linux/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,