Home
last modified time | relevance | path

Searched +full:qcom +full:- +full:x1e80100 +full:- +full:tlmm +full:- +full:state (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/pinctrl/
H A Dqcom,x1e80100-tlmm.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/qcom,x1e80100-tlmm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Technologies, Inc. X1E80100 TLMM block
10 - Rajendra Nayak <quic_rjendra@quicinc.com>
13 Top Level Mode Multiplexer pin controller in Qualcomm X1E80100 SoC.
16 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
20 const: qcom,x1e80100-tlmm
28 gpio-reserved-ranges:
[all …]
H A Dqcom,sm8550-lpass-lpi-pinctrl.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/qcom,sm8550-lpass-lpi-pinctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm SM8550 SoC LPASS LPI TLMM
10 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
11 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
20 - const: qcom,sm8550-lpass-lpi-pinctrl
21 - items:
22 - const: qcom,x1e80100-lpass-lpi-pinctrl
[all …]
/linux/drivers/pinctrl/qcom/
H A Dtlmm-test.c1 // SPDX-License-Identifier: GPL-2.0-only
6 #define pr_fmt(fmt) "tlmm-test: " fmt
22 * This TLMM test module serves the purpose of validating that the TLMM driver
23 * (pinctrl-msm) delivers expected number of interrupts in response to changing
24 * GPIO state.
27 * "gpio", which the tester is expected to specify an unused and non-connected
28 * pin. The GPIO state is then driven by adjusting the bias of the pin, at
31 * Upon execution, the test initialization will find the TLMM node (subject to
41 static int tlmm_test_gpio = -1;
57 * struct tlmm_test_priv - Per-test context
[all …]