Searched +full:multi +full:- +full:inno (Results 1 – 6 of 6) sorted by relevance
/linux-5.10/Documentation/devicetree/bindings/display/ |
D | multi-inno,mi0283qt.txt | 1 Multi-Inno MI0283QT display panel 4 - compatible: "multi-inno,mi0283qt". 7 all mandatory properties described in ../spi/spi-bus.txt must be specified. 10 - dc-gpios: D/C pin. The presence/absence of this GPIO determines 12 - present: IM=x110 4-wire 8-bit data serial interface 13 - absent: IM=x101 3-wire 9-bit data serial interface 14 - reset-gpios: Reset pin 15 - power-supply: A regulator node for the supply voltage. 16 - backlight: phandle of the backlight device attached to the panel 17 - rotation: panel rotation in degrees counter clockwise (0,90,180,270) [all …]
|
/linux-5.10/drivers/gpu/drm/tiny/ |
D | mi0283qt.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * DRM driver for Multi-Inno MI0283QT panels 55 struct mipi_dbi_dev *dbidev = drm_to_mipi_dbi_dev(pipe->crtc.dev); in mi0283qt_enable() 56 struct mipi_dbi *dbi = &dbidev->dbi; in mi0283qt_enable() 60 if (!drm_dev_enter(pipe->crtc.dev, &idx)) in mi0283qt_enable() 116 * resets only on power-on and not on each reboot through in mi0283qt_enable() 117 * a gpio like the rpi-display does. in mi0283qt_enable() 121 switch (dbidev->rotation) { in mi0283qt_enable() 162 .desc = "Multi-Inno MI0283QT", 169 { .compatible = "multi-inno,mi0283qt" }, [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 15 https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 18 - stdvga (DRM_BOCHS, qemu -vga std, default in qemu 2.2+) 19 - qxl (DRM_QXL, qemu -vga qxl, works best with spice) 20 - virtio (DRM_VIRTIO_GPU), qemu -vga virtio) 40 * YX350HV15-T 3.5" 340x350 TFT (Adafruit 3.5") 52 * No-name 2.2" color screen module 65 * YX240QV29-T 2.4" 240x320 TFT (Adafruit 2.4") 91 DRM driver for the Multi-Inno MI0283QT display panel 130 * Jianda JD-T18003-T01 1.8" 128x160 TFT
|
/linux-5.10/Documentation/devicetree/bindings/ |
D | vendor-prefixes.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/vendor-prefixes.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rob Herring <robh@kernel.org> 19 "^(at25|devbus|dmacap|dsa|exynos|fsi[ab]|gpio-fan|gpio|gpmc|hdmi|i2c-gpio),.*": true 21 "^(pinctrl-single|#pinctrl-single|PowerPC),.*": true 22 "^(pl022|pxa-mmc|rcar_sound|rotary-encoder|s5m8767|sdhci),.*": true 23 "^(simple-audio-card|st-plgpio|st-spics|ts),.*": true 38 "^active-semi,.*": [all …]
|
/linux-5.10/sound/soc/codecs/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 5 # setting - SPI can't be modular so that case doesn't need to be covered. 386 tristate "Analog Devices AU1761 CODEC - I2C" 392 tristate "Analog Devices AU1761 CODEC - SPI" 429 tristate "Analog Devices ADAU7002 Stereo PDM-to-I2S/TDM Converter" 435 tristate "Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM Converter - HW Mode" 438 Enable support for the Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM 444 will be called snd-soc-adau7118-hw. 447 tristate "Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM Converter - I2C" 452 Enable support for the Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM [all …]
|
/linux-5.10/ |
D | MAINTAINERS | 9 ------------------------- 30 ``diff -u`` to make the patch easy to merge. Be prepared to get your 40 See Documentation/process/coding-style.rst for guidance here. 46 See Documentation/process/submitting-patches.rst for details. 57 include a Signed-off-by: line. The current version of this 59 Documentation/process/submitting-patches.rst. 70 that the bug would present a short-term risk to other users if it 76 Documentation/admin-guide/security-bugs.rst for details. 81 --------------------------------------------------- 97 W: *Web-page* with status/info [all …]
|