Home
last modified time | relevance | path

Searched +full:milos +full:- +full:tlmm (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/pinctrl/
H A Dqcom,milos-tlmm.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/qcom,milos-tlmm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Technologies, Inc. Milos TLMM block
10 - Luca Weiss <luca.weiss@fairphone.com>
13 Top Level Mode Multiplexer pin controller in Qualcomm Milos SoC.
16 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
20 const: qcom,milos-tlmm
28 gpio-reserved-ranges:
[all …]
/linux/drivers/pinctrl/qcom/
H A DKconfig.msm1 # 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 …]
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0
3 obj-$(CONFIG_PINCTRL_MSM) += pinctrl-msm.o
4 obj-$(CONFIG_PINCTRL_APQ8064) += pinctrl-apq8064.o
5 obj-$(CONFIG_PINCTRL_APQ8084) += pinctrl-apq8084.o
6 obj-$(CONFIG_PINCTRL_IPQ4019) += pinctrl-ipq4019.o
7 obj-$(CONFIG_PINCTRL_IPQ5018) += pinctrl-ipq5018.o
8 obj-$(CONFIG_PINCTRL_IPQ8064) += pinctrl-ipq8064.o
9 obj-$(CONFIG_PINCTRL_IPQ5332) += pinctrl-ipq5332.o
10 obj-$(CONFIG_PINCTRL_IPQ5424) += pinctrl-ipq5424.o
11 obj-$(CONFIG_PINCTRL_IPQ8074) += pinctrl-ipq8074.o
[all …]
H A Dpinctrl-milos.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. 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 …]