Home
last modified time | relevance | path

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

1234567

/kernel/linux/linux-5.10/tools/kvm/kvm_stat/
Dkvm_stat994 self.screen = None
1003 self.screen = curses.initscr()
1028 if self.screen:
1029 self.screen.keypad(0)
1055 self.screen.addstr(row, 2, '%8s %-60s' %
1062 self.screen.addstr(row, 2, '%8s %-60s' % (line[0], line[1]))
1064 if row >= self.screen.getmaxyx()[0]:
1067 self.screen.addstr(row + 1, 2, 'Not available')
1118 self.screen.addstr(4, 1, 'Updating pid filter...')
1119 self.screen.refresh()
[all …]
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
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.
/kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/
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()
Dvboxvideo_guest.h41 struct vbva_buffer *vbva, s32 screen);
43 s32 screen);
/kernel/linux/linux-5.10/tools/perf/ui/gtk/
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()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/
Dimx6ul_tsc.txt10 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.
Dmax11801-ts.txt1 * MAXI MAX11801 Resistive touch screen controller with i2c interface
/kernel/linux/linux-5.10/drivers/s390/char/
Dtty3270.c84 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 …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/
Dvideo-stop.rst47 - 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
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/
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
/kernel/linux/linux-5.10/Documentation/fb/
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 …]
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 …]
Dmatroxfb.rst111 Unfortunately, after SVGALib application exits, screen contents is corrupted.
128 memory usable for on-screen display (i.e. max. 8 MB).
158 strange pattern on screen and so on. Devices not enabled by BIOS
201 inverse invert colors on screen (for LCD displays)
202 noinverse show true colors on screen. It is default.
310 - SVGALib does not restore screen on exit
324 - SVGALib does not restore screen on exit.
334 pretty effects on screen. Device was not destroyed during tests. :-)
364 It is time to redraw whole screen 1000 times in 1024x768, 60Hz. It is
365 time for draw 6144000 characters on screen through /dev/vcsa
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/
Dleds-el15203000.txt12 Screen light tube LED which surrounds vending machine screen and
56 /* screen frame */
59 function = "screen";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/
Dssd1307fb.txt11 - 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
22 - solomon,col-offset: Offset of columns (COL/SEG) that the screen is mapped to.
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dbraille-console.rst4 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.
Dedid.rst12 or the computer is unusable, because the screen remains dark after
29 commonly used screen resolutions (800x600, 1024x768, 1280x1024, 1600x1200,
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dsm501fb.c106 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()
482 if (sm501_alloc_mem(fbi, &par->screen, mem_type, smem_len, smem_len)) { in sm501fb_set_par_common()
488 info->fix.smem_start = fbi->fbmem_res->start + par->screen.sm_addr; in sm501fb_set_par_common()
492 info->screen_base = fbi->fbmem + par->screen.sm_addr; in sm501fb_set_par_common()
497 smc501_writel(par->screen.sm_addr | SM501_ADDR_FLIP, in sm501fb_set_par_common()
594 reg = (par->screen.sm_addr + xoffs + in sm501fb_pan_crt()
664 sm501_alloc_mem(fbi, &par->screen, SM501_MEMF_CRT, 0, in sm501fb_set_par_crt()
1346 smc501_writel(par->screen.sm_addr, fbi->regs2d + SM501_2D_SOURCE_BASE); in sm501fb_copyarea()
[all …]
/kernel/linux/linux-5.10/Documentation/s390/
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
/kernel/linux/linux-5.10/Documentation/admin-guide/laptops/
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
/kernel/linux/linux-5.10/drivers/staging/unisys/Documentation/ABI/
Dsysfs-platform-visorchipset8 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
/kernel/linux/linux-5.10/Documentation/ABI/stable/
Dsysfs-driver-speakup70 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
/kernel/linux/linux-5.10/arch/arc/boot/dts/
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 */
/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/
Dutil.c20 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()
/kernel/linux/linux-5.10/fs/nls/
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 …]

1234567