/freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
H A D | panel-common.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/display/panel/panel-common.yaml# 5 $schema: http://devicetree.org/meta-schema [all...] |
H A D | panel-dsi-cm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/panel/pane [all...] |
H A D | panel-dpi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/panel/panel-dpi.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Generic MIPI DPI Panel 10 - Sam Ravnborg <sam@ravnborg.org> 13 - $ref: panel-common.yaml# 18 Shall contain a panel specific compatible and "panel-dpi" 21 - {} 22 - const: panel-dpi [all …]
|
H A D | lvds.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/display/panel/lvds.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: LVDS Display Panel 10 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> 11 - Thierry Reding <thierry.reding@gmail.com> 14 LVDS is a physical layer specification defined in ANSI/TIA/EIA-644-A. Multiple 19 [JEIDA] "Digital Interface Standards for Monitor", JEIDA-59-1999, February 23 [VESA] "VESA Notebook Panel Standard", October 2007 (Version 1.0), Video [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/exynos/ |
H A D | exynos_dp.txt | 2 the type of panel connected to it. 5 -dp-controller node 6 -dptx-phy node(defined inside dp-controller node) 8 For the DP-PHY initialization, we use the dptx-phy node. 9 Required properties for dptx-phy: deprecated, use phys and phy-names 10 -reg: deprecated 12 -samsung,enable-mask: deprecated 13 The bit-mask used to enable/disable DP PHY. 15 For the Panel initialization, we read data from dp-controller node. 16 Required properties for dp-controller: [all …]
|
H A D | exynos7-decon.txt | 1 Device-Tree bindings for Samsung Exynos7 SoC display controller (DECON) 8 - compatible: value should be "samsung,exynos7-decon"; 10 - reg: physical base address and length of the DECON registers set. 12 - interrupts: should contain a list of all DECON IP block interrupts in the 16 - interrupt-names: should contain the interrupt names: "fifo", "vsync", 20 - pinctrl-0: pin control group to be used for this controller. 22 - pinctrl-names: must contain a "default" entry. 24 - clocks: must include clock specifiers corresponding to entries in the 25 clock-names property. 27 - clock-names: list of clock names sorted in the same order as the clocks [all …]
|
H A D | samsung-fimd.txt | 1 Device-Tree bindings for Samsung SoC display controller (FIMD) 8 - compatible: value should be one of the following 9 "samsung,s3c2443-fimd"; /* for S3C24XX SoCs */ 10 "samsung,s3c6400-fimd"; /* for S3C64XX SoCs */ 11 "samsung,s5pv210-fimd"; /* for S5PV210 SoC */ 12 "samsung,exynos3250-fimd"; /* for Exynos3250/3472 SoCs */ 13 "samsung,exynos4210-fimd"; /* for Exynos4 SoCs */ 14 "samsung,exynos5250-fimd"; /* for Exynos5250 SoCs */ 15 "samsung,exynos5420-fimd"; /* for Exynos5420/5422/5800 SoCs */ 17 - reg: physical base address and length of the FIMD registers set. [all …]
|
H A D | exynos-mic.txt | 1 Device-Tree bindings for Samsung Exynos SoC mobile image compressor (MIC) 7 the panel PCB. 10 - compatible: value should be "samsung,exynos5433-mic". 11 - reg: physical base address and length of the MIC registers set and system 13 - clocks: must include clock specifiers corresponding to entries in the 14 clock-names property. 15 - clock-names: list of clock names sorted in the same order as the clocks 17 - samsung,disp-syscon: the reference node for syscon for DISP block. 18 - ports: contains a port which is connected to decon node and dsi node. 19 address-cells and size-cells must 1 and 0, respectively. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/hisilicon/ |
H A D | dw-dsi.txt | 1 Device-Tree bindings for DesignWare DSI Host Controller v1.20a driver 4 HDMI converter or panel. 7 - compatible: value should be "hisilicon,hi6220-dsi". 8 - reg: physical base address and length of dsi controller's registers. 9 - clocks: contains APB clock phandle + clock-specifier pair. 10 - clock-names: should be "pclk". 11 - ports: contains DSI controller input and output sub port. 13 The output port with the reg value "1", it could connect to panel or 17 A example of HiKey board hi6220 SoC and board specific DT entry: 20 SoC specific: [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | curs_sp_funcs.3x | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 2010-2015,2017 Free Software Foundation, Inc. * 31 .TH curs_sp_funcs 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 43 \fB\%curs_sp_funcs\fP \- 44 \fIcurses\fR screen-pointer extension 184 \fB#include <panel.h> 186 \fBPANEL* ceiling_panel(SCREEN* \fIsp\fP); 187 \fBPANEL* ground_panel(SCREEN* \fIsp\fP); 236 this returns a pointer to the topmost panel in the given screen. 239 this returns a pointer to the lowest panel in the given screen. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | simple-framebuffer.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/display/simple-framebuffer.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Hans de Goede <hdegoede@redhat.com> 13 A simple frame-buffer describes a frame-buffer setup by firmware or 19 sub-nodes of the chosen node (*). Simplefb nodes must be named 29 If a panel node is given, then the driver uses this to configure the 30 physical width and height of the display. If no panel node is given, 41 interaction, then the chosen node stdout-path property should point [all …]
|
/freebsd/contrib/ncurses/doc/ |
H A D | ncurses-intro.doc | 5 by Eric S. Raymond and Zeyd M. Ben-Halim 31 o Low-Level Capability Access 71 + Variable-Sized Fields 84 o Inter-Field Navigation Requests 85 o Intra-Field Navigation Requests 117 The curses package is a subroutine library for terminal-independent 118 screen-painting and input-event handling which presents a high level 128 the advantage of (a) back-portability to character-cell terminals, and 129 (b) simplicity. For an application that does not require bit-mapped 137 provide screen-handling for the vi editor; these used the termcap [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/rockchip/ |
H A D | dw_mipi_dsi_rockchip.txt | 1 Rockchip specific extensions to the Synopsys Designware MIPI DSI 5 - #address-cells: Should be <1>. 6 - #size-cells: Should be <0>. 7 - compatible: one of 8 "rockchip,px30-mipi-dsi", "snps,dw-mipi-dsi" 9 "rockchip,rk3288-mipi-dsi", "snps,dw-mipi-dsi" 10 "rockchip,rk3399-mipi-dsi", "snps,dw-mipi-dsi" 11 "rockchip,rk3568-mipi-dsi", "snps,dw-mipi-dsi" 12 - reg: Represent the physical address range of the controller. 13 - interrupts: Represent the controller's interrupt to the CPU(s). [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sc7180-trogdor-homestar.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /* This file must be included after sc7180-trogdor.dtsi */ 10 #include "sc7180-trogdor-rt5682i-sku.dtsi" 13 /* BOARD-SPECIFIC TOP LEVEL NODES */ 15 max98360a_1: amplifier- [all...] |
H A D | sc7280-herobrine-crd.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /dts-v1/; 10 #include "sc7280-herobrine.dtsi" 11 #include "sc7280-herobrine-audio-wcd9385.dtsi" 12 #include "sc7280-herobrine-lte-sku.dtsi" 25 * make a "_crd" specific version here. 27 vreg_edp_bl_crd: vreg-edp-bl-crd-regulator { 28 compatible = "regulator-fixed"; 29 regulator-name = "vreg_edp_bl_crd"; 32 enable-active-high; [all …]
|
H A D | sc7180-trogdor-pazquel.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /* This file must be included after sc7180-trogdor.dtsi */ 9 #include <arm/cros-ec-keyboard.dtsi> 13 semtech,ph0-pin = <1 3 3>; 14 semtech,ph1-pin = <3 1 3>; 15 semtech,ph2-pin = <1 3 3>; 16 semtech,ph3-pin = <0 0 0>; 17 semtech,ph01-resolution = <1024>; 18 semtech,ph23-resolution = <1024>; 19 semtech,startup-sensor = <1>; [all …]
|
H A D | sc7180-trogdor-kingoftown.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /dts-v1/; 10 #include "sc7180-trogdor.dtsi" 11 #include "sc7180-trogdor-parade-ps8640.dtsi" 12 #include <arm/cros-ec-keyboar [all...] |
H A D | sc7180-trogdor-kingoftown.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /* This file must be included after sc7180-trogdor.dtsi */ 9 #include <arm/cros-ec-keyboard.dtsi> 10 #include "sc7180-trogdor-lte-sku.dtsi" 14 /delete-property/ VBAT-supply; 15 realtek,dmic1-clk-pin = <2>; 16 realtek,dmic-clk-rate-hz = <2048000>; 25 clock-frequency = <400000>; 30 pinctrl-names = "default"; 31 pinctrl-0 = <&ts_int_l>, <&ts_reset_l>; [all …]
|
H A D | sc7180-trogdor-quackingstick.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /dts-v1/; 10 #include "sc7180-trogdor.dtsi" 11 #include "sc7180-trogdor-rt5682i-sku.dtsi" 13 /* This board only has 1 USB Type-C port. */ 14 /delete-nod 80 panel: panel@0 { global() label [all...] |
H A D | sc7180-trogdor-mrbland.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /dts-v1/; 10 #include "sc7180-trogdor.dtsi" 12 /* This board only has 1 USB Type-C port. */ 13 /delete-node/ &usb_c1; 16 avdd_lcd: avdd-lcd-regulator { 17 compatible = "regulator-fixed"; 18 regulator-name = "avdd_lcd"; 21 enable-active-high; 22 pinctrl-names = "default"; [all …]
|
H A D | sc7280-herobrine-herobrine-r1.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /dts-v1/; 10 #include "sc7280-herobrine.dtsi" 11 #include "sc7280-herobrine-audio-rt5682.dtsi" 12 #include "sc7280-herobrine-lte-sku.dtsi" 59 clock-frequency = <400000>; 64 pinctrl-names = "default"; 65 pinctrl-0 = <&tp_int_odl>; 67 interrupt-parent = <&tlmm>; 70 vcc-supply = <&pp3300_z1>; [all …]
|
H A D | sc7180-trogdor-wormdingler.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /dts-v1/; 10 #include "sc7180-trogdor.dtsi" 13 avdd_lcd: avdd-lcd-regulator { 14 compatible = "regulator-fixed"; 15 regulator-name = "avdd_lcd"; 18 enable-activ 136 panel: panel@0 { global() label [all...] |
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | qcom.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Bjorn Andersson <bjorn.andersson@linaro.org> 18 Each board must specify a top-level board compatible string with the following 21 compatible = "qcom,<SoC>[-<soc_versio [all...] |
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
H A D | snps,dw-mipi-dsi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/bridge/snps,dw-mip [all...] |
/freebsd/contrib/libpcap/rpcapd/ |
H A D | rpcapd.manadmin.in | 3 .\" Copyright (c) 2002-2005 NetGroup, Politecnico di Torino (Italy) 4 .\" Copyright (c) 2005-2009 CACE Technologies 5 .\" Copyright (c) 2018- The TCPdump Group 19 .\" this software without specific prior written permission. 35 rpcapd \- capture daemon to be controlled by a remote libpcap application 40 .B \-b 43 .B \-p 46 .B \-4 48 .B \-l 53 .B \-a [all …]
|