| /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.
|
| A D | TODO | 5 Speakup is a kernel based screen review package for the linux operating
|
| A D | Kconfig | 8 This is the Speakup screen reader. Think of it as a
|
| /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 | 39 struct vbva_buffer *vbva, s32 screen); 41 s32 screen);
|
| /drivers/s390/char/ |
| A D | con3270.c | 101 struct tty3270_line *screen; member 490 tp->screen[i].dirty = 0; in tty3270_update_lines_visible() 900 if (!screen) in tty3270_alloc_screen() 904 if (!screen[lines].cells) in tty3270_alloc_screen() 908 return screen; in tty3270_alloc_screen() 912 kfree(screen); in tty3270_alloc_screen() 958 kfree(screen); in tty3270_free_screen() 995 if (IS_ERR(screen)) in tty3270_resize() 1004 oscreen = tp->screen; in tty3270_resize() 1005 tp->screen = screen; in tty3270_resize() [all …]
|
| /drivers/video/fbdev/ |
| A D | sm501fb.c | 107 struct sm501_mem screen; member 210 end = par->screen.k_addr ? par->screen.sm_addr : inf->fbmem_len; in sm501_alloc_mem() 226 end = par->screen.sm_addr; in sm501_alloc_mem() 602 reg = (par->screen.sm_addr + xoffs + in sm501fb_pan_crt() 1355 smc501_writel(par->screen.sm_addr, in sm501fb_copyarea() 1416 smc501_writel(par->screen.sm_addr, in sm501fb_fillrect() 2093 if (par->screen.size == 0) in sm501fb_suspend_fb() 2107 par->store_fb = vmalloc(par->screen.size); in sm501fb_suspend_fb() 2122 memcpy_fromio(par->store_fb, par->screen.k_addr, par->screen.size); in sm501fb_suspend_fb() 2144 if (par->screen.size == 0) in sm501fb_resume_fb() [all …]
|
| A D | au1200fb.c | 787 if (lcd->screen & LCD_SCREEN_SEN) { in au1200_setpanel() 793 lcd->screen &= ~LCD_SCREEN_SEN; /*disable the controller*/ in au1200_setpanel() 839 lcd->screen = panel->mode_screen; in au1200_setpanel() 862 lcd->screen |= LCD_SCREEN_SEN; in au1200_setpanel() 889 D(lcd->screen); in au1200_setpanel() 1279 pdata->xsize = ((lcd->screen & LCD_SCREEN_SX) >> 19) + 1; in get_global() 1280 pdata->ysize = ((lcd->screen & LCD_SCREEN_SY) >> 8) + 1; in get_global()
|
| A D | au1200fb.h | 40 volatile uint32 screen; member
|
| /drivers/gpu/drm/clients/ |
| A D | Kconfig | 75 bool "Print the kernel boot message on the screen" 83 screen until the userspace is ready to take over. 111 screen, but doesn't implement a full terminal. For that you will need
|
| /drivers/gpu/drm/ |
| A D | Kconfig | 70 hex "Drm panic screen foreground color, in RGB" 75 hex "Drm panic screen background color, in RGB" 89 string "Panic screen formatter" 102 bool "Add a panic screen with a QR code" 106 This option adds a QR code generator, and a panic screen with a QR 110 To use this panic screen, also set DRM_PANIC_SCREEN to "qr_code" 113 string "Base URL of the QR code in the panic screen"
|
| /drivers/input/ |
| A D | Kconfig | 114 int "Horizontal screen resolution" 120 screen resolution you are using to correctly scale the data. If 124 int "Vertical screen resolution" 130 screen resolution you are using to correctly scale the data. If
|
| /drivers/video/console/ |
| A D | Kconfig | 53 int "Initial number of console screen columns" 63 int "Initial number of console screen rows" 138 black screen as soon as fbcon loads.
|
| /drivers/video/fbdev/core/ |
| A D | Kconfig | 197 where the screen is divided into rectangular sections (tiles), whereas 198 the standard blitting divides the screen into pixels. Because the 203 rectangular section of a screen, the rectangle will be described in
|
| /drivers/clk/qcom/ |
| A D | Kconfig | 38 splash screen. 494 splash screen. 503 splash screen. 615 splash screen. 625 splash screen. 635 splash screen. 645 splash screen. 911 splash screen. 1030 splash screen 1040 splash screen [all …]
|
| /drivers/iio/position/ |
| A D | Kconfig | 27 This sensor present three angles, hinge angel, screen angles
|
| /drivers/gpu/drm/ci/xfails/ |
| A D | amdgpu-stoney-fails.txt | 8 amdgpu/amd_mall@static-screen,Crash
|
| /drivers/video/fbdev/nvidia/ |
| A D | nv_type.h | 60 u32 screen; member
|
| /drivers/video/fbdev/riva/ |
| A D | riva_hw.h | 501 U032 screen; member
|
| /drivers/gpu/drm/tiny/ |
| A D | Kconfig | 122 * No-name 2.2" color screen module
|
| /drivers/gpu/drm/vmwgfx/device_include/ |
| A D | svga_reg.h | 797 SVGAScreenObject screen; member
|
| /drivers/platform/x86/dell/ |
| A D | Kconfig | 196 UART to adjust the AIO screen brightness.
|
| /drivers/macintosh/ |
| A D | Kconfig | 128 PowerBooks will be enabled so you can change the screen brightness.
|
| /drivers/platform/surface/ |
| A D | Kconfig | 137 or the POS subsystem for device/screen posture changes.
|
| /drivers/platform/x86/lenovo/ |
| A D | Kconfig | 103 on-screen-display feedback purposes by the Desktop Environment.
|