Searched +full:mdm9607 +full:- +full:tlmm (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/Documentation/devicetree/bindings/pinctrl/ |
D | qcom,mdm9607-pinctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/qcom,mdm9607-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm Technologies, Inc. MDM9607 TLMM block 10 - Konrad Dybcio <konrad.dybcio@somainline.org> 14 MDM9607 platform. 17 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml# 21 const: qcom,mdm9607-tlmm 27 interrupt-controller: true [all …]
|
/Linux-v5.15/drivers/pinctrl/qcom/ |
D | pinctrl-mdm9607.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * based on pinctrl-msm8916.c 13 #include "pinctrl-msm.h" 263 .mux_bit = -1, \ 266 .oe_bit = -1, \ 267 .in_bit = -1, \ 268 .out_bit = -1, \ 269 .intr_enable_bit = -1, \ 270 .intr_status_bit = -1, \ 271 .intr_target_bit = -1, \ [all …]
|