Home
last modified time | relevance | path

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

12345678

/linux-6.3-rc2/tools/kvm/kvm_stat/
A Dkvm_stat1062 self.screen = None
1096 if self.screen:
1187 self.screen.refresh()
1194 self.screen.erase()
1219 self.screen.refresh()
1278 self.screen.clrtobot()
1330 self.screen.refresh()
1341 self.screen.erase()
1350 self.screen.getkey()
1370 self.screen.erase()
[all …]
/linux-6.3-rc2/drivers/accessibility/speakup/
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-6.3-rc2/drivers/gpu/drm/vboxvideo/
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()
A Dvboxvideo_guest.h41 struct vbva_buffer *vbva, s32 screen);
43 s32 screen);
/linux-6.3-rc2/Documentation/devicetree/bindings/input/touchscreen/
A 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.
A Dmax11801-ts.txt1 * MAXI MAX11801 Resistive touch screen controller with i2c interface
/linux-6.3-rc2/tools/perf/ui/gtk/
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-6.3-rc2/drivers/staging/media/av7110/
A 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
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/
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-6.3-rc2/drivers/s390/char/
A Dcon3270.c100 struct tty3270_line *screen; member
488 tp->screen[i].dirty = 0; in tty3270_update_lines_visible()
898 if (!screen) in tty3270_alloc_screen()
902 if (!screen[lines].cells) in tty3270_alloc_screen()
906 return screen; in tty3270_alloc_screen()
910 kfree(screen); in tty3270_alloc_screen()
956 kfree(screen); in tty3270_free_screen()
991 if (IS_ERR(screen)) in tty3270_resize()
1000 oscreen = tp->screen; in tty3270_resize()
1001 tp->screen = screen; in tty3270_resize()
[all …]
/linux-6.3-rc2/Documentation/fb/
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
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 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 …]
/linux-6.3-rc2/Documentation/devicetree/bindings/leds/
A Dleds-el15203000.txt12 Screen light tube LED which surrounds vending machine screen and
56 /* screen frame */
59 function = "screen";
/linux-6.3-rc2/Documentation/admin-guide/
A 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.
/linux-6.3-rc2/drivers/video/fbdev/
A 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()
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-6.3-rc2/Documentation/s390/
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
/linux-6.3-rc2/Documentation/devicetree/bindings/display/panel/
A Dolimex,lcd-olinuxino.yaml22 - AR1021 resistive touch screen controller (optional)
24 - GT911/GT928 capacitive touch screen controller (optional)
A Dsharp,lq101r1sx01.yaml14 - 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-6.3-rc2/Documentation/devicetree/bindings/iio/adc/
A Dti,tsc2046.yaml7 title: Texas Instruments TSC2046 touch screen controller.
13 TSC2046 is a touch screen controller with 8 channels ADC.
/linux-6.3-rc2/Documentation/admin-guide/laptops/
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-6.3-rc2/Documentation/devicetree/bindings/display/
A Dsolomon,ssd1307fb.yaml56 Height in pixel of the screen driven by the controller
62 Width in pixel of the screen driven by the controller
68 Offset of pages (band of 8 pixels) that the screen is mapped to
79 Offset of columns (COL/SEG) that the screen is mapped to
/linux-6.3-rc2/arch/arc/boot/dts/
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-6.3-rc2/scripts/kconfig/lxdialog/
A 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()
/linux-6.3-rc2/Documentation/ABI/stable/
A Dsysfs-driver-speakup79 the say screen command is used before the
80 entire screen is read.
83 screen command is used, and one then types on the keyboard,
84 speakup will continue to say the whole screen regardless until
96 Description: Controls the level of punctuation spoken as the screen is
123 the screen with speakup's screen review commands. The other
197 screen edges and cursor tracking modes here.
275 screen reader. The parameters in this directory have the same
/linux-6.3-rc2/drivers/input/
A DKconfig114 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

Completed in 29 milliseconds

12345678