Home
last modified time | relevance | path

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

12345678910>>...37

/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dcirrus,clps711x-fb.txt8 - display : phandle to a display node as described in
9 Documentation/devicetree/bindings/display/panel/display-timing.txt.
10 Additionally, the display node has to define properties:
25 display = <&display>;
28 display: display {
33 display
[all...]
H A Dmxsfb.txt23 lcdif1: display-controller@2220000 {
46 - display: phandle to display node (see below for details)
48 * display node
55 - display-timings: Refer to binding doc display-timing.txt for details.
64 display: display {
68 display-timings {
H A Datmel,lcdc.txt16 - display: a phandle pointing to the display node
19 - display: a display node is required to initialize the lcd panel
21 - default-mode: a videomode within the display with timing parameters
35 display = <&display0>;
65 display0: display {
73 display-timings {
H A Drepaper.txt4 - compatible: "pervasive,e1144cs021" for 1.44" display
5 "pervasive,e1190cs021" for 1.9" display
6 "pervasive,e2200cs021" for 2.0" display
7 "pervasive,e2271cs021" for 2.7" display
32 display {
51 pervasive,thermal-zone = "display";
H A Dtruly,nt35597.txt1 Truly model NT35597 DSI display driver
3 The Truly NT35597 is a generic display driver, currently only configured
4 for use in the 2K display on the Qualcomm SDM845 MTP board.
7 - compatible: should be "truly,nt35597-2K-display"
17 - mode-gpios: phandle of the gpio for choosing the mode of the display
30 compatible = "truly,nt35597-2K-display";
H A Dwm,wm8505-fb.txt10 - display-timings: see display-timing.txt for information
19 display-timings {
/freebsd/contrib/file/magic/Magdir/
H A Darm12 # display name+variables+flags for common object formatted files
13 >>0 use display-coff
21 # display name+variables+flags for common object formatted files
22 >>0 use display-coff
30 # display name+variables+flags for common object formatted files
31 >>0 use display-coff
39 # display name+variables+flags for common object formatted files
40 >>0 use display-coff
48 # display name+variables+flags for common object formatted files
49 >>0 use display-coff
H A Dhitachi-sh18 # use big endian variant of subroutine to display name+variables+flags
20 >>0 use \^display-coff
27 # display name+variables+flags for common object formatted files
28 >>0 use display-coff
/freebsd/contrib/libxo/xohtml/
H A Dxohtml.css43 display: inline;
49 display: inline;
69 display: inline;
79 display: block;
83 display: inline;
87 display: inline;
118 display: inline-block;
123 display: inline-block;
129 display: inline;
171 display: none;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/imx/
H A Dfsl,imx-fb.txt11 - display: Phandle to a display node as described in
12 Documentation/devicetree/bindings/display/panel/display-timing.txt
13 Additional, the display node has to define properties:
16 A display node may optionally define
34 display = <&display0>;
43 display-timings {
H A Dfsl-imx-drm.txt5 IPU or other display interface nodes that comprise the graphics subsystem.
8 - compatible: Should be "fsl,imx-display-subsystem"
9 - ports: Should contain a list of phandles pointing to display interface ports
14 display-subsystem {
15 compatible = "fsl,imx-display-subsystem";
113 Parallel display support
117 - compatible: Should be "fsl,imx-parallel-display"
119 - interface-pix-fmt: How this display is connected to the
120 display interface. Currently supported types: "rgb24", "rgb565", "bgr666"
122 - edid: verbatim EDID data block describing attached display.
[all …]
H A Dldb.txt14 multiplexer in the front to select any of the four IPU display
20 the display interface selector clocks, as described in
48 or a display-timings node that describes the video timings for the connected
49 LVDS display as well as the fsl,data-mapping and fsl,data-width properties.
62 display-timings are used instead.
64 Optional properties (required if display-timings are used):
66 - display-timings : A node that describes the display timings as defined in
67 Documentation/devicetree/bindings/display/panel/display-timing.txt.
117 /* Using display-timings and fsl,data-mapping/width instead */
125 display-timings {
/freebsd/usr.bin/ipcs/
H A Dipcs.c110 int display = SHMINFO | MSGINFO | SEMINFO; in main() local
133 display = SHMTOTAL; in main()
136 display = SHMINFO; in main()
148 display = MSGTOTAL; in main()
151 display = MSGINFO; in main()
154 display = SEMTOTAL; in main()
157 display = SEMINFO; in main()
160 display = SHMTOTAL | MSGTOTAL | SEMTOTAL; in main()
199 if (display & (MSGINFO | MSGTOTAL)) { in main()
200 if (display & MSGTOTAL) in main()
[all …]
/freebsd/libexec/rpc.rusersd/
H A Drusers_proc.c70 XqueryIdle(char *display) in XqueryIdle() argument
78 if (!(dpy= XOpenDisplay(display))) { in XqueryIdle()
79 syslog(LOG_ERR, "Cannot open display %s", display); in XqueryIdle()
84 syslog(LOG_ERR, "%s: unable to get idle time", display); in XqueryIdle()
88 syslog(LOG_ERR, "%s: Xidle extension not loaded", display); in XqueryIdle()
93 syslog(LOG_ERR, "%s: server grabbed for over 10 seconds", display); in XqueryIdle()
105 getidle(const char *tty, const char *display __unused) in getidle()
117 if (display && *display && (idle = XqueryIdle(display)) >= 0) in getidle()
/freebsd/contrib/ntp/scripts/monitoring/
H A Dloopwatch.config.SAMPLE15 # showoffs: yes/no control display of offset values
18 # showfreq: yes/no control display of frequency values
21 # showcmpl: yes/no control display of compliance values
24 # showoreg: yes/no control display of linear regression of offset values
27 # showfreg: yes/no control display of linear regression of frequency values
40 # if a number is given, subtract this from sampling values for display
70 # limit display (y-axis) to values not larger than <number>
74 # limit display (y-axis) to values not smaller than <number>
81 # level 1 will just print a timestamp for any display update
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_display_block.ksh90 log_fail "zdb -R :bd (block 0 display/decompress) failed"
98 log_fail "zdb -R :db80 (block 1 display/decompress) failed"
106 log_fail "zdb -R :b80d (block 1 display/decompress) failed"
115 log_fail "zdb -R :id (indirect block display) failed"
125 log_fail "zdb -R 0.0:offset:length:id (indirect block display) failed"
128 log_pass "zdb -R :b flag (block display) works as expected"
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.css9 body { margin: 0; display: flex; justify-content: left; }
39 display: inline-block;
71 display: flex;
98 display: block;
102 display: block;
107 display: inline-block;
143 display: flex;
163 display: flex;
/freebsd/tests/sys/netinet6/frag6/
H A Dfrag6_14.py94 ip6f01.display()
95 ip6f02.display()
96 ip6f03.display()
97 ip6f04.display()
128 ip6f01.display()
129 ip6f02.display()
/freebsd/sys/contrib/device-tree/src/arm/cirrus/
H A Dep7211-edb7211.dts26 display: display { label
31 display-timings {
85 display = <&display>;
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Ddiu.txt13 - edid : verbatim EDID data block describing attached display.
15 program the display controller.
18 display@2c000 {
26 display@2100 {
/freebsd/sys/contrib/device-tree/Bindings/display/tilcdc/
H A Dpanel.txt15 - display-timings: typical videomode of lcd panel. Multiple video modes
18 Documentation/devicetree/bindings/display/panel/display-timing.txt for display
50 display-timings {
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx27-phytec-phycard-s-rdk.dts16 display: display { label
20 display-timings {
46 display = <&display>;
/freebsd/contrib/dialog/package/debian/
H A Dcontrol12 Description: dialog - display dialog boxes from shell scripts
14 display messages using dialog boxes from a shell script. These types
29 Description: dialog - display dialog boxes from shell scripts
31 display messages using dialog boxes from a shell script. These types
/freebsd/contrib/arm-optimized-routines/pl/math/tools/
H A Dtanf.sollya20 display = hexadecimal!;
27 // Setup precisions (display and computation)
28 display = decimal!;
66 display = hexadecimal!;
73 display = hexadecimal!;
/freebsd/contrib/wpa/src/utils/
H A Dwpa_debug.c285 const char *display; in _wpa_hexdump() local
289 display = " [NULL]"; in _wpa_hexdump()
291 display = ""; in _wpa_hexdump()
307 display = strbuf; in _wpa_hexdump()
309 display = " [REMOVED]"; in _wpa_hexdump()
315 title, (long unsigned int) len, display, in _wpa_hexdump()
323 const char *display; in _wpa_hexdump() local
327 display = " [NULL]"; in _wpa_hexdump()
329 display = ""; in _wpa_hexdump()
342 display = strbuf; in _wpa_hexdump()
[all …]

12345678910>>...37