Searched +full:qcm2290 +full:- +full:tlmm (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/ |
D | qcom,qcm2290-pinctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/qcom,qcm2290-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm Technologies, Inc. QCM2290 TLMM block 10 - Shawn Guo <shawn.guo@linaro.org> 14 QCM2290 platform. 18 const: qcom,qcm2290-tlmm 24 description: Specifies the TLMM summary IRQ 27 interrupt-controller: true [all …]
|
/Linux-v6.1/drivers/pinctrl/qcom/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 22 Qualcomm TLMM block found in the Qualcomm APQ8064 platform. 31 Qualcomm TLMM block found in the Qualcomm APQ8084 platform. 40 Qualcomm TLMM block found in the Qualcomm IPQ4019 platform. 49 Qualcomm TLMM block found in the Qualcomm IPQ8064 platform. 58 the Qualcomm Technologies Inc. TLMM block found on the 69 the Qualcomm Technologies Inc. TLMM block found on the 80 Qualcomm Technologies Inc TLMM block found on the Qualcomm 90 Qualcomm TLMM block found in the Qualcomm 8660 platform. 99 Qualcomm TLMM block found in the Qualcomm 8960 platform. [all …]
|
D | pinctrl-qcm2290.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved. 11 #include "pinctrl-msm.h" 71 .mux_bit = -1, \ 74 .oe_bit = -1, \ 75 .in_bit = -1, \ 76 .out_bit = -1, \ 77 .intr_enable_bit = -1, \ 78 .intr_status_bit = -1, \ 79 .intr_target_bit = -1, \ [all …]
|