Home
last modified time | relevance | path

Searched refs:display (Results 1 – 25 of 877) sorted by relevance

12345678910>>...36

/openbmc/u-boot/doc/
H A DREADME.LED_display1 LED display internal API
4 This README describes the LED display API.
6 The API is defined by the include file include/led-display.h
9 Then you need to provide the following functions to access LED display:
13 This function should control the state of the LED display. Argument is
15 DISPLAY_CLEAR -- clear the display
16 DISPLAY_HOME -- set the position to the beginning of display
20 This function should display it's parameter on the LED display in the
24 With this functions defined 'display' command will display it's
25 arguments on the LED display (or clear the display if called without
/openbmc/openbmc-tools/dbus-vis/
H A Dinitialization.js91 g_canvas_dbus.style.display = 'block';
92 g_group_by_dbus.style.display = 'block';
95 g_canvas_ipmi.style.display = 'block';
96 g_group_by_ipmi.style.display = 'block';
99 g_canvas_asio.style.display = 'block';
100 g_group_by_asio.style.display = 'block';
125 g_dbus_pcap_status_content.style.display = 'none';
126 g_dbus_pcap_error_content.style.display = 'none';
127 g_scapy_error_content.style.display = 'none';
128 g_welcome_screen_content.style.display = 'none';
[all …]
H A Ddbus_vis.css30 display: none
60 top: 0; bottom: 0; display: block;
63 display: none;
92 display: none;
96 display: none;
104 display: none;
113 display: none;
139 display: none
/openbmc/phosphor-webui/app/server-health/styles/
H A Dsensors.scss11 display: block;
16 display: block;
20 display: block;
26 display: flex;
32 display: block;
37 display: none;
44 display: block;
54 display: block;
58 display: flex;
64 display: flex;
[all …]
/openbmc/phosphor-webui/app/access-control/styles/
H A Dcertificate.scss26 display: none;
30 display: block;
37 display: block;
39 display: none;
45 display: block;
47 display: none;
54 display: block;
56 display: none;
87 display: block;
90 display: none;
[all …]
H A Duser-accounts.scss6 display: flex;
43 // Bootstrap changes the display property for 'show' but not 'in'
45 display: block!important;
50 display: inline-block;
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Ddisplay-timing.txt1 display-timing bindings
4 display-timings node
11 - native-mode: The native mode for the display, in case multiple modes are
18 - hactive, vactive: display resolution
19 - hfront-porch, hback-porch, hsync-len: horizontal display timing parameters
21 vfront-porch, vback-porch, vsync-len: vertical display timing parameters in
23 - clock-frequency: display clock in Hz
44 There are different ways of describing the capabilities of a display. The
46 for displays. If a display supports multiple signal timings, the native-mode
77 display-timings {
H A Ddisplaymode.txt10 - upper-margin, lower-margin, vsync-len: Vertical display timing
12 - clock: display clock in Hz
21 There are different ways of describing a display mode. The devicetree
30 display@0 {
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0016-Allow-multiple-wayland-compositor-state-data-per-pro.patch7 created in a list associated with the wayland display.
48 + struct wl_display *display;
69 @@ -208,17 +208,38 @@ eglBindWaylandDisplayWL(EGLDisplay dpy, struct wl_display *display)
84 + if ( stateIter->display == display )
89 + wl_global = wl_global_create(display, &wl_dispmanx_interface, 1,
94 - process->wl_global = wl_global_create(display, &wl_dispmanx_interface, 1,
105 + stateNew->display= display;
112 @@ -232,12 +253,29 @@ eglUnbindWaylandDisplayWL(EGLDisplay dpy, struct wl_display *display)
128 + if ( stateIter->display == display )
/openbmc/webui-vue/docs/.vuepress/components/colors/
H A Dcolors.scss2 display: grid;
9 display: block;
22 display: inline;
27 display: inline;
/openbmc/qemu/docs/
H A Dmultiseat.txt22 -display [ sdl | gtk ] \
33 -device usb-kbd,bus=usb.2.0,port=1,display=video.2 \
34 -device usb-tablet,bus=usb.2.0,port=2,display=video.2
36 This places a pci bridge in slot 12, connects a display adapter and
38 usb mouse, both connected to the xhci and linked to the display.
40 The "display=video2" sets up the input routing. Any input coming from
41 the window which belongs to the video.2 display adapter will be routed
49 -device virtio-keyboard-pci,bus=head.2,addr=03.0,display=video.2 \
50 -device virtio-tablet-pci,bus=head.2,addr=03.0,display=video.2
57 The sdl2 ui will start up with two windows, one for each display
[all …]
/openbmc/phosphor-webui/app/common/styles/layout/
H A Dheader.scss30 display: flex;
49 display: none; //hiding dropdown caret inserted by bootstrap
56 display: block;
64 display: block;
120 display: block;
126 display: block;
136 display: block;
188 display: none;
211 display: block;
215 display: block;
/openbmc/qemu/docs/interop/
H A Ddbus-display.rst1 D-Bus display
4 QEMU can export the VM display through D-Bus (when started with ``-display
6 interactive display usages.
/openbmc/phosphor-webui/app/common/styles/elements/
H A Dquicklinks.scss13 display: flex;
50 display: block;
57 display: none;
69 display: block;
H A Dmodals.scss17 display: block;
45 display: block;
65 display: block;
68 display: inline-block;
78 display: inline-block;
141 display: block;
/openbmc/u-boot/drivers/video/rockchip/
H A DKconfig4 # display driver will be compiled, but which drivers finally will be used is
6 # display by configure the device tree, and the vop driver will do the rest.
46 This enables Embedded DisplayPort(EDP) display support.
52 This enables Low-voltage Differential Signaling(LVDS) display
60 This enables High-Definition Multimedia Interface display support.
66 This enables Mobile Industry Processor Interface(MIPI) display
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery.dataTables-1.13.8.min.css1display:inline-block;color:rgba(0, 0, 0, 0.5);content:"▶"}table.dataTable tr.dt-hasChild td.dt-con…
/openbmc/phosphor-webui/app/common/styles/base/
H A Dutility.scss2 display: inline-block;
18 display: block;
27 display: none;
31 display: block;
40 display: flex;
H A Dfoundation.scss35 * Add the correct display in IE 9-.
43 display: block; }
48 * Add the correct display in IE 9-.
52 display: block; }
73 * Add the correct display in IE.
76 display: block; }
187 * Add the correct display in IE 9-.
191 display: inline-block; }
194 * Add the correct display in iOS 4-7.
197 display: none;
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/panel-mipi-dbi/
H A Dpanel-mipi-dbi-native_git.bb1 SUMMARY = "Firmware file compiler for the panel-mipi-dbi display driver"
2 DESCRIPTION = "The panel-mipi-dbi Linux display driver allows using the same \
3 driver for most MIPI DBI based display panels. \
7 display/controller-specific initialization commands. \
/openbmc/qemu/docs/system/
H A Dkeys.rst.inc3 (used in the table below) which can be changed with ``-display`` suboption
4 ``mod=`` where appropriate. For example, ``-display sdl,
6 while ``-display sdl,grab-mod=rctrl`` changes it to the right :kbd:`Ctrl` key.
30 - *1*: Target system display
/openbmc/phosphor-webui/app/server-control/styles/
H A Dkvm.scss2 display: inline;
5 display: none;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/md5deep/files/
H A D0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch14 src/display.cpp | 16 ++++++++--------
21 diff --git a/src/display.cpp b/src/display.cpp
23 --- a/src/display.cpp
24 +++ b/src/display.cpp
25 @@ -311,7 +311,7 @@ void display::display_realtime_stats(const file_data_hasher_t *fdht, const hash_
34 @@ -424,14 +424,14 @@ void display::display_audit_results()
84 // If an error occured, display a message and see if we need to quit.
95 @@ -342,7 +342,7 @@ hashlist::load_hash_file(display *ocb,const std::string &fn)
104 @@ -390,7 +390,7 @@ hashlist::load_hash_file(display *ocb,const std::string &fn)
/openbmc/phosphor-webui/app/common/styles/components/
H A Dform-elements.scss20 display: inline-block;
57 display: inline-block;
84 display: inline-block;
109 display: inline-block;
151 display: block;
228 display: none;
234 display: block;
254 display: block;
/openbmc/qemu/qapi/
H A Dui.json70 # @display: The id of the display where the password should be
76 'data': { '*display': 'str' } }
81 # Set the password of a remote display server.
131 # @display: The id of the display where the expiration should be
137 'data': { '*display': 'str' } }
142 # Expire the password of a remote display server.
179 # @device: ID of the display device that should be dumped. If this
180 # parameter is missing, the primary display will be used.
256 # multiple display channels in a multihead setup
643 # @display: The display device the vnc server is linked to.
[all …]

12345678910>>...36