Home
last modified time | relevance | path

Searched refs:screen (Results 1 – 25 of 136) sorted by relevance

123456

/linux/tools/kvm/kvm_stat/
H A Dkvm_stat1062 self.screen = None
1071 self.screen = curses.initscr()
1096 if self.screen:
1097 self.screen.keypad(0)
1123 self.screen.addstr(row, 2, '%8s %-60s' %
1130 self.screen.addstr(row, 2, '%8s %-60s' % (line[0], line[1]))
1132 if row >= self.screen.getmaxyx()[0]:
1135 self.screen.addstr(row + 1, 2, 'Not available')
1186 self.screen.addstr(4, 1, 'Updating pid filter...')
1187 self.screen.refresh()
[all …]
/linux/drivers/accessibility/speakup/
H A DDefaultKeyAssignments12 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/
H A Dvbva_base.c108 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()
/linux/tools/perf/ui/gtk/
H A Dbrowser.c19 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/
H A Dmount-matrix.txt25 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/drivers/s390/char/
H A Dcon3270.c100 struct tty3270_line *screen; member
194 return tp->screen + tty3270_line_increment(tp, tp->line_write_start, num); in tty3270_get_write_line()
199 return tp->screen + tty3270_line_increment(tp, tp->line_view_start, num - tp->nr_up); in tty3270_get_view_line()
489 tp->screen[i].dirty = 0; in tty3270_update_lines_visible()
894 struct tty3270_line *screen; in tty3270_alloc_screen() local
898 screen = kzalloc_objs(struct tty3270_line, allocated); in tty3270_alloc_screen()
899 if (!screen) in tty3270_alloc_screen()
902 screen[lines].cells = kzalloc_objs(struct tty3270_cell, cols); in tty3270_alloc_screen()
903 if (!screen[lines].cells) in tty3270_alloc_screen()
907 return screen; in tty3270_alloc_screen()
[all …]
/linux/Documentation/fb/
H A Dframebuffer.rst45 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 …]
H A Dapi.rst24 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 …]
H A Dmatroxfb.rst108 Unfortunately, after SVGALib application exits, screen contents is corrupted.
125 memory usable for on-screen display (i.e. max. 8 MB).
155 strange pattern on screen and so on. Devices not enabled by BIOS
198 inverse invert colors on screen (for LCD displays)
199 noinverse show true colors on screen. It is default.
307 - SVGALib does not restore screen on exit
321 - SVGALib does not restore screen on exit.
331 pretty effects on screen. Device was not destroyed during tests. :-)
361 It is time to redraw whole screen 1000 times in 1024x768, 60Hz. It is
362 time for draw 6144000 characters on screen through /dev/vcsa
H A Dvesafb.rst130 interface. The visible screen is just a window of the
141 * scrolling only parts of the screen causes some
149 redraw Scroll by redrawing the affected part of the screen, this
/linux/Documentation/devicetree/bindings/leds/
H A Dleds-el15203000.txt12 Screen light tube LED which surrounds vending machine screen and
56 /* screen frame */
59 function = "screen";
/linux/drivers/video/fbdev/
H A Dsm501fb.c107 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()
490 if (sm501_alloc_mem(fbi, &par->screen, mem_type, smem_len, smem_len)) { in sm501fb_set_par_common()
496 info->fix.smem_start = fbi->fbmem_res->start + par->screen.sm_addr; in sm501fb_set_par_common()
500 info->screen_base = fbi->fbmem + par->screen.sm_addr; in sm501fb_set_par_common()
505 smc501_writel(par->screen.sm_addr | SM501_ADDR_FLIP, in sm501fb_set_par_common()
602 reg = (par->screen.sm_addr + xoffs + in sm501fb_pan_crt()
672 sm501_alloc_mem(fbi, &par->screen, SM501_MEMF_CRT, 0, in sm501fb_set_par_crt()
1354 smc501_writel(par->screen.sm_addr, fbi->regs2d + SM501_2D_SOURCE_BASE); in sm501fb_copyarea()
[all …]
/linux/Documentation/arch/s390/
H A D3270.ChangeLog7 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
H A D3270.rst78 3. You should immediately see a Linux login screen.
155 The screen you should now see contains a VM logo with input
201 The driver defines three areas on the 3270 screen: the log area, the
204 The log area takes up all but the bottom two lines of the screen. The
208 screen clears and more output is written, from the top down.
210 The input area extends from the beginning of the second-to-last screen
217 nothing. If you do nothing, the screen will clear in (default) 5 sec
/linux/drivers/firmware/efi/
H A Defi-init.c82 if (memblock_is_map_memory(sysfb_primary_display.screen.lfb_base)) in init_primary_display()
83 memblock_mark_nomap(sysfb_primary_display.screen.lfb_base, in init_primary_display()
84 sysfb_primary_display.screen.lfb_size); in init_primary_display()
/linux/Documentation/admin-guide/laptops/
H A Dsony-laptop.rst32 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/drivers/gpu/drm/clients/
H A DKconfig75 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
/linux/drivers/gpu/drm/
H A DKconfig70 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"
/linux/arch/arc/boot/dts/
H A Dvdk_axs10x_mb.dtsi85 /* 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 */
/linux/fs/nls/
H A DKconfig285 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/scripts/kconfig/lxdialog/
H A Dutil.c47 DLG_COLOR(screen, COLOR_CYAN, COLOR_BLUE, true); in set_classic_theme()
76 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()
157 init_one_color(&dlg.screen); in init_dialog_colors()
222 attr_clear(stdscr, lines, columns, dlg.screen.atr); in dialog_clear()
228 wattrset(stdscr, dlg.screen.atr); in dialog_clear()
/linux/arch/powerpc/boot/dts/
H A Dmpc5121ads.dts74 * all irqs but touch screen are routed to irq0 (ipic 48)
75 * touch screen is statically routed to irq1 (ipic 17)
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8998-oneplus-dumpling.dts18 /* Update the screen height values from 1920 to 2160 on the 5T */
/linux/Documentation/sphinx-static/
H A Dtheme_rtd_colors.css25 @media screen {
/linux/Documentation/input/devices/
H A Dntrig.rst79 where no finger was actually touching the screen.
106 the ghosts while keeping the screen quite responsive to firm taps.
111 you actually are using the screen. In practice this sort of ghost has

123456