Home
last modified time | relevance | path

Searched +full:mdm9607 +full:- +full:tlmm (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/pinctrl/
H A Dqcom,mdm9607-tlmm.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/qcom,mdm9607-tlmm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Technologies, Inc. MDM9607 TLMM block
10 - Konrad Dybcio <konradybcio@kernel.org>
13 Top Level Mode Multiplexer pin controller in Qualcomm MDM9607 SoC.
16 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
20 const: qcom,mdm9607-tlmm
28 gpio-reserved-ranges: true
[all …]
/linux/drivers/pinctrl/qcom/
H A Dpinctrl-mdm9607.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * based on pinctrl-msm8916.c
12 #include "pinctrl-msm.h"
255 .mux_bit = -1, \
258 .oe_bit = -1, \
259 .in_bit = -1, \
260 .out_bit = -1, \
261 .intr_enable_bit = -1, \
262 .intr_status_bit = -1, \
263 .intr_target_bit = -1, \
[all …]