Searched +full:7 +full:inch +full:- +full:touchscreen +full:- +full:panel +full:- +full:regulator (Results 1 – 7 of 7) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/ |
| D | raspberrypi,7inch-touchscreen-panel-regulator.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/regulator/raspberrypi,7inch-touchscreen-panel-regulator.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: RaspberryPi 7" display ATTINY88-based regulator/backlight controller 10 - Marek Vasut <marex@denx.de> 13 The RaspberryPi 7" display has an ATTINY88-based regulator/backlight 18 - $ref: "regulator.yaml#" 22 const: raspberrypi,7inch-touchscreen-panel-regulator 30 - compatible [all …]
|
| /kernel/linux/linux-5.10/drivers/regulator/ |
| D | rpi-panel-attiny-regulator.c | 1 // SPDX-License-Identifier: GPL-2.0 16 #include <linux/regulator/driver.h> 17 #include <linux/regulator/machine.h> 18 #include <linux/regulator/of_regulator.h> 41 regmap_write(rdev->regmap, REG_POWERON, 1); in attiny_lcd_power_enable() 43 regmap_read_poll_timeout(rdev->regmap, REG_PORTB, data, in attiny_lcd_power_enable() 47 * firmware used for the panel. Runtime rotation in attiny_lcd_power_enable() 51 regmap_write(rdev->regmap, REG_PORTA, BIT(2)); in attiny_lcd_power_enable() 58 regmap_write(rdev->regmap, REG_PWM, 0); in attiny_lcd_power_disable() 59 regmap_write(rdev->regmap, REG_POWERON, 0); in attiny_lcd_power_disable() [all …]
|
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 2 menuconfig REGULATOR config 3 bool "Voltage and Current Regulator Support" 6 Generic Voltage and Current Regulator support. 14 The intention is to allow systems to dynamically control regulator 26 if REGULATOR 29 bool "Regulator debug support" 34 tristate "Fixed voltage regulator support" 38 managed regulators and simple non-configurable regulators. 41 tristate "Virtual regulator consumer support" [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/panel/ |
| D | Kconfig | 5 Panel registration and lookup framework. 11 tristate "ARM Versatile panel driver" 17 reference designs. The panel is detected using special registers 21 tristate "Generic LVDS panel driver" 26 This driver supports LVDS panels that don't require device-specific 28 backlight handling if the panel is attached to a backlight controller. 36 DRM panel driver for dumb panels that need at most a regulator and 38 that it can be automatically turned off when the panel goes into a 47 QVGA (320x240) RGB, YUV and ITU-T BT.656 panels. 50 tristate "Ilitek ILI9881C-based panels" [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 6 Panel registration and lookup framework. 12 tristate "ARM Versatile panel driver" 18 reference designs. The panel is detected using special registers 22 tristate "ASUS Z00T TM5P5 NT35596 panel" 28 NT35596 1080x1920 video mode panel as found in some Asus 32 tristate "Boe Himax8279d panel" 38 TFT-LCD modules. The panel has a 1200x1920 resolution and uses 40 the host and has a built-in LED backlight. 43 tristate "BOE TV101WUM and AUO KD101N80 45NA 1200x1920 panel" [all …]
|
| /kernel/linux/linux-5.10/arch/sh/boards/mach-ecovec24/ |
| D | setup.c | 1 // SPDX-License-Identifier: GPL-2.0 29 #include <linux/regulator/fixed.h> 30 #include <linux/regulator/machine.h> 39 #include <linux/dma-map-ops.h> 41 #include <media/drv-intf/renesas-ceu.h> 52 *----------------------------------------- 62 *------------------------------ 71 * DS2[6-7] = MMC / SD ON-OFF : SD 72 * OFF-ON : MMC 76 * FSI - DA7210 [all …]
|
| /kernel/linux/linux-4.19/arch/sh/boards/mach-ecovec24/ |
| D | setup.c | 32 #include <linux/regulator/fixed.h> 33 #include <linux/regulator/machine.h> 43 #include <media/drv-intf/renesas-ceu.h> 54 *----------------------------------------- 64 *------------------------------ 73 * DS2[6-7] = MMC / SD ON-OFF : SD 74 * OFF-ON : MMC 78 * FSI - DA7210 101 .end = 0xA405012E - 1, 107 .id = -1, [all …]
|