Searched +full:sm6375 +full:- +full:tlmm (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/ |
D | qcom,sm6375-tlmm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/qcom,sm6375-tlmm.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm Technologies, Inc. SM6375 TLMM block 10 - Konrad Dybcio <konrad.dybcio@somainline.org> 13 This binding describes the Top Level Mode Multiplexer (TLMM) block found 14 in the SM6375 platform. 17 - $ref: "pinctrl.yaml#" 18 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml# [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-sm6375.c | 1 // SPDX-License-Identifier: GPL-2.0-only 12 #include "pinctrl-msm.h" 74 .mux_bit = -1, \ 77 .oe_bit = -1, \ 78 .in_bit = -1, \ 79 .out_bit = -1, \ 80 .intr_enable_bit = -1, \ 81 .intr_status_bit = -1, \ 82 .intr_target_bit = -1, \ 83 .intr_raw_status_bit = -1, \ [all …]
|