/Linux-v4.19/tools/kvm/kvm_stat/ |
D | kvm_stat | 972 self.screen = None 981 self.screen = curses.initscr() 1006 if self.screen: 1007 self.screen.keypad(0) 1033 self.screen.addstr(row, 2, '%8s %-60s' % 1040 self.screen.addstr(row, 2, '%8s %-60s' % (line[0], line[1])) 1042 if row >= self.screen.getmaxyx()[0]: 1045 self.screen.addstr(row + 1, 2, 'Not available') 1096 self.screen.addstr(4, 1, 'Updating pid filter...') 1097 self.screen.refresh() [all …]
|
/Linux-v4.19/drivers/staging/speakup/ |
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.
|
D | TODO | 5 Speakup is a kernel based screen review package for the linux operating 30 "speech" class, and the speakup screen reader itself into
|
/Linux-v4.19/drivers/staging/vboxvideo/ |
D | vbva_base.c | 127 struct gen_pool *ctx, s32 screen, bool enable) in vbva_inform_host() argument 139 if (screen >= 0) { in vbva_inform_host() 141 p->screen_id = screen; in vbva_inform_host() 157 struct vbva_buffer *vbva, s32 screen) in vbva_enable() argument 166 ret = vbva_inform_host(vbva_ctx, ctx, screen, true); in vbva_enable() 168 vbva_disable(vbva_ctx, ctx, screen); in vbva_enable() 174 s32 screen) in vbva_disable() argument 180 vbva_inform_host(vbva_ctx, ctx, screen, false); in vbva_disable()
|
D | vboxvideo_guest.h | 69 struct vbva_buffer *vbva, s32 screen); 71 s32 screen);
|
/Linux-v4.19/tools/perf/ui/gtk/ |
D | browser.c | 21 GdkScreen *screen; in perf_gtk__resize_window() local 26 screen = gtk_widget_get_screen(window); in perf_gtk__resize_window() 28 monitor = gdk_screen_get_monitor_at_window(screen, window->window); in perf_gtk__resize_window() 30 gdk_screen_get_monitor_geometry(screen, monitor, &rect); in perf_gtk__resize_window()
|
/Linux-v4.19/Documentation/devicetree/bindings/input/touchscreen/ |
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.
|
D | max11801-ts.txt | 1 * MAXI MAX11801 Resistive touch screen controller with i2c interface
|
/Linux-v4.19/drivers/s390/char/ |
D | tty3270.c | 84 struct tty3270_line *screen; member 333 tp->screen[i].len = 0; in tty3270_blank_screen() 807 struct tty3270_line *screen; in tty3270_alloc_screen() local 812 screen = kzalloc(size, GFP_KERNEL); in tty3270_alloc_screen() 813 if (!screen) in tty3270_alloc_screen() 817 screen[lines].cells = kzalloc(size, GFP_KERNEL); in tty3270_alloc_screen() 818 if (!screen[lines].cells) in tty3270_alloc_screen() 821 return screen; in tty3270_alloc_screen() 824 kfree(screen[lines].cells); in tty3270_alloc_screen() 825 kfree(screen); in tty3270_alloc_screen() [all …]
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | video-stop.rst | 47 - Indicates how the screen shall be handled. 52 - TRUE: Blank screen when stop. 67 stream. Depending on the input parameter, the screen can be blanked out
|
/Linux-v4.19/Documentation/fb/ |
D | framebuffer.txt | 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 160 the screen is covered by a pattern of colored phosphors (pixels). If a phosphor 164 from the top to the bottom of the screen. By modifying the intensity of the 168 screen and to the next line: this is called the horizontal retrace. After the 169 whole screen (frame) was painted, the beam moves back to the upper left corner: 179 If the screen resolution is 640x480, it will take [all …]
|
D | api.txt | 23 Device and driver capabilities are reported in the fixed screen information 50 additional information, which are stored in the variable screen information 64 screen information line_length field. 82 belonging to different planes, is stored in the fixed screen information 88 stored in the variable screen information grayscale field. 93 specified by the variable screen information bpp field. 104 specified by the variable screen information bpp field. 118 Each component is stored in a macropixel according to the variable screen 128 screen information bits_per_pixel field. 135 Each component is stored in a macropixel according to the variable screen [all …]
|
D | matroxfb.txt | 100 Unfortunately, after SVGALib application exits, screen contents is corrupted. 116 memory usable for on-screen display (i.e. max. 8 MB). 146 strange pattern on screen and so on. Devices not enabled by BIOS 184 inverse - invert colors on screen (for LCD displays) 185 noinverse - show true colors on screen. It is default. 285 + SVGALib does not restore screen on exit 299 + SVGALib does not restore screen on exit. 307 pretty effects on screen. Device was not destroyed during tests. :-) 335 It is time to redraw whole screen 1000 times in 1024x768, 60Hz. It is 336 time for draw 6144000 characters on screen through /dev/vcsa
|
/Linux-v4.19/Documentation/admin-guide/ |
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-v4.19/drivers/video/fbdev/ |
D | sm501fb.c | 109 struct sm501_mem screen; member 212 end = par->screen.k_addr ? par->screen.sm_addr : inf->fbmem_len; in sm501_alloc_mem() 228 end = par->screen.sm_addr; in sm501_alloc_mem() 485 if (sm501_alloc_mem(fbi, &par->screen, mem_type, smem_len, smem_len)) { in sm501fb_set_par_common() 491 info->fix.smem_start = fbi->fbmem_res->start + par->screen.sm_addr; in sm501fb_set_par_common() 495 info->screen_base = fbi->fbmem + par->screen.sm_addr; in sm501fb_set_par_common() 500 smc501_writel(par->screen.sm_addr | SM501_ADDR_FLIP, in sm501fb_set_par_common() 597 reg = (par->screen.sm_addr + xoffs + in sm501fb_pan_crt() 667 sm501_alloc_mem(fbi, &par->screen, SM501_MEMF_CRT, 0, in sm501fb_set_par_crt() 1341 smc501_writel(par->screen.sm_addr, fbi->regs2d + SM501_2D_SOURCE_BASE); in sm501fb_copyarea() [all …]
|
/Linux-v4.19/Documentation/s390/ |
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-v4.19/Documentation/devicetree/bindings/display/ |
D | ssd1307fb.txt | 11 - solomon,height: Height in pixel of the screen driven by the controller 12 - solomon,width: Width in pixel of the screen driven by the controller 13 - solomon,page-offset: Offset of pages (band of 8 pixels) that the screen is
|
/Linux-v4.19/Documentation/laptops/ |
D | sony-laptop.txt | 29 directory. You will be able to query and set the current screen 31 brightness get/set screen brightness (an integer 48 brightness_default screen brightness which will be set 62 sets the lowest screen brightness for the next and later reboots, 64 sets the highest screen brightness for the next and later reboots,
|
/Linux-v4.19/Documentation/devicetree/bindings/display/panel/ |
D | sharp,lq101r1sx01.txt | 4 - left-right: each channel drives the left or right half of the screen 5 - even-odd: each channel drives the even or odd lines of the screen
|
D | ilitek,ili9881c.txt | 6 - reg: DSI virtual channel used by that screen
|
/Linux-v4.19/drivers/staging/unisys/Documentation/ABI/ |
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-v4.19/scripts/kconfig/lxdialog/ |
D | util.c | 33 dlg.screen.atr = A_NORMAL; in set_mono_theme() 73 DLG_COLOR(screen, COLOR_CYAN, COLOR_BLUE, true); in set_classic_theme() 106 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme() 193 init_one_color(&dlg.screen); in init_dialog_colors() 262 attr_clear(stdscr, lines, columns, dlg.screen.atr); in dialog_clear() 268 wattrset(stdscr, dlg.screen.atr); in dialog_clear()
|
/Linux-v4.19/arch/arc/boot/dts/ |
D | vdk_axs10x_mb.dtsi | 88 /* PGU output directly sent to virtual LCD screen; hdmi controller not modelled */ 96 /* VDK has additional ps2 keyboard/mouse interface integrated in LCD screen model */
|
/Linux-v4.19/fs/nls/ |
D | Kconfig | 284 correctly on the screen, you need to include the appropriate 293 correctly on the screen, you need to include the appropriate 323 correctly on the screen, you need to include the appropriate 335 correctly on the screen, you need to include the appropriate 346 correctly on the screen, you need to include the appropriate 356 correctly on the screen, you need to include the appropriate 366 correctly on the screen, you need to include the appropriate 377 correctly on the screen, you need to include the appropriate 386 correctly on the screen, you need to include the appropriate 395 correctly on the screen, you need to include the appropriate [all …]
|
/Linux-v4.19/drivers/input/ |
D | Kconfig | 120 int "Horizontal screen resolution" 126 screen resolution you are using to correctly scale the data. If 130 int "Vertical screen resolution" 136 screen resolution you are using to correctly scale the data. If
|