Searched +full:qdu1000 +full:- +full:tlmm (Results 1 – 2 of 2) sorted by relevance
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | qcom,qdu1000-tlmm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/qcom,qdu1000-tlmm.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm Technologies, Inc. QDU1000/QRU1000 TLMM block 10 - Melody Olvera <quic_molvera@quicinc.com> 13 Top Level Mode Multiplexer pin controller found in the QDU1000 and 17 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml# 21 const: qcom,qdu1000-tlmm 29 gpio-reserved-ranges: [all …]
|
/linux/drivers/pinctrl/qcom/ |
H A D | pinctrl-qdu1000.c | 1 // SPDX-License-Identifier: GPL-2.0-only 11 #include "pinctrl-msm.h" 65 .mux_bit = -1, \ 68 .oe_bit = -1, \ 69 .in_bit = -1, \ 70 .out_bit = -1, \ 71 .intr_enable_bit = -1, \ 72 .intr_status_bit = -1, \ 73 .intr_target_bit = -1, \ 74 .intr_raw_status_bit = -1, \ [all …]
|