/Linux-v5.15/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# 14 - $ref: /schemas/leds/backlight/common.yaml# 21 reset-gpios: true 23 default-brightness: true 24 max-brightness: true 26 vdd3-supply: [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 | samsung,lms397kf04.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 13 - Linus Walleij <linus.walleij@linaro.org> 16 - $ref: panel-common.yaml# 24 reset-gpios: true 26 vci-supply: 27 description: regulator that supplies the VCI analog voltage 30 vccio-supply: 36 spi-cpha: true [all …]
|
D | samsung,lms380kf01.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 13 spi/spi-controller.yaml 16 - Linus Walleij <linus.walleij@linaro.org> 19 - $ref: panel-common.yaml# 34 reset-gpios: true 36 vci-supply: 37 description: regulator that supplies the VCI analog voltage 40 vccio-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 …]
|
D | ilitek,ili9341.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Ilitek-9341 Display Panel 10 - Dillon Min <dillon.minfei@gmail.com> 18 - $ref: panel-common.yaml# 23 - enum: 24 # ili9341 240*320 Color on stm32f429-disco board 25 - st,sf-tc240t-9370-t 26 - const: ilitek,ili9341 [all …]
|
/Linux-v5.15/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 24 #include <linux/dma-mapping.h> 49 #if 0 /* enable the debugging code of the buffer supply queues */ 53 #if 1 /* ensure correct handling of 52-byte AAL0 SDUs expected by atmdump-like apps */ 76 ((((unsigned long)(addr) + (alignment - 1)) & ~(alignment - 1)) - (unsigned long)(addr)) 100 MODULE_AUTHOR("Christophe Lizzi - credits to Uwe Dannowski and Heikki Vatiainen"); [all …]
|
/Linux-v5.15/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-db7430.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Found in the Samsung Galaxy Beam GT-I8350 mobile phone. 16 #include <linux/media-bus-format.h> 49 * struct db7430 - state container for a panel controlled by the DB7430 65 /** @regulators: VCCIO and VIO supply regulators */ 95 struct mipi_dbi *dbi = &db->dbi; in db7430_power_on() 99 ret = regulator_bulk_enable(ARRAY_SIZE(db->regulators), in db7430_power_on() 100 db->regulators); in db7430_power_on() 102 dev_err(db->dev, "failed to enable regulators: %d\n", ret); in db7430_power_on() 108 gpiod_set_value_cansleep(db->reset, 1); in db7430_power_on() [all …]
|
D | panel-widechips-ws2401.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Found in the Samsung Galaxy Ace 2 GT-I8160 mobile phone. 7 * Inspired by code and know-how in the vendor driver by Gareth Phillips. 18 #include <linux/media-bus-format.h> 58 * struct ws2401 - state container for a panel controlled by the WS2401 74 /** @regulators: VCCIO and VIO supply regulators */ 106 struct mipi_dbi *dbi = &ws->dbi; in ws2401_read_mtp_id() 112 dev_err(ws->dev, "unable to read MTP ID 1\n"); in ws2401_read_mtp_id() 117 dev_err(ws->dev, "unable to read MTP ID 2\n"); in ws2401_read_mtp_id() 122 dev_err(ws->dev, "unable to read MTP ID 3\n"); in ws2401_read_mtp_id() [all …]
|
D | panel-ilitek-ili9341.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 * - 16-bit parallel RGB interface 7 * - 18-bit parallel RGB interface 8 * - 4-line serial spi interface 13 * Derived from drivers/drm/gpu/panel/panel-ilitek-ili9322.c 17 * For only-dbi part, copy from David's code (drm/tiny/ili9341.c) 115 /* struct ili9341_config - the system specific ILI9341 configuration */ 188 * The Stm32f429-disco board has a panel ili9341 connected to ltdc controller 218 * 0xa2 Normally white, G1 -> G320, S720 -> S1, 224 /* 0x10 AVDD=vci*2, VGH=vci*7, VGL=-vci*4 */ [all …]
|
/Linux-v5.15/drivers/staging/fbtft/ |
D | fb_ili9325.c | 1 // SPDX-License-Identifier: GPL-2.0+ 25 static unsigned int bt = 6; /* VGL=Vci*4 , VGH=Vci*4 */ 27 MODULE_PARM_DESC(bt, "Sets the factor used in the step-up circuits"); 29 static unsigned int vc = 0x03; /* Vci1=Vci*0.80 */ 31 MODULE_PARM_DESC(vc, "Sets the ratio factor of Vci to generate the reference voltages Vci1"); 33 static unsigned int vrh = 0x0d; /* VREG1OUT=Vci*1.85 */ 35 MODULE_PARM_DESC(vrh, "Set the amplifying rate (1.6 ~ 1.9) of Vci applied to output the VREG1OUT"); 48 * Display module configuration: Vcc = IOVcc = Vci = 3.3V 51 * ---------- 52 * Vci = 3.3 [all …]
|
/Linux-v5.15/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.15/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.15/arch/arm/boot/dts/ |
D | exynos4412-galaxy-s3.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 9 /dts-v1/; 10 #include "exynos4412-midas.dtsi" 18 led-controller { 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>; [all …]
|
/Linux-v5.15/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"; 23 stdout-path = "serial5:115200n8"; 26 adc-keys { 27 compatible = "adc-keys"; 28 io-channels = <&saradc 2>; [all …]
|