Home
last modified time | relevance | path

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

12345678910>>...17

/openbmc/u-boot/board/gdsys/common/
H A Dosd.c40 if (screen >= OSD_DH_BASE) \
53 if (screen >= OSD_DH_BASE) \
247 if (screen >= OSD_DH_BASE) in osd_write_videomem()
262 unsigned screen; in osd_print() local
269 for (screen = 0; screen < MAX_OSD_SCREEN; ++screen) { in osd_print()
302 int osd_probe(unsigned screen) in osd_probe() argument
322 (screen >= OSD_DH_BASE) ? (screen - OSD_DH_BASE) : screen, in osd_probe()
399 unsigned screen; in osd_write() local
406 for (screen = 0; screen < MAX_OSD_SCREEN; ++screen) { in osd_write()
452 unsigned screen; in osd_size() local
[all …]
H A Dosd.h10 int ch7301_probe(unsigned screen, bool power);
11 int osd_probe(unsigned screen);
H A Dch7301.c39 int ch7301_probe(unsigned screen, bool power) in ch7301_probe() argument
43 i2c_set_bus_num(ch7301_i2c[screen]); in ch7301_probe()
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp_ncurses.py117 def alert(msg,screen): argument
120 screen.refresh();
128 screen.refresh();
290 self.screen = screen
692 self.screen = screen
700 if self.screen:
734 if self.screen:
952 if screen:
966 if screen:
969 if screen:
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/screen/
H A Dscreen_4.9.1.bb2 DESCRIPTION = "Screen is a full-screen window manager \
5 HOMEPAGE = "http://www.gnu.org/software/screen/"
6 BUGTRACKER = "https://savannah.gnu.org/bugs/?func=additem&group=screen"
12 file://screen.h;endline=26;md5=b8dc717c9a3dba842ae6c44ca0f73f52 \
19 SRC_URI = "${GNU_MIRROR}/screen/screen-${PV}.tar.gz \
20 ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'file://screen.pam', '', d)} \
39 install -D -m 644 ${WORKDIR}/screen.pam ${D}/${sysconfdir}/pam.d/screen
44 …grep -q "^${bindir}/screen$" $D${sysconfdir}/shells || echo ${bindir}/screen >> $D${sysconfdir}/sh…
48 printf "$(grep -v "^${bindir}/screen$" $D${sysconfdir}/shells)\n" > $D${sysconfdir}/shells
/openbmc/openbmc/poky/meta/recipes-extended/screen/screen/
H A D0001-fix-for-multijob-build.patch16 http://git.savannah.gnu.org/cgit/screen.git/commit?id=c0de6dd
28 @@ -298,7 +298,7 @@ search.o: layout.h viewport.h canvas.h search.c config.h screen.h os.h osdef.h a
30 tty.o: layout.h viewport.h canvas.h tty.c config.h screen.h os.h osdef.h ansi.h acls.h comm.h \
34 window.o: layout.h viewport.h canvas.h window.c config.h screen.h os.h osdef.h ansi.h acls.h \
36 utmp.o: layout.h viewport.h canvas.h utmp.c config.h screen.h os.h osdef.h ansi.h acls.h \
45 braille.o: layout.h viewport.h canvas.h braille.c config.h screen.h os.h osdef.h ansi.h acls.h \
50 -list_generic.o: list_generic.h list_generic.c layer.h screen.h osdef.h
51 -list_display.o: list_generic.h list_display.c layer.h screen.h osdef.h
52 +list_generic.o: list_generic.h list_generic.c layer.h screen.h osdef.h comm.h
53 +list_display.o: list_generic.h list_display.c layer.h screen.h osdef.h comm.h
[all …]
H A D0002-comm.h-now-depends-on-term.h.patch5 http://git.savannah.gnu.org/cgit/screen.git/commit/?id=39c5f1c
18 Index: screen-4.6.1/Makefile.in
20 --- screen-4.6.1.orig/Makefile.in
21 +++ screen-4.6.1/Makefile.in
/openbmc/linux/tools/kvm/kvm_stat/
H 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 …]
/openbmc/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.
/openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode/
H A Dxwc.patch3 diff -ruN rxvt-unicode-9.10-orig//src/screen.C rxvt-unicode-9.10/src/screen.C
4 --- rxvt-unicode-9.10-orig//src/screen.C 2011-04-19 13:34:01.327664984 +0800
5 +++ rxvt-unicode-9.10/src/screen.C 2011-04-19 13:34:47.037665001 +0800
/openbmc/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()
/openbmc/qemu/docs/interop/
H A Dbarrier.rst68 screen's resolution changes. In this case, the client screen should
71 the new screen area.
101 Enter screen.
103 ``x``, ``y`` = entering screen absolute coordinates
111 screen. the secondary screen should adjust its toggle
122 Leaving screen. the secondary screen should send clipboard data in
136 Grab clipboard. Sent by screen when some other app on that screen
279 ``x``, ``y`` = absolute screen coordinates
291 ``x``, ``y`` = r relative screen coordinates
377 Query screen info
[all …]
/openbmc/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()
/openbmc/phosphor-webui/app/common/styles/elements/
H A Dpaginate.scss48 /* screen readers only */
85 @media only screen and ( max-width: 64.063em ) {
88 /* screen readers only */
98 @media only screen and ( max-width: 40.063em ) {
100 /* screen readers only */
120 @media only screen and ( max-width: 30.063em ) {
126 /* screen readers only */
136 @media only screen and ( max-width: 15.063em ) { /* For watches? */
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/
H 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.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tiptop/tiptop/
H A D0001-Fix-a-lot-of-Werror-format-security-errors-with-mvwp.patch20 @@ -61,7 +61,7 @@ void show_help_win(WINDOW* win, screen_t* screen)
23 /* screen description */
24 - mvwprintw(win, 2, 1, screen->desc);
25 + mvwprintw(win, 2, 1, "%s", screen->desc);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/
H A Dxsettings.patch9 GdkScreenX11 *screen = data;
11 - if (xsettings_client_process_event (screen->xsettings_client, (XEvent *)xevent))
15 + xsettings_client_process_event (screen->xsettings_client, (XEvent *)xevent);
/openbmc/qemu/docs/system/
H A Dkeys.rst.inc9 Toggle full screen
12 Enlarge the screen
15 Shrink the screen
18 Restore the screen's un-scaled dimensions
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/
H A D0002-add-setdpi-Xinit.d-script.patch43 + echo "Using Xft.dpi of $SET_SCREEN_DPI for your $SCREEN_DPI DPI screen"
53 + echo "Your $SCREEN_DPI DPI screen is already configured."
64 + # Configure the rxvt font-size for your screen here:
69 + echo "WARNING: No rxvt font-size configured for a $SCREEN_DPI DPI screen!"
99 +# Configure your screen here:
106 + echo "WARNING: No default configuration found for your $SCREEN_DPI DPI screen!"
H A D0008-xserver-common-add-dpi-and-nocursor-params-for-gta01.patch20 ARGS="$ARGS -screen ${SCREEN_SIZE}"
26 ARGS="$ARGS -screen 480x640"
35 ARGS="$ARGS -screen ${SCREEN_SIZE}"
/openbmc/u-boot/doc/
H A DREADME.splashprepare5 common/splash.c. It is called as part of the splash screen display
21 - If splashsource is set to an unsupported value, do not load a splash screen.
25 screen data is loaded as a file. The name of the splash screen file can be
/openbmc/linux/drivers/staging/media/av7110/
H 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
/openbmc/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
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/
H A Dxrandr_1.5.2.bb6 reflection of the outputs for a screen. It can also set the screen \
/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Dolimex,lcd-olinuxino.yaml22 - AR1021 resistive touch screen controller (optional)
23 - FT5x6 capacitive touch screen controller (optional)
24 - GT911/GT928 capacitive touch screen controller (optional)

12345678910>>...17