Home
last modified time | relevance | path

Searched full:sa8775p (Results 1 – 25 of 51) sorted by relevance

123

/linux-6.8/Documentation/devicetree/bindings/interconnect/
Dqcom,sa8775p-rpmh.yaml4 $id: http://devicetree.org/schemas/interconnect/qcom,sa8775p-rpmh.yaml#
7 title: Qualcomm RPMh Network-On-Chip Interconnect on SA8775P
16 See also:: include/dt-bindings/interconnect/qcom,sa8775p.h
21 - qcom,sa8775p-aggre1-noc
22 - qcom,sa8775p-aggre2-noc
23 - qcom,sa8775p-clk-virt
24 - qcom,sa8775p-config-noc
25 - qcom,sa8775p-dc-noc
26 - qcom,sa8775p-gem-noc
27 - qcom,sa8775p-gpdsp-anoc
[all …]
/linux-6.8/Documentation/devicetree/bindings/pinctrl/
Dqcom,sa8775p-tlmm.yaml4 $id: http://devicetree.org/schemas/pinctrl/qcom,sa8775p-tlmm.yaml#
7 title: Qualcomm Technologies, Inc. SA8775P TLMM block
13 Top Level Mode Multiplexer pin controller in Qualcomm SA8775P SoC.
20 const: qcom,sa8775p-tlmm
38 - $ref: "#/$defs/qcom-sa8775p-tlmm-state"
41 $ref: "#/$defs/qcom-sa8775p-tlmm-state"
45 qcom-sa8775p-tlmm-state:
111 compatible = "qcom,sa8775p-tlmm";
/linux-6.8/Documentation/devicetree/bindings/clock/
Dqcom,sa8775p-gcc.yaml4 $id: http://devicetree.org/schemas/clock/qcom,sa8775p-gcc.yaml#
7 title: Qualcomm Global Clock & Reset Controller on sa8775p
14 power domains on sa8775p.
16 See also:: include/dt-bindings/clock/qcom,sa8775p-gcc.h
20 const: qcom,sa8775p-gcc
61 compatible = "qcom,sa8775p-gcc";
Dqcom,gpucc.yaml18 include/dt-bindings/clock/qcom,gpucc-sa8775p.h
31 - qcom,sa8775p-gpucc
Dqcom,rpmhcc.yaml21 - qcom,sa8775p-rpmh-clk
/linux-6.8/Documentation/devicetree/bindings/phy/
Dqcom,sa8775p-dwmac-sgmii-phy.yaml4 $id: http://devicetree.org/schemas/phy/qcom,sa8775p-dwmac-sgmii-phy.yaml#
18 const: qcom,sa8775p-dwmac-sgmii-phy
48 #include <dt-bindings/clock/qcom,sa8775p-gcc.h>
50 compatible = "qcom,sa8775p-dwmac-sgmii-phy";
Dqcom,sc8280xp-qmp-pcie-phy.yaml19 - qcom,sa8775p-qmp-gen4x2-pcie-phy
20 - qcom,sa8775p-qmp-gen4x4-pcie-phy
181 - qcom,sa8775p-qmp-gen4x2-pcie-phy
182 - qcom,sa8775p-qmp-gen4x4-pcie-phy
Dqcom,sc8280xp-qmp-usb3-uni-phy.yaml25 - qcom,sa8775p-qmp-usb3-uni-phy
134 - qcom,sa8775p-qmp-usb3-uni-phy
174 - qcom,sa8775p-qmp-usb3-uni-phy
Dqcom,sc8280xp-qmp-ufs-phy.yaml21 - qcom,sa8775p-qmp-ufs-phy
89 - qcom,sa8775p-qmp-ufs-phy
/linux-6.8/arch/arm64/boot/dts/qcom/
Dsa8775p.dtsi9 #include <dt-bindings/clock/qcom,sa8775p-gcc.h>
10 #include <dt-bindings/clock/qcom,sa8775p-gpucc.h>
11 #include <dt-bindings/interconnect/qcom,sa8775p-rpmh.h>
210 compatible = "qcom,scm-sa8775p", "qcom,scm";
215 compatible = "qcom,sa8775p-aggre1-noc";
221 compatible = "qcom,sa8775p-aggre2-noc";
227 compatible = "qcom,sa8775p-clk-virt";
233 compatible = "qcom,sa8775p-config-noc";
239 compatible = "qcom,sa8775p-dc-noc";
245 compatible = "qcom,sa8775p-gem-noc";
[all …]
Dsa8775p-ride.dts11 #include "sa8775p.dtsi"
12 #include "sa8775p-pmics.dtsi"
15 model = "Qualcomm SA8775P Ride";
16 compatible = "qcom,sa8775p-ride", "qcom,sa8775p";
/linux-6.8/drivers/interconnect/qcom/
DMakefile16 qnoc-sa8775p-objs := sa8775p.o
48 obj-$(CONFIG_INTERCONNECT_QCOM_SA8775P) += qnoc-sa8775p.o
Dsa8775p.c13 #include <dt-bindings/interconnect/qcom,sa8775p-rpmh.h>
2502 { .compatible = "qcom,sa8775p-aggre1-noc", .data = &sa8775p_aggre1_noc, },
2503 { .compatible = "qcom,sa8775p-aggre2-noc", .data = &sa8775p_aggre2_noc, },
2504 { .compatible = "qcom,sa8775p-clk-virt", .data = &sa8775p_clk_virt, },
2505 { .compatible = "qcom,sa8775p-config-noc", .data = &sa8775p_config_noc, },
2506 { .compatible = "qcom,sa8775p-dc-noc", .data = &sa8775p_dc_noc, },
2507 { .compatible = "qcom,sa8775p-gem-noc", .data = &sa8775p_gem_noc, },
2508 { .compatible = "qcom,sa8775p-gpdsp-anoc", .data = &sa8775p_gpdsp_anoc, },
2509 { .compatible = "qcom,sa8775p-lpass-ag-noc", .data = &sa8775p_lpass_ag_noc, },
2510 { .compatible = "qcom,sa8775p-mc-virt", .data = &sa8775p_mc_virt, },
[all …]
DKconfig96 tristate "Qualcomm SA8775P interconnect driver"
101 This is a driver for the Qualcomm Network-on-Chip on sa8775p-based
/linux-6.8/Documentation/devicetree/bindings/usb/
Dqcom,dwc3.yaml29 - qcom,sa8775p-dwc3
198 - qcom,sa8775p-dwc3
443 - qcom,sa8775p-dwc3
/linux-6.8/drivers/clk/qcom/
Dgpucc-sa8775p.c15 #include <dt-bindings/clock/qcom,sa8775p-gpucc.h>
585 { .compatible = "qcom,sa8775p-gpucc" },
607 .name = "gpu_cc-sa8775p",
624 MODULE_DESCRIPTION("SA8775P GPUCC driver");
DMakefile77 obj-$(CONFIG_SA_GCC_8775P) += gcc-sa8775p.o
78 obj-$(CONFIG_SA_GPUCC_8775P) += gpucc-sa8775p.o
/linux-6.8/Documentation/devicetree/bindings/pci/
Dqcom,pcie.yaml32 - qcom,pcie-sa8775p
220 - qcom,pcie-sa8775p
810 - qcom,pcie-sa8775p
835 - qcom,pcie-sa8775p
877 - qcom,pcie-sa8775p
/linux-6.8/Documentation/devicetree/bindings/ufs/
Dqcom,ufs.yaml29 - qcom,sa8775p-ufshc
121 - qcom,sa8775p-ufshc
/linux-6.8/Documentation/devicetree/bindings/crypto/
Dqcom,prng.yaml20 - qcom,sa8775p-trng
Dqcom,inline-crypto-engine.yaml16 - qcom,sa8775p-inline-crypto-engine
/linux-6.8/Documentation/devicetree/bindings/mailbox/
Dqcom-ipcc.yaml28 - qcom,sa8775p-ipcc
/linux-6.8/Documentation/devicetree/bindings/net/
Dqcom,ethqos.yaml23 - qcom,sa8775p-ethqos
/linux-6.8/drivers/pinctrl/qcom/
DKconfig.msm201 tristate "Qualcomm Technologies Inc SA8775P pin controller driver"
205 TLMM block found on the Qualcomm SA8775P platforms.
/linux-6.8/Documentation/devicetree/bindings/iommu/
Darm,smmu.yaml40 - qcom,sa8775p-smmu-500
86 - qcom,sa8775p-smmu-500
386 - qcom,sa8775p-smmu-500

123