Searched +full:vctrl +full:- +full:reg (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/regulator/vctrl-regulator.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Heiko Stuebner <heiko@sntech.de>13 - $ref: regulator.yaml#17 const: vctrl-regulator19 ctrl-supply:22 ctrl-voltage-range:26 generate the corresponding regulator-min/max-microvolt output[all …]
5 ----------[all...]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)5 * Copyright 2016-2017 Google, Inc8 #include <dt-bindings/input/input.h>9 #include "rk3399-op1.dtsi"18 stdout-path = "serial2:115200n8";27 * - Rails that only connect to the EC (or devices that the EC talks to)29 * - Rails _are_ included if the rails go to the AP even if the AP38 * - The EC controls the enable and the EC always enables a rail as40 * - The rails are actually connected to each other by a jumper and45 ppvar_sys: regulator-ppvar-sys {[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)3 * Google Gru-Chromebook shared properties8 #include "rk3399-gru.dtsi"11 pp900_ap: regulator-pp900-ap {12 compatible = "regulator-fixed";13 regulator-name = "pp900_ap";16 regulator-always-on;17 regulator-boot-on;18 regulator-min-microvolt = <900000>;19 regulator-max-microvolt = <900000>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * at91-tse850-3.dts - Device Tree file for the Axentia TSE-850 3.0 board9 /dts-v1/;10 #include <dt-bindings/pwm/pwm.h>11 #include "at91-linea.dtsi"14 model = "Axentia TSE-850 3.0";19 compatible = "fixed-clock";21 #clock-cells = <0>;22 clock-frequency = <16000000>;23 clock-output-names = "sck";[all …]
1 //===-- GDBRemoteCommunicationServerLLGS.cpp ------------------------------===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception7 //===----------------------------------------------------------------------===//231 return this->Handle_k(packet); in RegisterPacketHandlers()277 // lldb-server on Windows. in LaunchProcess()286 assert(m_debugged_processes.empty() && "lldb-server creating debugged " in LaunchProcess()291 m_continue_process = m_current_process = process_or->get(); in LaunchProcess()293 m_current_process->GetID(), in LaunchProcess()299 // Handle mirroring of inferior stdout/stderr over the gdb-remote protocol as in LaunchProcess()300 // needed. llgs local-process debugging may specify PTY paths, which will in LaunchProcess()[all …]