Home
last modified time | relevance | path

Searched refs:scroll (Results 1 – 22 of 22) sorted by relevance

/linux/scripts/kconfig/lxdialog/
H A Dmenubox.c90 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows() argument
99 if (scroll > 0) { in print_arrows()
115 if ((height < item_no) && (scroll + height < item_no)) { in print_arrows()
150 static void do_scroll(WINDOW *win, int *scroll, int n) in do_scroll() argument
156 *scroll = *scroll + n; in do_scroll()
168 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local
231 scroll = *s_scroll; in dialog_menu()
232 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu()
233 (scroll >= 0) && (scroll + max_choice <= item_count())) { in dialog_menu()
234 first_item = scroll; in dialog_menu()
[all …]
H A Dchecklist.c52 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument
57 if (scroll > 0) { in print_arrows()
72 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows()
108 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
176 scroll = choice - list_height + 1; in dialog_checklist()
177 choice -= scroll; in dialog_checklist()
182 item_set(scroll + i); in dialog_checklist()
186 print_arrows(dialog, choice, item_count(), scroll, in dialog_checklist()
198 item_set(i + scroll); in dialog_checklist()
207 if (!scroll) in dialog_checklist()
[all …]
/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py42 self.scroll = wx.ScrolledWindow(self.panel)
43 …self.scroll.SetScrollbars(self.scroll_scale, self.scroll_scale, self.width_virtual / self.scroll_s…
44 self.scroll.EnableScrolling(True, True)
45 self.scroll.SetFocus()
48 self.scroll_panel = wx.Panel(self.scroll, size=(self.screen_width - 15, self.screen_height / 2))
52 self.scroll.Bind(wx.EVT_PAINT, self.on_paint)
53 self.scroll.Bind(wx.EVT_KEY_DOWN, self.on_key_press)
54 self.scroll.Bind(wx.EVT_LEFT_DOWN, self.on_mouse_down)
56 self.scroll.Fit()
72 (x, y) = self.scroll.GetViewStart()
[all …]
/linux/Documentation/input/devices/
H A Dsentelic.rst121 Bit4 => scroll up
122 Bit5 => scroll down
123 Bit6 => scroll left
124 Bit7 => scroll right
227 Byte 4: Bit7 => scroll right button
228 Bit6 => scroll left button
229 Bit5 => scroll down button
230 Bit4 => scroll up button
268 Bit4 => scroll down button
269 Bit5 => scroll up button
[all …]
H A Delantech.rst202 V: 1 = enable vertical scroll area
203 H: 1 = enable horizontal scroll area
211 scroll area width (small: 0x40 ... wide: 0xff)
272 ds3..ds0 = scroll wheel amount and direction
284 h = 1 when horizontal scroll action
292 ds7..ds0 = vertical scroll amount and direction
380 S: 1 = enable vertical scroll
H A Dalps.rst200 processing is enabled. SW means scroll up when 4 buttons are available.
/linux/arch/x86/boot/compressed/
H A Dmisc.c96 static void scroll(void) in scroll() function
143 scroll(); in __putstr()
151 scroll(); in __putstr()
/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-fm-rx.rst38 which can scroll strings sized as 8 x N characters. So, this control
51 also possible to find receivers which can scroll strings sized as 32
H A Dext-ctrls-fm-tx.rst44 which can scroll strings sized as 8 x N characters. So, this control
58 which can scroll strings sized as 32 x N or 64 x N characters. So,
/linux/arch/arm/boot/dts/marvell/
H A Darmada-xp-lenovo-ix4-300d.dts160 scroll-button {
284 scroll_button_pin: scroll-button-pin {
/linux/Documentation/input/
H A Devent-codes.rst171 them on the touchpad in an effort to scroll content on screen,
196 - These codes are used for vertical and horizontal scroll wheels,
199 this may be an approximation based on the high-resolution scroll events,
206 - High-resolution scroll wheel data. The accumulated value 120 represents
211 If a vertical scroll wheel supports high-resolution scrolling, this code
214 scroll events. There is no guarantee that the high-resolution data
416 scroll wheel events where available.
/linux/Documentation/fb/
H A Duvesafb.rst56 # modprobe uvesafb mode_option=1024x768-32 mtrr=3 scroll=ywrap (module)
77 used a parameter of the scroll option, e.g. scroll=ypan.)
H A Dsisfb.rst143 noypan disable y-panning and scroll by redrawing the entire screen.
/linux/Documentation/arch/s390/
H A D3270.ChangeLog41 scroll-timeout code.
/linux/drivers/video/fbdev/
H A Duvesafb.c1959 module_param_named(scroll, ypan, scroll, 0);
1960 MODULE_PARM_DESC(scroll,
/linux/Documentation/admin-guide/
H A Dbug-bisect.rst74 easily fill your terminal, so you might need to scroll up to see the message
H A Dreporting-issues.rst102 (say something broke when updating from 5.10.4 to 5.10.5), scroll down to
129 up there, scroll down to the instructions for issues only happening with
578 (say something broke when updating from 5.10.4 to 5.10.5), scroll down to
928 up there, scroll down to the instructions for issues only happening with
H A Dspkguide.txt204 "Press space to leave help, cursor up or down to scroll, or a letter to
211 While you are in the Speakup help system, you can scroll up or down
H A Dkernel-parameters.txt489 atkbd.scroll= [HW] Enable scroll wheel on MS Office and similar
4219 no-scroll [VGA] Disables scrollback.
/linux/Documentation/trace/
H A Dftrace-design.rst253 scroll your reader back up if you got over eager.
/linux/Documentation/arch/m68k/
H A Dkernel-options.rst512 therefore we don't support hardware-dependent functions like hardware-scroll,
/linux/drivers/hid/
H A DKconfig101 Support for some A4TECH mice with two scroll wheels.