Searched +full:sm7150 +full:- +full:tlmm (Results 1 – 2 of 2) sorted by relevance
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A 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 <andersson@kernel.org> 11 - Danila Tikhonov <danila@jiaxyga.com> 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/drivers/pinctrl/qcom/ |
H A 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 …]
|