Home
last modified time | relevance | path

Searched +full:display +full:- +full:backend (Results 1 – 25 of 70) sorted by relevance

123

/freebsd-src/sys/contrib/device-tree/Bindings/display/
H A Dallwinner,sun4i-a10-display-backend.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/allwinner,sun4i-a10-display-backend.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A10 Display Engine Backend
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
14 The display engine backend exposes layers and sprites to the system.
19 - allwinner,sun4i-a10-display-backend
20 - allwinner,sun5i-a13-display-backend
[all …]
H A Dallwinner,sun4i-a10-display-engine.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/allwinner,sun4i-a10-display-engine.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A10 Display Engine Pipeline
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
14 The display engine pipeline (and its entry point, since it can be
15 either directly the backend or the frontend) is represented as an
18 The Allwinner A10 Display pipeline is composed of several components
[all …]
/freebsd-src/usr.sbin/ctladm/
H A Dctladm.83 .\" Copyright (c) 2015-2021 Alexander Motin <mav@FreeBSD.org>
36 .\" $Id: //depot/users/kenm/FreeBSD-test2/usr.sbin/ctladm/ctladm.8#3 $
72 .Aq Fl f Ar file|-
82 .Aq Fl f Ar file|-
138 .Aq Fl b Ar backend
148 .Aq Fl b Ar backend
153 .Aq Fl b Ar backend
159 .Op Fl b Ar backend
197 .Aq Fl a | Fl c Ar connection-id | Fl i Ar name | Fl p Ar portal
200 .Aq Fl a | Fl c Ar connection-id | Fl i Ar name | Fl p Ar portal
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/display/mediatek/
H A Dmediatek,ethdr.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/mediatek/mediatek,ethdr.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Chun-Kuang Hu <chunkuang.hu@kernel.org>
11 - Philipp Zabel <p.zabel@pengutronix.de>
15 designed for HDR video and graphics conversion in the external display path.
18 output the required HDR or SDR signal to the subsequent display path.
20 one video backend and a mixer. ETHDR has two DMA function blocks, DS and ADL.
21 These two function blocks read the pre-programmed registers from DRAM and
[all …]
/freebsd-src/sys/contrib/xen/io/
H A Ddisplif.h4 * Unified display device I/O interface for Xen guest OSes.
24 * Copyright (C) 2016-2017 EPAM Systems Inc.
49 * sophisticated use-cases than a framebuffer device can handle. At the
54 * o better configuration options including multiple display support
59 * Note: display resolution (XenStore's "resolution" property) defines
60 * visible area of the virtual display. At the same time resolution of
61 * the display and frame buffers may differ: buffers can be smaller, equal
62 * or bigger than the visible area. This is to enable use-cases, where backend
63 * may do some post-processing of the display and frame buffers supplied,
70 * o display/connector cloning
[all …]
/freebsd-src/sys/dev/ocs_fc/
H A Docs_common.h1 /*-
55 ((ocs->ctrlmask & OCS_CTRLMASK_XPORT_ENABLE_TARGET_RSCN) != 0)
94 /*--------------------------------------------------
114 uint8_t loop[128]; /**< FC-AL position map */
120 is_loop:1, /**< Topology is FC-AL */
121 is_nport:1, /**< Topology is N-PORT */
158 char display_name[OCS_DISPLAY_NAME_LENGTH]; /**< sport display name */
164 ocs_scsi_ini_sport_t ini_sport; /**< initiator backend private sport data */
165 ocs_scsi_tgt_sport_t tgt_sport; /**< target backend private sport data */
166 void *tgt_data; /**< target backend private pointer */
[all …]
H A Docs_io.h1 /*-
42 if (OCS_LOG_ENABLE_IO_ERRORS(io->ocs)) \
43 ocs_log_warn(io->ocs, fmt, ##__VA_ARGS__); \
49 * This structure is used for transport and backend IO requests and responses.
72 const char *display_name; /**< display name */
74 ocs_list_link_t io_alloc_link; /**< (io_pool->io_free_list) free list link */
75 uint32_t init_task_tag; /**< initiator task tag (OX_ID) for back-end and SCSI logging */
76 uint32_t tgt_task_tag; /**< target task tag (RX_ID) - for back-end and SCSI logging */
77 uint32_t hw_tag; /**< HW layer unique IO id - for back-end and SCSI logging */
82 ocs_scsi_ini_io_t ini_io; /**< backend initiator private IO data */
[all …]
/freebsd-src/usr.sbin/acpi/acpidb/
H A Dacpidb.81 .\"-
36 .Ar input-file
42 AML methods and display the result.
44 .Ss General-Purpose Commands
45 .Bl -tag -width indent
47 Display list of current memory allocations
49 Display ACPI objects or memory
55 Display command history buffer
63 Display namespace and memory statistics
65 Display info about loaded ACPI tables
[all …]
/freebsd-src/usr.sbin/wpa/hostapd/
H A Dhostapd.835 .Ar config-file ...
43 backend Authentication Server (typically
63 background and acts as the backend component controlling
66 text-based frontend,
70 .Bl -tag -width indent
71 .It Ar config-file
89 .Bl -tag -width indent
98 Display version information on the terminal and exit.
/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h1 //===-- TypeSynthetic.h --------
36 SyntheticChildrenFrontEnd(ValueObject & backend) SyntheticChildrenFrontEnd() argument
106 SyntheticValueProviderFrontEnd(ValueObject & backend) SyntheticValueProviderFrontEnd() argument
317 FrontEnd(TypeFilterImpl * flt,ValueObject & backend) FrontEnd() argument
347 GetFrontEnd(ValueObject & backend) GetFrontEnd() argument
373 GetFrontEnd(ValueObject & backend) GetFrontEnd() argument
452 GetFrontEnd(ValueObject & backend) GetFrontEnd() argument
[all...]
/freebsd-src/sys/contrib/device-tree/src/arm/allwinner/
H A Dsun8i-a23.dtsi2 * Copyright 2014 Chen-Yu Tsai
4 * Chen-Yu Tsai <wens@csie.org>
6 * This file is dual-licensed: you can use it either under the terms
45 #include "sun8i-a23-a33.dtsi"
50 #sound-dai-cells = <0>;
51 compatible = "allwinner,sun8i-a23-codec";
55 clock-names = "apb", "codec";
58 dma-names = "rx", "tx";
59 allwinner,codec-analog-controls = <&codec_analog>;
66 compatible = "allwinner,sun8i-a23-display-backend";
[all …]
H A Dsun8i-a33.dtsi2 * Copyright 2014 Chen-Yu Tsai
4 * Chen-Yu Tsai <wens@csie.org>
6 * This file is dual-licensed: you can use it either under the terms
45 #include "sun8i-a23-a33.dtsi"
46 #include <dt-bindings/thermal/thermal.h>
49 cpu0_opp_table: opp-table-cpu {
50 compatible = "operating-points-v
[all...]
H A Dsun4i-a10.dtsi5 * This file is dual-licensed: you can use it either under the terms
44 #include <dt-bindings/thermal/thermal.h>
45 #include <dt-bindings/dma/sun4i-a10.h>
46 #include <dt-bindings/clock/sun4i-a10-ccu.h>
47 #include <dt-bindings/reset/sun4i-a10-ccu.h>
50 #address-cells = <1>;
51 #size-cells = <1>;
52 interrupt-parent = <&intc>;
59 #address-cells = <1>;
60 #size-cells = <1>;
[all …]
H A Dsun9i-a80.dtsi2 * Copyright 2014 Chen-Yu Tsai
4 * Chen-Yu Tsai <wens@csie.org>
6 * This file is dual-licensed: you can use it either under the terms
45 #include <dt-bindings/interrupt-controller/arm-gic.h>
47 #include <dt-bindings/clock/sun9i-a80-ccu.h>
48 #include <dt-binding
[all...]
H A Dsun6i-a31.dtsi4 * Maxime Ripard <maxime.ripard@free-electrons.com>
6 * This file is dual-licensed: you can use it either under the terms
45 #include <dt-bindings/interrupt-controller/arm-gic.h>
46 #include <dt-bindings/thermal/thermal.h>
48 #include <dt-bindings/clock/sun6i-a31-ccu.h>
49 #include <dt-binding
[all...]
/freebsd-src/usr.sbin/wlandebug/
H A Dwlandebug.844 without any options will display the current messages
51 When run as the super-user
60 .Ar -type .
64 .Bl -tag -width ".Ar dumppkts"
72 crypto-related work.
80 management of per-station state.
106 radius backend operation as it relates to 802.1x operation;
112 dump packets exchanged with the radius backend for 802.1x operation;
149 .Dl "wlandebug -i wlan1 scan+auth+assoc"
/freebsd-src/lib/nss_tacplus/
H A Dnss_tacplus.81 .\"-
4 .\" SPDX-License-Identifier: BSD-2-Clause
18 service using a TACACS+ backend.
49 .Bl -tag -width GECOS
64 Display name.
84 .An -nosplit
88 .An Dag-Erling Smørgrav Aq Mt des@FreeBSD.org
/freebsd-src/usr.sbin/wpa/wpa_supplicant/
H A Dwpa_supplicant.835 .Fl c Ar config-file
46 .Fl c Ar config-file
75 background and acts as the backend component controlling
78 text-based
83 .Bl -tag -width indent
86 .It Fl c Ar config-file
104 .Bl -tag -width indent
124 Display th
[all...]
/freebsd-src/share/man/man4/
H A Dvt.41 .\"-
2 .\" SPDX-License-Identifier: BSD-2-Clause
72 .Bl -item -offset indent
74 Unicode UTF-8 text with double-width characters.
79 Graphics-mod
[all...]
/freebsd-src/usr.bin/clang/llvm-objdump/
H A Dllvm-objdump.14 .nr rst2man-indent-level 0
7 \\$1 \\n[an-margin]
8 level \\n[rst2man-indent-level]
9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
10 -
11 \\n[rst2man-indent0]
12 \\n[rst2man-indent1]
13 \\n[rst2man-indent2]
18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19 . nr rst2man-indent-level +1
[all …]
/freebsd-src/usr.sbin/bhyve/
H A Dbhyve.899 I/O connectivity can be specified with command-line parameters.
110 .Pa edk2-bhyve
113 .Pa u-boot-bhyve-arm64
114 package provides a U-Boot image that can be used to boot the guest.
120 .Bl -tag -width 10n
161 Destroy the VM on guest initiated power-off.
203 Set configuration variables from a simple, key-valu
[all...]
/freebsd-src/contrib/wpa/wpa_supplicant/
H A Dandroid.config14 # or GnuTLS in non-default location
15 #CFLAGS += -I/usr/local/openssl/include
16 #LIBS += -L/usr/local/openssl/lib
21 #CFLAGS += -I/usr/include/kerberos
25 # functionality is added to it. nl80211-based interface is the new
40 #CFLAGS += -I/usr/local/include
41 #LIBS += -L/usr/local/lib
42 #LIBS_p += -L/usr/local/lib
43 #LIBS_c += -L/usr/local/lib
47 #CFLAGS += -
[all...]
H A Ddefconfig14 # or GnuTLS in non-default location
15 #CFLAGS += -I/usr/local/openssl/include
16 #LIBS += -L/usr/local/openssl/lib
21 #CFLAGS += -I/usr/include/kerberos
25 # functionality is added to it. nl80211-based interface is the new
40 #CFLAGS += -I$<path to libnl include files>
41 #LIBS += -L$<path to libnl library files>
52 #CFLAGS += -I/usr/local/include
53 #LIBS += -L/usr/local/lib
54 #LIBS_p += -
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp1 //===- ExecutionDriver.cpp - Allow execution of LLVM program --------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
27 // OutputType - Allow the user to specify the way code should be run, to test
40 cl::opt<double> AbsTolerance("abs-tolerance",
43 cl::opt<double> RelTolerance("rel-tolerance",
48 cl::desc("Specify the \"test\" i.e. suspect back-end:"),
50 clEnumValN(RunLLI, "run-int", "Execute with the interpreter"),
51 clEnumValN(RunJIT, "run-jit", "Execute with JIT"),
[all …]
/freebsd-src/
H A DRELNOTES3 This file describes new user-visible features, changes and updates relevant to
22 Add a new -a command line option to mountd(8).
24 a line in exports(5) has the -alldirs export option,
53 host key generation can be re-enabled by setting sshd_rsa_enable="YES"
58 be spliced together, enabling proxy-like functionality without the
70 of edk2-bhyve. To restore the old behavior, add
73 Note in particular that the uefi-edk2-bhyve package has been renamed
74 to edk2-bhyve.
78 deprecated. Use the top-leve
[all...]

123