| /linux/Documentation/devicetree/bindings/interconnect/ |
| H A D | qcom,msm8974.yaml | 4 $id: http://devicetree.org/schemas/interconnect/qcom,msm8974.yaml# 7 title: Qualcomm MSM8974 Network-On-Chip Interconnect 13 The Qualcomm MSM8974 interconnect providers support setting system 22 - qcom,msm8974-bimc 23 - qcom,msm8974-cnoc 24 - qcom,msm8974-mmssnoc 25 - qcom,msm8974-ocmemnoc 26 - qcom,msm8974-pnoc 27 - qcom,msm8974-snoc 48 const: qcom,msm8974-mmssnoc [all …]
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | qcom,gcc-msm8974.yaml | 4 $id: http://devicetree.org/schemas/clock/qcom,gcc-msm8974.yaml# 7 title: Qualcomm Global Clock & Reset Controller on MSM8974 (including Pro) and MSM8226 16 domains on MSM8974 (all variants) and MSM8226. 19 include/dt-bindings/clock/qcom,gcc-msm8974.h (qcom,gcc-msm8226 and qcom,gcc-msm8974) 20 include/dt-bindings/reset/qcom,gcc-msm8974.h (qcom,gcc-msm8226 and qcom,gcc-msm8974) 28 - qcom,gcc-msm8974 52 compatible = "qcom,gcc-msm8974";
|
| H A D | qcom,hfpll.yaml | 19 - qcom,msm8974-hfpll 63 compatible = "qcom,msm8974-hfpll";
|
| H A D | qcom,kpss-gcc.yaml | 23 - qcom,kpss-gcc-msm8974 56 - qcom,kpss-gcc-msm8974
|
| H A D | qcom,gcc-msm8660.yaml | 45 # Example for GCC for MSM8974:
|
| /linux/Documentation/devicetree/bindings/sram/ |
| H A D | qcom,ocmem.yaml | 20 - qcom,msm8974-ocmem # v1.4.0 71 - qcom,msm8974-ocmem 101 #include <dt-bindings/clock/qcom,mmcc-msm8974.h> 104 compatible = "qcom,msm8974-ocmem";
|
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | qcom,usb-hsic-phy.yaml | 18 - qcom,usb-hsic-phy-msm8974 54 #include <dt-bindings/clock/qcom,gcc-msm8974.h> 57 compatible = "qcom,usb-hsic-phy-msm8974",
|
| H A D | qcom,usb-hs-phy.yaml | 48 - qcom,usb-hs-phy-msm8974 104 compatible = "qcom,usb-hs-phy-msm8974", "qcom,usb-hs-phy";
|
| /linux/arch/arm/boot/dts/qcom/ |
| H A D | qcom-msm8974-sony-xperia-rhine-togari.dts | 2 #include "qcom-msm8974-sony-xperia-rhine.dtsi" 9 compatible = "sony,xperia-togari", "qcom,msm8974";
|
| H A D | qcom-msm8974-sony-xperia-rhine-honami.dts | 2 #include "qcom-msm8974-sony-xperia-rhine.dtsi" 6 compatible = "sony,xperia-honami", "qcom,msm8974";
|
| H A D | qcom-msm8974-sony-xperia-rhine-amami.dts | 2 #include "qcom-msm8974-sony-xperia-rhine.dtsi" 6 compatible = "sony,xperia-amami", "qcom,msm8974";
|
| H A D | qcom-msm8974pro-samsung-klte.dts | 6 compatible = "samsung,klte", "qcom,msm8974pro", "qcom,msm8974";
|
| H A D | qcom-msm8974pro-samsung-kltechn.dts | 6 compatible = "samsung,kltechn", "samsung,klte", "qcom,msm8974pro", "qcom,msm8974";
|
| H A D | qcom-msm8974pro.dtsi | 2 #include "qcom-msm8974.dtsi"
|
| H A D | qcom-msm8974pro-sony-xperia-shinano-leo.dts | 6 compatible = "sony,xperia-leo", "qcom,msm8974pro", "qcom,msm8974";
|
| H A D | qcom-msm8974pro-sony-xperia-shinano-aries.dts | 6 compatible = "sony,xperia-aries", "qcom,msm8974pro", "qcom,msm8974";
|
| /linux/Documentation/devicetree/bindings/soc/qcom/ |
| H A D | qcom,saw2.yaml | 41 - qcom,msm8974-saw2-v2.1-cpu 42 - qcom,msm8974-saw2-v2.1-l2 87 compatible = "qcom,msm8974-saw2-v2.1-cpu", "qcom,saw2";
|
| H A D | qcom-stats.yaml | 29 - qcom,msm8974-rpm-stats
|
| /linux/drivers/interconnect/qcom/ |
| H A D | Makefile | 16 qnoc-msm8974-objs := msm8974.o 61 obj-$(CONFIG_INTERCONNECT_QCOM_MSM8974) += qnoc-msm8974.o
|
| H A D | msm8974.c | 12 * Network On Chip (NOC) for the msm8974: 30 #include <dt-bindings/interconnect/qcom,msm8974.h> 1579 { .compatible = "qcom,msm8974-bimc", .data = &msm8974_bimc}, 1580 { .compatible = "qcom,msm8974-cnoc", .data = &msm8974_cnoc}, 1581 { .compatible = "qcom,msm8974-mmssnoc", .data = &msm8974_mnoc}, 1582 { .compatible = "qcom,msm8974-ocmemnoc", .data = &msm8974_onoc}, 1583 { .compatible = "qcom,msm8974-pnoc", .data = &msm8974_pnoc}, 1584 { .compatible = "qcom,msm8974-snoc", .data = &msm8974_snoc}, 1593 .name = "qnoc-msm8974", 1599 MODULE_DESCRIPTION("Qualcomm MSM8974 NoC driver");
|
| H A D | Kconfig | 84 tristate "Qualcomm MSM8974 interconnect driver" 89 This is a driver for the Qualcomm Network-on-Chip on msm8974-based
|
| /linux/Documentation/devicetree/bindings/dma/ |
| H A D | qcom,bam-dma.yaml | 22 # MSM8974, APQ8074 and APQ8084 110 #include <dt-bindings/clock/qcom,gcc-msm8974.h>
|
| /linux/Documentation/devicetree/bindings/display/msm/ |
| H A D | qcom,mdp5.yaml | 10 MDP5 display controller found in SoCs like MSM8974, APQ8084, MSM8916, MSM8994 30 - qcom,msm8974-mdp5
|
| /linux/Documentation/devicetree/bindings/hwlock/ |
| H A D | qcom-hwspinlock.yaml | 31 - qcom,msm8974-tcsr-mutex
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | qcom,tcsr.yaml | 59 - qcom,tcsr-msm8974
|