Home
last modified time | relevance | path

Searched full:msm8909 (Results 1 – 16 of 16) sorted by relevance

/linux/Documentation/devicetree/bindings/pinctrl/
H A Dqcom,msm8909-tlmm.yaml4 $id: http://devicetree.org/schemas/pinctrl/qcom,msm8909-tlmm.yaml#
7 title: Qualcomm Technologies, Inc. MSM8909 TLMM block
13 Top Level Mode Multiplexer pin controller in Qualcomm MSM8909 SoC.
20 const: qcom,msm8909-tlmm
33 - $ref: "#/$defs/qcom-msm8909-tlmm-state"
36 $ref: "#/$defs/qcom-msm8909-tlmm-state"
40 qcom-msm8909-tlmm-state:
110 compatible = "qcom,msm8909-tlmm";
/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,gcc-msm8909.yaml4 $id: http://devicetree.org/schemas/clock/qcom,gcc-msm8909.yaml#
7 title: Qualcomm Global Clock & Reset Controller on MSM8909, MSM8917 and QM215
14 domains on MSM8909, MSM8917 or QM215.
17 include/dt-bindings/clock/qcom,gcc-msm8909.h
23 - qcom,gcc-msm8909
55 compatible = "qcom,gcc-msm8909";
/linux/Documentation/devicetree/bindings/interconnect/
H A Dqcom,rpm.yaml26 - qcom,msm8909-bimc
27 - qcom,msm8909-pcnoc
28 - qcom,msm8909-snoc
/linux/drivers/interconnect/qcom/
H A DMakefile11 qnoc-msm8909-objs := msm8909.o
56 obj-$(CONFIG_INTERCONNECT_QCOM_MSM8909) += qnoc-msm8909.o
H A DKconfig39 tristate "Qualcomm MSM8909 interconnect driver"
44 This is a driver for the Qualcomm Network-on-Chip on msm8909-based
/linux/include/dt-bindings/interconnect/
H A Dqcom,msm8909.h3 * Qualcomm MSM8909 interconnect IDs
/linux/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,smd-rpm.yaml40 - qcom,rpm-msm8909
H A Dqcom,saw2.yaml35 - qcom,msm8909-saw2-v3.0-cpu
/linux/Documentation/devicetree/bindings/cpufreq/
H A Dqcom-cpufreq-nvmem.yaml35 - qcom,msm8909
/linux/drivers/soc/qcom/
H A Dsmd-rpm.c229 { .compatible = "qcom,rpm-msm8909" },
H A Dspm.c484 { .compatible = "qcom,msm8909-saw2-v3.0-cpu",
/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,rpm-proc.yaml75 - qcom,msm8909-rpm-proc
/linux/arch/arm/mach-qcom/
H A Dplatsmp.c387 CPU_METHOD_OF_DECLARE(qcom_smp_msm8909, "qcom,msm8909-smp", &qcom_smp_cortex_a7_ops);
/linux/drivers/clk/qcom/
H A Dgcc-msm8909.c21 #include <dt-bindings/clock/qcom,gcc-msm8909.h>
2698 { .compatible = "qcom,gcc-msm8909" },
2711 .name = "gcc-msm8909",
2728 MODULE_DESCRIPTION("Qualcomm GCC MSM8909 Driver");
2730 MODULE_ALIAS("platform:gcc-msm8909");
H A Dclk-smd-rpm.c1295 { .compatible = "qcom,rpmcc-msm8909", .data = &rpm_clk_msm8909 },
/linux/drivers/thermal/qcom/
H A Dtsens.c1183 .compatible = "qcom,msm8909-tsens", in tsens_register_irq()