/Linux-v5.10/Documentation/devicetree/bindings/display/panel/ |
D | xinpeng,xpp055c272.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Heiko Stuebner <heiko.stuebner@theobroma-systems.com> 13 - $ref: panel-common.yaml# 20 reset-gpios: true 21 iovcc-supply: 23 vci-supply: 24 description: regulator that supplies the vci voltage 27 - compatible [all …]
|
D | leadtek,ltk050h3146w.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Heiko Stuebner <heiko.stuebner@theobroma-systems.com> 13 - $ref: panel-common.yaml# 18 - leadtek,ltk050h3146w 19 - leadtek,ltk050h3146w-a2 22 reset-gpios: true 23 iovcc-supply: 25 vci-supply: [all …]
|
D | samsung,s6e63m0.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jonathan Bakker <xc-racer2@live.ca> 13 - $ref: panel-common.yaml# 20 reset-gpios: true 23 vdd3-supply: 26 vci-supply: 27 description: VCI regulator 30 - compatible [all …]
|
D | samsung,s6e88a0-ams452ef01.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/panel/samsung,s6e88a0-ams452ef01.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Michael Srba <Michael.Srba@seznam.cz> 13 - $ref: panel-common.yaml# 17 const: samsung,s6e88a0-ams452ef01 19 reset-gpios: true 20 vdd3-supply: 21 description: core voltage supply [all …]
|
D | samsung,amoled-mipi-dsi.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/display/panel/samsung,amoled-mipi-dsi.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Samsung AMOLED MIPI-DSI panels 10 - Hoegeun Kwon <hoegeun.kwon@samsung.com> 13 - $ref: panel-common.yaml# 15 - if: 20 - samsung,s6e3ha2 21 - samsung,s6e3hf2 [all …]
|
D | samsung,s6e8aa0.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Andrzej Hajda <a.hajda@samsung.com> 13 - $ref: panel-common.yaml# 20 reset-gpios: true 21 display-timings: true 23 vdd3-supply: 24 description: core voltage supply 26 vci-supply: [all …]
|
D | samsung,ld9040.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 spi/spi-controller.yaml 14 - Andrzej Hajda <a.hajda@samsung.com> 17 - $ref: panel-common.yaml# 23 display-timings: true 26 reset-gpios: true 28 vdd3-supply: 29 description: core voltage supply [all …]
|
D | ilitek,ili9322.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Linus Walleij <linus.walleij@linaro.org> 19 spi/spi-controller.yaml 22 - $ref: panel-common.yaml# 27 - enum: 28 - dlink,dir-685-panel 29 - const: ilitek,ili9322 31 reset-gpios: true [all …]
|
/Linux-v5.10/drivers/atm/ |
D | fore200e.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 35 #define QUEUE_SIZE_BS 32 /* buffer supply queue capacity */ 52 #define RSD_REQUIRED (((MAX_PDU_SIZE - SMALL_BUFFER_SIZE + LARGE_BUFFER_SIZE) / LARGE_BUFFER_SIZE)… 56 /* RSD_REQUIRED receive segment descriptors are enough to describe a max-sized PDU, 61 #define RSD_EXTENSION ((RSD_REQUIRED - RSD_FIXED) + 1) 65 #define FORE200E_DEV(d) ((struct fore200e*)((d)->dev_data)) 66 #define FORE200E_VCC(d) ((struct fore200e_vcc*)((d)->dev_data)) 93 u32 vci : 16, /* virtual channel identifier */ 229 /* cp resident buffer supply queue entry */ 251 OPCODE_ACTIVATE_VCIN, /* activate incoming VCI */ [all …]
|
D | ambassador.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 Copyright (C) 1995-1999 Madge Networks Ltd. 8 /* * dedicated to the memory of Graham Gordon 1971-1998 * */ 48 This driver is for the PCI ATMizer-based Ambassador card (except 56 Only AAL5 is supported with vpi = 0 and vci in the range 0 to 1023. 58 The cards are big-endian. 66 The cards are reset and the self-test results are checked. The 68 pointer to a descriptor containing details of the host-based queues 81 contents of several other "shared run-time registers" (bad) which 96 1. Driver <-> Adapter Communication [all …]
|
D | fore200e.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 A FORE Systems 200E-series driver for ATM on Linux. 4 Christophe Lizzi (lizzi@cnam.fr), October 1999-March 2003. 6 Based on the PCA-200E driver from Uwe Dannowski (Uwe.Dannowski@inf.tu-dresden.de). 8 This driver simultaneously supports PCA-200E and SBA-200E adapters 25 #include <linux/dma-mapping.h> 50 #if 0 /* enable the debugging code of the buffer supply queues */ 54 #if 1 /* ensure correct handling of 52-byte AAL0 SDUs expected by atmdump-like apps */ 77 ((((unsigned long)(addr) + (alignment - 1)) & ~(alignment - 1)) - (unsigned long)(addr)) 101 MODULE_AUTHOR("Christophe Lizzi - credits to Uwe Dannowski and Heikki Vatiainen"); [all …]
|
/Linux-v5.10/drivers/gpu/drm/panel/ |
D | panel-xinpeng-xpp055c272.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Xinpeng xpp055c272 5.5" MIPI-DSI panel driver 8 * Rockteck jh057n00900 5.5" MIPI-DSI panel driver 21 #include <linux/media-bus-format.h> 53 struct regulator *vci; member 73 struct mipi_dsi_device *dsi = to_mipi_dsi_device(ctx->dev); in xpp055c272_init_sequence() 74 struct device *dev = ctx->dev; in xpp055c272_init_sequence() 144 struct mipi_dsi_device *dsi = to_mipi_dsi_device(ctx->dev); in xpp055c272_unprepare() 147 if (!ctx->prepared) in xpp055c272_unprepare() 152 dev_err(ctx->dev, "failed to set display off: %d\n", ret); in xpp055c272_unprepare() [all …]
|
D | panel-leadtek-ltk050h3146w.c | 1 // SPDX-License-Identifier: GPL-2.0 8 #include <linux/media-bus-format.h> 36 struct regulator *vci; member 48 { 0x51, 0x85 }, /* VREG2OUT=-5V */ 231 { 0x85, 0x0D }, /* VGL clamp level (-10V) */ 257 struct mipi_dsi_device *dsi = to_mipi_dsi_device(ctx->dev); in ltk050h3146w_init_sequence() 316 dev_err(ctx->dev, "failed to set tear on: %d\n", ret); in ltk050h3146w_init_sequence() 346 struct mipi_dsi_device *dsi = to_mipi_dsi_device(ctx->dev); in ltk050h3146w_a2_select_page() 356 struct mipi_dsi_device *dsi = to_mipi_dsi_device(ctx->dev); in ltk050h3146w_a2_write_page() 361 dev_err(ctx->dev, "failed to select page %d: %d\n", page, ret); in ltk050h3146w_a2_write_page() [all …]
|
D | panel-samsung-s6e88a0-ams452ef01.c | 1 // SPDX-License-Identifier: GPL-2.0-only 41 gpiod_set_value_cansleep(ctx->reset_gpio, 1); in s6e88a0_ams452ef01_reset() 43 gpiod_set_value_cansleep(ctx->reset_gpio, 0); in s6e88a0_ams452ef01_reset() 45 gpiod_set_value_cansleep(ctx->reset_gpio, 1); in s6e88a0_ams452ef01_reset() 51 struct mipi_dsi_device *dsi = ctx->dsi; in s6e88a0_ams452ef01_on() 52 struct device *dev = &dsi->dev; in s6e88a0_ams452ef01_on() 55 dsi->mode_flags |= MIPI_DSI_MODE_LPM; in s6e88a0_ams452ef01_on() 97 struct mipi_dsi_device *dsi = ctx->dsi; in s6e88a0_ams452ef01_off() 98 struct device *dev = &dsi->dev; in s6e88a0_ams452ef01_off() 101 dsi->mode_flags &= ~MIPI_DSI_MODE_LPM; in s6e88a0_ams452ef01_off() [all …]
|
/Linux-v5.10/drivers/staging/fbtft/ |
D | fb_ili9325.c | 1 // SPDX-License-Identifier: GPL-2.0+ 26 static unsigned int bt = 6; /* VGL=Vci*4 , VGH=Vci*4 */ 28 MODULE_PARM_DESC(bt, "Sets the factor used in the step-up circuits"); 30 static unsigned int vc = 0x03; /* Vci1=Vci*0.80 */ 32 MODULE_PARM_DESC(vc, "Sets the ratio factor of Vci to generate the reference voltages Vci1"); 34 static unsigned int vrh = 0x0d; /* VREG1OUT=Vci*1.85 */ 36 MODULE_PARM_DESC(vrh, "Set the amplifying rate (1.6 ~ 1.9) of Vci applied to output the VREG1OUT"); 49 * Display module configuration: Vcc = IOVcc = Vci = 3.3V 52 * ---------- 53 * Vci = 3.3 [all …]
|
/Linux-v5.10/arch/arm64/boot/dts/qcom/ |
D | msm8916-samsung-a3u-eur.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 /dts-v1/; 5 #include "msm8916-samsung-a2015-common.dtsi" 9 compatible = "samsung,a3u-eur", "qcom,msm8916"; 11 reg_panel_vdd3: regulator-panel-vdd3 { 12 compatible = "regulator-fixed"; 13 regulator-name = "panel_vdd3"; 14 regulator-min-microvolt = <1800000>; 15 regulator-max-microvolt = <1800000>; 18 enable-active-high; [all …]
|
/Linux-v5.10/arch/arm64/boot/dts/exynos/ |
D | exynos5433-tm2.dts | 1 // SPDX-License-Identifier: GPL-2.0 11 #include "exynos5433-tm2-common.dtsi" 24 assigned-clocks = <&cmu_disp CLK_FOUT_DISP_PLL>, 38 assigned-clock-parents = <0>, <0>, 51 assigned-clock-rates = <250000000>, <400000000>; 58 vdd3-supply = <&ldo27_reg>; 59 vci-supply = <&ldo28_reg>; 60 reset-gpios = <&gpg0 0 GPIO_ACTIVE_LOW>; 61 enable-gpios = <&gpf1 5 GPIO_ACTIVE_HIGH>; 69 compatible = "cypress,tm2-touchkey"; [all …]
|
D | exynos5433-tm2e.dts | 1 // SPDX-License-Identifier: GPL-2.0 11 #include "exynos5433-tm2-common.dtsi" 24 assigned-clocks = <&cmu_disp CLK_FOUT_DISP_PLL>, 37 assigned-clock-parents = <0>, <0>, 49 assigned-clock-rates = <278000000>, <400000000>; 56 vdd3-supply = <&ldo27_reg>; 57 vci-supply = <&ldo28_reg>; 58 reset-gpios = <&gpg0 0 GPIO_ACTIVE_LOW>; 59 enable-gpios = <&gpf1 5 GPIO_ACTIVE_HIGH>; 64 regulator-name = "TSP_VDD_1.8V_AP"; [all …]
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | exynos4412-galaxy-s3.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 9 /dts-v1/; 10 #include "exynos4412-midas.dtsi" 20 flen-gpios = <&gpj1 1 GPIO_ACTIVE_HIGH>; 21 enset-gpios = <&gpj1 2 GPIO_ACTIVE_HIGH>; 23 pinctrl-names = "default", "host", "isp"; 24 pinctrl-0 = <&camera_flash_host>; 25 pinctrl-1 = <&camera_flash_host>; 26 pinctrl-2 = <&camera_flash_isp>; 28 flash-led { [all …]
|
D | exynos4210-trats.dts | 1 // SPDX-License-Identifier: GPL-2.0 12 /dts-v1/; 14 #include <dt-bindings/gpio/gpio.h> 30 stdout-path = "serial2:115200n8"; 33 vemmc_reg: regulator-0 { 34 compatible = "regulator-fixed"; 35 regulator-name = "VMEM_VDD_2.8V"; 36 regulator-min-microvolt = <2800000>; 37 regulator-max-microvolt = <2800000>; 39 enable-active-high; [all …]
|
D | ste-ux500-samsung-golden.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 2 /dts-v1/; 4 #include "ste-db8500.dtsi" 5 #include "ste-ab8505.dtsi" 6 #include "ste-dbx5x0-pinctrl.dtsi" 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/input/input.h> 9 #include <dt-bindings/interrupt-controller/irq.h> 13 * You need an intermediate, device-tree compatible bootloader 16 * There is a port of (mainline) U-Boot, see [all …]
|
D | exynos4210-universal_c210.dts | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. 12 /dts-v1/; 14 #include <dt-bindings/gpio/gpio.h> 28 stdout-path = "serial2:115200n8"; 32 fixed-rate-clocks { 34 compatible = "samsung,clock-xxti"; 35 clock-frequency = <0>; 39 compatible = "samsung,clock-xusbxti"; 40 clock-frequency = <24000000>; [all …]
|
D | exynos4210-i9100.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Samsung's Exynos4210 based Galaxy S2 (GT-I9100 version) device tree 11 /dts-v1/; 13 #include "exynos4412-ppmu-common.dtsi" 15 #include <dt-bindings/gpio/gpio.h> 16 #include <dt-bindings/input/linux-event-codes.h> 19 model = "Samsung Galaxy S2 (GT-I9100)"; 28 stdout-path = "serial2:115200n8"; 31 vemmc_reg: regulator-0 { 32 compatible = "regulator-fixed"; [all …]
|
D | gemini-dlink-dir-685.dts | 2 * Device Tree file for D-Link DIR-685 Xtreme N Storage Router 5 /dts-v1/; 8 #include <dt-bindings/input/input.h> 11 model = "D-Link DIR-685 Xtreme N Storage Router"; 12 compatible = "dlink,dir-685", "cortina,gemini"; 13 #address-cells = <1>; 14 #size-cells = <1>; 17 /* 128 MB SDRAM in 2 x Hynix HY5DU121622DTP-D43 */ 24 stdout-path = "uart0:19200n8"; 28 compatible = "gpio-keys"; [all …]
|
/Linux-v5.10/arch/arm64/boot/dts/rockchip/ |
D | px30-evb.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/input/input.h> 9 #include <dt-bindings/pinctrl/rockchip.h> 14 compatible = "rockchip,px30-evb", "rockchip,px30"; 17 stdout-path = "serial5:115200n8"; 20 adc-keys { 21 compatible = "adc-keys"; 22 io-channels = <&saradc 2>; [all …]
|