Searched +full:sm7150 +full:- +full:tlmm (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/pinctrl/ |
D | qcom,sm7150-tlmm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/qcom,sm7150-tlmm.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm SM7150 TLMM pin controller 10 - Bjorn Andersson <[email protected]> 11 - Danila Tikhonov <[email protected]> 14 Top Level Mode Multiplexer pin controller in Qualcomm SM7150 SoC. 17 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml# 21 const: qcom,sm7150-tlmm [all …]
|
/linux-6.14.4/drivers/pinctrl/qcom/ |
D | Kconfig.msm | 1 # SPDX-License-Identifier: GPL-2.0-only 9 Qualcomm TLMM block found in the Qualcomm APQ8064 platform. 16 Qualcomm TLMM block found in the Qualcomm APQ8084 platform. 23 Qualcomm TLMM block found in the Qualcomm IPQ4019 platform. 30 the Qualcomm Technologies Inc. TLMM block found on the 39 Qualcomm TLMM block found in the Qualcomm IPQ8064 platform. 46 Qualcomm Technologies Inc TLMM block found on the Qualcomm 54 the Qualcomm Technologies Inc. TLMM block found on the 63 the Qualcomm Technologies Inc. TLMM block found on the 72 the Qualcomm Technologies Inc. TLMM block found on the [all …]
|
D | pinctrl-sm7150.c | 1 // SPDX-License-Identifier: GPL-2.0-only 12 #include "pinctrl-msm.h" 79 .mux_bit = -1, \ 82 .oe_bit = -1, \ 83 .in_bit = -1, \ 84 .out_bit = -1, \ 85 .intr_enable_bit = -1, \ 86 .intr_status_bit = -1, \ 87 .intr_target_bit = -1, \ 88 .intr_raw_status_bit = -1, \ [all …]
|