Home
last modified time | relevance | path

Searched +full:p120zdg +full:- +full:bf1 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/panel/
H A Dinnolux,p120zdg-bf1.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/panel/innolux,p120zdg-bf1.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Innolux P120ZDG-BF1 12.02 inch eDP 2K display panel
10 - Sandeep Panda <spanda@codeaurora.org>
11 - Douglas Anderson <dianders@chromium.org>
14 - $ref: panel-common.yaml#
18 const: innolux,p120zdg-bf1
20 enable-gpios: true
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/
H A Dsdm845-cheza.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
10 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
26 stdout-path = "serial0:115200n8";
30 compatible = "pwm-backlight";
32 enable-gpios = <&tlmm 37 GPIO_ACTIVE_HIGH>;
33 power-supply = <&ppvar_sys>;
34 pinctrl-names = "default";
35 pinctrl-0 = <&ap_edp_bklten>;
[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 …]