Searched +full:sc8280xp +full:- +full:lpass +full:- +full:lpi +full:- +full:pinctrl (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/ |
D | qcom,sc8280xp-lpass-lpi-pinctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/qcom,sc8280xp-lpass-lpi-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm Technologies, Inc. Low Power Audio SubSystem (LPASS) 8 Low Power Island (LPI) TLMM block 11 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 15 LPASS LPI IP on most Qualcomm SoCs 19 const: qcom,sc8280xp-lpass-lpi-pinctrl 23 - description: LPASS LPI TLMM Control and Status registers [all …]
|
/Linux-v6.1/drivers/pinctrl/qcom/ |
D | Makefile | 1 # 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_IPQ8064) += pinctrl-ipq8064.o 8 obj-$(CONFIG_PINCTRL_IPQ8074) += pinctrl-ipq8074.o 9 obj-$(CONFIG_PINCTRL_IPQ6018) += pinctrl-ipq6018.o 10 obj-$(CONFIG_PINCTRL_MSM8226) += pinctrl-msm8226.o 11 obj-$(CONFIG_PINCTRL_MSM8660) += pinctrl-msm8660.o [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 21 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 30 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 39 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 48 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 57 This is the pinctrl, pinmux, pinconf and gpiolib driver for 68 This is the pinctrl, pinmux, pinconf and gpiolib driver for 79 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 89 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 98 This is the pinctrl, pinmux, pinconf and gpiolib driver for the [all …]
|
D | pinctrl-sc8280xp-lpass-lpi.c | 1 // SPDX-License-Identifier: GPL-2.0-only 10 #include "pinctrl-lpass-lpi.h" 189 .compatible = "qcom,sc8280xp-lpass-lpi-pinctrl", 198 .name = "qcom-sc8280xp-lpass-lpi-pinctrl", 206 MODULE_DESCRIPTION("QTI SC8280XP LPI GPIO pin control driver");
|