Home
last modified time | relevance | path

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

123456789

/openbmc/u-boot/board/gdsys/common/
H A Dosd.c38 #define OSD_SET_REG(screen, fld, val) \ argument
40 if (screen >= OSD_DH_BASE) \
41 FPGA_SET_REG(screen - OSD_DH_BASE, osd1.fld, val); \
43 FPGA_SET_REG(screen, osd0.fld, val); \
46 #define OSD_SET_REG(screen, fld, val) \ argument
47 FPGA_SET_REG(screen, osd0.fld, val)
51 #define OSD_GET_REG(screen, fld, val) \ argument
53 if (screen >= OSD_DH_BASE) \
54 FPGA_GET_REG(screen - OSD_DH_BASE, osd1.fld, val); \
56 FPGA_GET_REG(screen, osd0.fld, val); \
[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()
H A Ddp501.c139 int dp501_probe(unsigned screen, bool power) in dp501_probe() argument
142 uint8_t dp501_addr = dp501_base[screen]; in dp501_probe()
148 i2c_set_bus_num(dp501_i2c[screen]); in dp501_probe()
H A Dadv7611.c44 int adv7611_probe(unsigned int screen) in adv7611_probe() argument
50 i2c_set_bus_num(adv7611_i2c[screen]); in adv7611_probe()
H A Dadv7611.h10 int adv7611_probe(unsigned int screen);
H A Dch7301.h10 int ch7301_probe(unsigned screen, bool power);
H A Ddp501.h29 int dp501_probe(unsigned screen, bool power);
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp_ncurses.py117 def alert(msg,screen): argument
119 screen.addstr(0, 10, '[%-4s]' % msg)
120 screen.refresh();
125 screen.addch(0, i, curses.ACS_HLINE)
127 screen.addstr(0, 10, '-' * 14)
128 screen.refresh();
133 nbox_ojb.screen.addstr(0, 50, '[I=%2d,O=%2d,S=%3s,H=%2d,M=%4d]' % (
140 nbox_ojb.screen.refresh();
244 box.screen.addch(y, x + i, curses.ACS_HLINE, box.color)
245 box.screen.addch(y + h - 1, x + i, curses.ACS_HLINE, box.color)
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/screen/
H A Dscreen_5.0.0.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)} \
36 install -D -m 644 ${UNPACKDIR}/screen.pam ${D}/${sysconfdir}/pam.d/screen
41 …grep -q "^${bindir}/screen$" $D${sysconfdir}/shells || echo ${bindir}/screen >> $D${sysconfdir}/sh…
45 printf "$(grep -v "^${bindir}/screen$" $D${sysconfdir}/shells)\n" > $D${sysconfdir}/shells
/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/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/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/qemu/docs/interop/
H A Dbarrier.rst66 The client screen must send this message in response to the
68 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
106 screens. the secondary screen must return this number
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
176 client screen's barrierCmdDInfo. This is sent for every
[all …]
/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/qemu/docs/system/
H A Dkeys.rst.inc16 - Toggle full screen
19 - Enlarge the screen
22 - Shrink the screen
25 - Restore the screen's un-scaled dimensions
/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/openbmc/poky/meta/recipes-graphics/xorg-app/
H A Dxrandr_1.5.3.bb6 reflection of the outputs for a screen. It can also set the screen \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D0003-pserror.c-Define-column-to-be-int-explcitly.patch19 - static column = 0 ; /* current screen column for message wrap */
20 + static int column = 0 ; /* current screen column for message wrap */
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxscrnsaver_1.2.4.bb6 image on a display screen after a user-settable period of inactivity to \
9 allows an external \"screen saver\" client to detect when the alternate \
H A Dlibxcomposite_0.4.6.bb6 of windows is redirected to off-screen storage. In automatic shadow \
7 update, when a hierarchy is rendered off-screen, the X server provides \
/openbmc/webui-vue/tests/unit/Global/__snapshots__/
H A DInputPasswordToggle.spec.js.snap11 … title="Show password as plain text. Note: this will visually expose your password on the screen."
34 Show password as plain text. Note: this will visually expose your password on the screen.
/openbmc/qemu/ui/
H A Dcocoa.m305 QEMUScreen screen; field
374 screen.width = frameRect.size.width;
375 screen.height = frameRect.size.height;
459 position.y = screen.height - mouseY;
526 // draw screen bitmap directly to Core Graphics context
584 scaled.width = screen.width * max.height;
585 scaled.height = screen.height * max.width;
588 * Here screen is our guest's output size, and max is the size of the
589 * largest possible area of the screen we can display on.
590 * We want to scale up (screen.width x screen.height) by either:
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0001-systemd-lxdm.service-remove-plymouth-quit-conflicts.patch6 When use plymouth[1] with lxdm, the plymouth boot splash screen
10 screen hang forever.
/openbmc/openbmc/poky/scripts/pybootchartgui/
H A DREADME.pybootchart7 http://www.bootchart.org/) to either the screen or files of various
29 single image to either the screen or in PNG, PDF or SVG format.

123456789