Home
last modified time | relevance | path

Searched +full:am +full:- +full:480272 +full:h3tmqw +full:- +full:t01h (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/panel/
H A Dpanel-simple.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/panel/panel-simple.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Thierry Reding <thierry.reding@gmail.com>
11 - Sam Ravnborg <sam@ravnborg.org>
15 requires only a single power-supply.
23 - $ref: panel-common.yaml#
32 # Ampire AM-1280800N3TZQW-T00H 10.1" WQVGA TFT LCD panel
33 - ampire,am-1280800n3tzqw-t00h
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dstm32429i-eval.dts2 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com>
4 * This file is dual-licensed: you can use it either under the terms
22 * MA 02110-1301 USA
48 /dts-v1/;
50 #include "stm32f429-pinctrl.dtsi"
51 #include <dt-bindings/input/input.h>
52 #include <dt-bindings/gpio/gpio.h>
55 model = "STMicroelectronics STM32429i-EVAL board";
56 compatible = "st,stm32429i-eval", "st,stm32f429";
60 stdout-path = "serial0:115200n8";
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/
H A Dpanel-simple.c17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
44 #include "panel-simple.h"
178 return -EINVAL; in panel_simple_parse_cmd_seq()
182 return -ENOMEM; in panel_simple_parse_cmd_seq()
191 len -= sizeof(*header); in panel_simple_parse_cmd_seq()
193 if (header->payload_length > len) in panel_simple_parse_cmd_seq()
194 return -EINVAL; in panel_simple_parse_cmd_seq()
196 d += header->payload_length; in panel_simple_parse_cmd_seq()
197 len -= header->payload_length; in panel_simple_parse_cmd_seq()
202 return -EINVAL; in panel_simple_parse_cmd_seq()
[all …]