Searched +full:p120zdg +full:- +full:bf1 (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---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 panel10 - Sandeep Panda <spanda@codeaurora.org>11 - Douglas Anderson <dianders@chromium.org>14 - $ref: panel-common.yaml#18 const: innolux,p120zdg-bf120 enable-gpios: true[all …]
1 // 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 …]
17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL44 #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 …]