Searched +full:qcs8300 +full:- +full:tlmm (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | qcom,qcs8300-tlmm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/qcom,qcs8300-tlmm.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm Technologies, Inc. QCS8300 TLMM block 10 - Jingyi Wang <quic_jingyw@quicinc.com> 13 Top Level Mode Multiplexer pin controller in Qualcomm QCS8300 SoC. 16 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml# 20 const: qcom,qcs8300-tlmm 28 gpio-reserved-ranges: [all …]
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | qcom,ethqos.yaml | 1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Bjorn Andersson <andersson@kernel.org> 11 - Konrad Dybcio <konradybcio@kernel.org> 18 - $ref: snps,dwmac.yaml# 23 - items: 24 - enum: 25 - qcom,qcs615-ethqos 26 - const: qcom,qcs404-ethqos [all …]
|
/linux/drivers/pinctrl/qcom/ |
H A D | pinctrl-qcs8300.c | 1 // SPDX-License-Identifier: GPL-2.0-only 10 #include "pinctrl-msm.h" 66 .mux_bit = -1, \ 69 .oe_bit = -1, \ 70 .in_bit = -1, \ 71 .out_bit = -1, \ 72 .intr_enable_bit = -1, \ 73 .intr_status_bit = -1, \ 74 .intr_target_bit = -1, \ 75 .intr_raw_status_bit = -1, \ [all …]
|