/linux/tools/kvm/kvm_stat/ |
A D | kvm_stat | 994 self.screen = None 1028 if self.screen: 1119 self.screen.refresh() 1126 self.screen.erase() 1151 self.screen.refresh() 1210 self.screen.clrtobot() 1262 self.screen.refresh() 1273 self.screen.erase() 1282 self.screen.getkey() 1302 self.screen.erase() [all …]
|
/linux/drivers/accessibility/speakup/ |
A D | DefaultKeyAssignments | 12 InsKeyPad-8 say from top of screen to reading cursor. 26 InsKeyPad-plus Say from reading cursor line to bottom of screen. 31 InsKeyPad-9 Move reading cursor to top of screen (insert pgup) 32 InsKeyPad-3 Move reading cursor to bottom of screen (insert pgdn) 33 InsKeyPad-7 Move reading cursor to left edge of screen (insert home) 34 InsKeyPad-1 Move reading cursor to right edge of screen (insert end) 39 allowed value for the row or column for your current screen. 40 KeyPad-/ Mark and Cut screen region. 41 InsKeyPad-/ Paste screen region into any console.
|
/linux/drivers/gpu/drm/vboxvideo/ |
A D | vbva_base.c | 108 struct gen_pool *ctx, s32 screen, bool enable) in vbva_inform_host() argument 120 if (screen >= 0) { in vbva_inform_host() 122 p->screen_id = screen; in vbva_inform_host() 138 struct vbva_buffer *vbva, s32 screen) in vbva_enable() argument 147 ret = vbva_inform_host(vbva_ctx, ctx, screen, true); in vbva_enable() 149 vbva_disable(vbva_ctx, ctx, screen); in vbva_enable() 155 s32 screen) in vbva_disable() argument 161 vbva_inform_host(vbva_ctx, ctx, screen, false); in vbva_disable()
|
A D | vboxvideo_guest.h | 41 struct vbva_buffer *vbva, s32 screen); 43 s32 screen);
|
/linux/drivers/s390/char/ |
A D | tty3270.c | 84 struct tty3270_line *screen; member 333 tp->screen[i].len = 0; in tty3270_blank_screen() 815 if (!screen) in tty3270_alloc_screen() 823 return screen; in tty3270_alloc_screen() 827 kfree(screen); in tty3270_alloc_screen() 842 kfree(screen); in tty3270_free_screen() 857 if (IS_ERR(screen)) in tty3270_resize_work() 862 oscreen = tp->screen; in tty3270_resize_work() 867 tp->screen = screen; in tty3270_resize_work() 1238 temp = tp->screen[0]; in tty3270_lf() [all …]
|
/linux/Documentation/devicetree/bindings/input/touchscreen/ |
A D | imx6ul_tsc.txt | 10 This xnur-gpio returns to low once the finger leave the touch screen (The 15 Before X-axis or Y-axis measurement, the screen need some time before 17 This value depends on the touch screen. 18 - pre-charge-time: the touch screen need some time to precharge. 19 This value depends on the touch screen.
|
/linux/tools/perf/ui/gtk/ |
A D | browser.c | 19 GdkScreen *screen; in perf_gtk__resize_window() local 24 screen = gtk_widget_get_screen(window); in perf_gtk__resize_window() 26 monitor = gdk_screen_get_monitor_at_window(screen, window->window); in perf_gtk__resize_window() 28 gdk_screen_get_monitor_geometry(screen, monitor, &rect); in perf_gtk__resize_window()
|
/linux/Documentation/devicetree/bindings/iio/ |
A D | mount-matrix.txt | 25 For example a device with some kind of screen, where the user is supposed to 27 mounted on the same chassis as this screen, will likely take the screen as 29 screen and (z) being depth, the axis perpendicular to the screen. 31 For a screen you probably want (x) coordinates to go from negative on the left 33 and (z) depth to be negative under the screen and positive in front of it, 55 9.81 m/s^2 upwards along the (z) axis, i.e. out of the screen when the device 56 is held with its screen flat on the planets surface and 0 on the other axes, 132 device with a screen lying flat on a table), you should get a negative value
|
/linux/Documentation/fb/ |
A D | framebuffer.rst | 45 read and write their contents. You can, for example, make a screen snapshot by:: 83 organization of the screen memory (planes, packed pixels, ...) and address 84 and length of the screen memory. 103 application programs is the screen organization (bitplanes or chunky pixels 158 A monitor draws an image on the screen by using an electron beam (3 electron 164 from the top to the bottom of the screen. By modifying the intensity of the 179 If the screen resolution is 640x480, it will take:: 192 A full screen counts 480 (yres) lines, but we have to consider the vertical 193 retrace too (e.g. 49 `lines`). So a full screen will take:: 201 This means the screen data is refreshed about 59 times per second. To have a [all …]
|
A D | api.rst | 24 Device and driver capabilities are reported in the fixed screen information 51 additional information, which are stored in the variable screen information 65 screen information line_length field. 83 belonging to different planes, is stored in the fixed screen information 89 stored in the variable screen information grayscale field. 94 specified by the variable screen information bpp field. 105 specified by the variable screen information bpp field. 119 Each component is stored in a macropixel according to the variable screen 129 screen information bits_per_pixel field. 136 Each component is stored in a macropixel according to the variable screen [all …]
|
/linux/drivers/staging/media/av7110/ |
A D | video-stop.rst | 47 - Indicates how the screen shall be handled. 52 - TRUE: Blank screen when stop. 66 stream. Depending on the input parameter, the screen can be blanked out
|
/linux/drivers/video/fbdev/ |
A D | sm501fb.c | 106 struct sm501_mem screen; member 209 end = par->screen.k_addr ? par->screen.sm_addr : inf->fbmem_len; in sm501_alloc_mem() 225 end = par->screen.sm_addr; in sm501_alloc_mem() 594 reg = (par->screen.sm_addr + xoffs + in sm501fb_pan_crt() 1347 smc501_writel(par->screen.sm_addr, in sm501fb_copyarea() 1408 smc501_writel(par->screen.sm_addr, in sm501fb_fillrect() 2083 if (par->screen.size == 0) in sm501fb_suspend_fb() 2097 par->store_fb = vmalloc(par->screen.size); in sm501fb_suspend_fb() 2112 memcpy_fromio(par->store_fb, par->screen.k_addr, par->screen.size); in sm501fb_suspend_fb() 2134 if (par->screen.size == 0) in sm501fb_resume_fb() [all …]
|
/linux/Documentation/devicetree/bindings/leds/ |
A D | leds-el15203000.txt | 12 Screen light tube LED which surrounds vending machine screen and 56 /* screen frame */ 59 function = "screen";
|
/linux/Documentation/admin-guide/ |
A D | braille-console.rst | 4 To get early boot messages on a braille device (before userspace screen 24 :kbd:`PAGE-UP`/:kbd:`PAGE-DOWN` keys go at the top/bottom of the screen, and 26 to the cursor, hence providing very basic screen reviewing facility.
|
/linux/Documentation/s390/ |
A D | 3270.ChangeLog | 7 screen height to omit the two rows used for input area, in 11 * Oversize 3270 screen widths may exceed GEOM_MAXINPLEN columns, 40 tubttybld.c and tubttyscl.c, for screen-building code and
|
/linux/Documentation/devicetree/bindings/display/ |
A D | solomon,ssd1307fb.yaml | 36 Height in pixel of the screen driven by the controller 42 Width in pixel of the screen driven by the controller 48 Offset of pages (band of 8 pixels) that the screen is mapped to 59 Offset of columns (COL/SEG) that the screen is mapped to
|
/linux/Documentation/admin-guide/laptops/ |
A D | sony-laptop.rst | 32 directory. You will be able to query and set the current screen 36 brightness get/set screen brightness (an integer 56 brightness_default screen brightness which will be set 73 sets the lowest screen brightness for the next and later reboots 79 sets the highest screen brightness for the next and later reboots
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
A D | ti,tsc2046.yaml | 7 title: Texas Instruments TSC2046 touch screen controller. 13 TSC2046 is a touch screen controller with 8 channels ADC.
|
/linux/Documentation/devicetree/bindings/display/panel/ |
A D | olimex,lcd-olinuxino.yaml | 22 - AR1021 resistive touch screen controller (optional) 24 - GT911/GT928 capacitive touch screen controller (optional)
|
A D | sharp,lq101r1sx01.yaml | 14 - left-right: each channel drives the left or right half of the screen 15 - even-odd: each channel drives the even or odd lines of the screen
|
/linux/Documentation/ABI/stable/ |
A D | sysfs-driver-speakup | 70 the say screen command is used before the 71 entire screen is read. 74 screen command is used, and one then types on the keyboard, 75 speakup will continue to say the whole screen regardless until 87 Description: Controls the level of punctuation spoken as the screen is 114 the screen with speakup's screen review commands. The other 188 screen edges and cursor tracking modes here. 266 screen reader. The parameters in this directory have the same
|
/linux/drivers/staging/unisys/Documentation/ABI/ |
A D | sysfs-platform-visorchipset | 8 s-Par's automatic installation progress screen when an error 18 installation progress screen. This field has no effect if not in 27 s-Par's automatic installation progress screen. Setting this
|
/linux/scripts/kconfig/lxdialog/ |
A D | util.c | 20 dlg.screen.atr = A_NORMAL; in set_mono_theme() 60 DLG_COLOR(screen, COLOR_CYAN, COLOR_BLUE, true); in set_classic_theme() 93 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme() 180 init_one_color(&dlg.screen); in init_dialog_colors() 249 attr_clear(stdscr, lines, columns, dlg.screen.atr); in dialog_clear() 255 wattrset(stdscr, dlg.screen.atr); in dialog_clear()
|
/linux/fs/nls/ |
A D | Kconfig | 285 correctly on the screen, you need to include the appropriate 294 correctly on the screen, you need to include the appropriate 324 correctly on the screen, you need to include the appropriate 336 correctly on the screen, you need to include the appropriate 347 correctly on the screen, you need to include the appropriate 357 correctly on the screen, you need to include the appropriate 367 correctly on the screen, you need to include the appropriate 378 correctly on the screen, you need to include the appropriate 387 correctly on the screen, you need to include the appropriate 396 correctly on the screen, you need to include the appropriate [all …]
|
/linux/arch/arc/boot/dts/ |
A D | vdk_axs10x_mb.dtsi | 85 /* PGU output directly sent to virtual LCD screen; hdmi controller not modelled */ 93 /* VDK has additional ps2 keyboard/mouse interface integrated in LCD screen model */
|