Home
last modified time | relevance | path

Searched full:qcom (Results 1 – 25 of 1707) sorted by relevance

12345678910>>...69

/linux/Documentation/devicetree/bindings/interconnect/
H A Dqcom,rpmh.yaml4 $id: http://devicetree.org/schemas/interconnect/qcom,rpmh.yaml#
27 - qcom,sc7180-aggre1-noc
28 - qcom,sc7180-aggre2-noc
29 - qcom,sc7180-camnoc-virt
30 - qcom,sc7180-compute-noc
31 - qcom,sc7180-config-noc
32 - qcom,sc7180-dc-noc
33 - qcom,sc7180-gem-noc
34 - qcom,sc7180-mc-virt
35 - qcom,sc7180-mmss-noc
[all …]
/linux/Documentation/devicetree/bindings/firmware/
H A Dqcom,scm.yaml4 $id: http://devicetree.org/schemas/firmware/qcom,scm.yaml#
7 title: QCOM Secure Channel Manager (SCM)
24 - qcom,scm-apq8064
25 - qcom,scm-apq8084
26 - qcom,scm-ipq4019
27 - qcom,scm-ipq5018
28 - qcom,scm-ipq5332
29 - qcom,scm-ipq5424
30 - qcom,scm-ipq6018
31 - qcom,scm-ipq806x
[all …]
/linux/Documentation/devicetree/bindings/arm/
H A Dqcom.yaml4 $id: http://devicetree.org/schemas/arm/qcom.yaml#
7 title: QCOM
15 followed by one or several "qcom,<SoC>" strings, describing the SoC used in
119 - qcom,apq8016-sbc
121 - const: qcom,apq8016
130 - const: qcom,apq8026
137 - qcom,apq8064-cm-qs600
138 - qcom,apq8064-ifc6410
139 - const: qcom,apq8064
143 - qcom,apq8074-dragonboard
[all …]
/linux/Documentation/devicetree/bindings/usb/
H A Dqcom,dwc3.yaml4 $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
12 # Use the combined qcom,snps-dwc3 instead
19 const: qcom,dwc3
27 - qcom,ipq4019-dwc3
28 - qcom,ipq5018-dwc3
29 - qcom,ipq5332-dwc3
30 - qcom,ipq5424-dwc3
31 - qcom,ipq6018-dwc3
32 - qcom,ipq8064-dwc3
33 - qcom,ipq8074-dwc3
[all …]
H A Dqcom,snps-dwc3.yaml4 $id: http://devicetree.org/schemas/usb/qcom,snps-dwc3.yaml#
19 const: qcom,snps-dwc3
27 - qcom,ipq4019-dwc3
28 - qcom,ipq5018-dwc3
29 - qcom,ipq5332-dwc3
30 - qcom,ipq5424-dwc3
31 - qcom,ipq6018-dwc3
32 - qcom,ipq8064-dwc3
33 - qcom,ipq8074-dwc3
34 - qcom,ipq9574-dwc3
[all …]
/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,rpmcc.yaml4 $id: http://devicetree.org/schemas/clock/qcom,rpmcc.yaml#
14 The clock enumerators are defined in <dt-bindings/clock/qcom,rpmcc.h> and
26 - qcom,rpmcc-apq8060
27 - qcom,rpmcc-apq8064
28 - qcom,rpmcc-ipq806x
29 - qcom,rpmcc-mdm9607
30 - qcom,rpmcc-msm8226
31 - qcom,rpmcc-msm8660
32 - qcom,rpmcc-msm8909
33 - qcom,rpmcc-msm8916
[all …]
/linux/drivers/usb/dwc3/
H A Ddwc3-qcom-legacy.c119 static void dwc3_qcom_vbus_override_enable(struct dwc3_qcom *qcom, bool enable) in dwc3_qcom_vbus_override_enable() argument
122 dwc3_qcom_setbits(qcom->qscratch_base, QSCRATCH_SS_PHY_CTRL, in dwc3_qcom_vbus_override_enable()
124 dwc3_qcom_setbits(qcom->qscratch_base, QSCRATCH_HS_PHY_CTRL, in dwc3_qcom_vbus_override_enable()
127 dwc3_qcom_clrbits(qcom->qscratch_base, QSCRATCH_SS_PHY_CTRL, in dwc3_qcom_vbus_override_enable()
129 dwc3_qcom_clrbits(qcom->qscratch_base, QSCRATCH_HS_PHY_CTRL, in dwc3_qcom_vbus_override_enable()
137 struct dwc3_qcom *qcom = container_of(nb, struct dwc3_qcom, vbus_nb); in dwc3_qcom_vbus_notifier() local
140 dwc3_qcom_vbus_override_enable(qcom, event); in dwc3_qcom_vbus_notifier()
141 qcom->mode = event ? USB_DR_MODE_PERIPHERAL : USB_DR_MODE_HOST; in dwc3_qcom_vbus_notifier()
149 struct dwc3_qcom *qcom = container_of(nb, struct dwc3_qcom, host_nb); in dwc3_qcom_host_notifier() local
152 dwc3_qcom_vbus_override_enable(qcom, !event); in dwc3_qcom_host_notifier()
[all …]
H A Ddwc3-qcom.c125 static void dwc3_qcom_vbus_override_enable(struct dwc3_qcom *qcom, bool enable) in dwc3_qcom_vbus_override_enable() argument
128 dwc3_qcom_setbits(qcom->qscratch_base, QSCRATCH_SS_PHY_CTRL, in dwc3_qcom_vbus_override_enable()
130 dwc3_qcom_setbits(qcom->qscratch_base, QSCRATCH_HS_PHY_CTRL, in dwc3_qcom_vbus_override_enable()
133 dwc3_qcom_clrbits(qcom->qscratch_base, QSCRATCH_SS_PHY_CTRL, in dwc3_qcom_vbus_override_enable()
135 dwc3_qcom_clrbits(qcom->qscratch_base, QSCRATCH_HS_PHY_CTRL, in dwc3_qcom_vbus_override_enable()
143 struct dwc3_qcom *qcom = container_of(nb, struct dwc3_qcom, vbus_nb); in dwc3_qcom_vbus_notifier() local
146 dwc3_qcom_vbus_override_enable(qcom, event); in dwc3_qcom_vbus_notifier()
147 qcom->mode = event ? USB_DR_MODE_PERIPHERAL : USB_DR_MODE_HOST; in dwc3_qcom_vbus_notifier()
155 struct dwc3_qcom *qcom = container_of(nb, struct dwc3_qcom, host_nb); in dwc3_qcom_host_notifier() local
158 dwc3_qcom_vbus_override_enable(qcom, !event); in dwc3_qcom_host_notifier()
[all …]
/linux/Documentation/devicetree/bindings/mfd/
H A Dqcom,tcsr.yaml4 $id: http://devicetree.org/schemas/mfd/qcom,tcsr.yaml#
20 - qcom,msm8976-tcsr
21 - qcom,msm8998-tcsr
22 - qcom,qcm2290-tcsr
23 - qcom,qcs404-tcsr
24 - qcom,qcs615-tcsr
25 - qcom,qcs8300-tcsr
26 - qcom,sa8255p-tcsr
27 - qcom,sa8775p-tcsr
28 - qcom,sc7180-tcsr
[all …]
/linux/Documentation/devicetree/bindings/phy/
H A Dqcom,sc8280xp-qmp-pcie-phy.yaml4 $id: http://devicetree.org/schemas/phy/qcom,sc8280xp-qmp-pcie-phy.yaml#
19 - qcom,qcs615-qmp-gen3x1-pcie-phy
20 - qcom,qcs8300-qmp-gen4x2-pcie-phy
21 - qcom,sa8775p-qmp-gen4x2-pcie-phy
22 - qcom,sa8775p-qmp-gen4x4-pcie-phy
23 - qcom,sar2130p-qmp-gen3x2-pcie-phy
24 - qcom,sc8180x-qmp-pcie-phy
25 - qcom,sc8280xp-qmp-gen3x1-pcie-phy
26 - qcom,sc8280xp-qmp-gen3x2-pcie-phy
27 - qcom,sc8280xp-qmp-gen3x4-pcie-phy
[all …]
H A Dqcom,sc8280xp-qmp-ufs-phy.yaml4 $id: http://devicetree.org/schemas/phy/qcom,sc8280xp-qmp-ufs-phy.yaml#
21 - qcom,qcs615-qmp-ufs-phy
22 - const: qcom,sm6115-qmp-ufs-phy
25 - qcom,qcs8300-qmp-ufs-phy
26 - const: qcom,sa8775p-qmp-ufs-phy
28 - qcom,msm8996-qmp-ufs-phy
29 - qcom,msm8998-qmp-ufs-phy
30 - qcom,sa8775p-qmp-ufs-phy
31 - qcom,sc7180-qmp-ufs-phy
32 - qcom,sc7280-qmp-ufs-phy
[all …]
/linux/Documentation/devicetree/bindings/iommu/
H A Darm,smmu.yaml26 - description: Qcom SoCs implementing "arm,smmu-v2"
29 - qcom,msm8996-smmu-v2
30 - qcom,msm8998-smmu-v2
31 - qcom,sdm630-smmu-v2
32 - qcom,sm6375-smmu-v2
33 - const: qcom,smmu-v2
35 - description: Qcom SoCs implementing "qcom,smmu-500" and "arm,mmu-500"
38 - qcom,milos-smmu-500
39 - qcom,qcm2290-smmu-500
40 - qcom,qcs615-smmu-500
[all …]
/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,adsp.yaml4 $id: http://devicetree.org/schemas/remoteproc/qcom,adsp.yaml#
19 - qcom,msm8226-adsp-pil
20 - qcom,msm8953-adsp-pil
21 - qcom,msm8974-adsp-pil
22 - qcom,msm8996-adsp-pil
23 - qcom,msm8996-slpi-pil
24 - qcom,msm8998-adsp-pas
25 - qcom,msm8998-slpi-pas
26 - qcom,sdm660-adsp-pas
27 - qcom,sdm845-adsp-pas
[all …]
H A Dqcom,sm8150-pas.yaml4 $id: http://devicetree.org/schemas/remoteproc/qcom,sm8150-pas.yaml#
21 - qcom,qcs615-adsp-pas
22 - const: qcom,sm8150-adsp-pas
25 - qcom,qcs615-cdsp-pas
26 - const: qcom,sm8150-cdsp-pas
28 - qcom,sc8180x-adsp-pas
29 - qcom,sc8180x-cdsp-pas
30 - qcom,sc8180x-slpi-pas
31 - qcom,sm8150-adsp-pas
32 - qcom,sm8150-cdsp-pas
[all …]
H A Dqcom,sm8550-pas.yaml4 $id: http://devicetree.org/schemas/remoteproc/qcom,sm8550-pas.yaml#
20 - qcom,sdx75-mpss-pas
21 - qcom,sm8550-adsp-pas
22 - qcom,sm8550-cdsp-pas
23 - qcom,sm8550-mpss-pas
24 - qcom,sm8650-adsp-pas
25 - qcom,sm8650-cdsp-pas
26 - qcom,sm8650-mpss-pas
27 - qcom,sm8750-mpss-pas
28 - qcom,x1e80100-adsp-pas
[all …]
/linux/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,smd-rpm.yaml4 $id: http://devicetree.org/schemas/soc/qcom/qcom,smd-rpm.yaml#
16 qcom,smd.yaml for the required edge properties. All SMD/GLINK related
23 Refer to Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.yaml
36 - qcom,rpm-apq8084
37 - qcom,rpm-mdm9607
38 - qcom,rpm-msm8226
39 - qcom,rpm-msm8610
40 - qcom,rpm-msm8909
41 - qcom,rpm-msm8916
42 - qcom,rpm-msm8917
[all …]
H A Dqcom,apr.yaml4 $id: http://devicetree.org/schemas/soc/qcom/qcom,apr.yaml#
20 - qcom,apr
21 - qcom,apr-v2
22 - qcom,gpr
27 qcom,apr-domain:
41 qcom,domain:
59 qcom,glink-channels:
64 qcom,intents:
79 qcom,smd-channels:
94 $ref: /schemas/soc/qcom/qcom,apr-services.yaml
[all …]
/linux/Documentation/devicetree/bindings/power/
H A Dqcom,rpmpd.yaml4 $id: http://devicetree.org/schemas/power/qcom,rpmpd.yaml#
20 - qcom,glymur-rpmhpd
21 - qcom,mdm9607-rpmpd
22 - qcom,milos-rpmhpd
23 - qcom,msm8226-rpmpd
24 - qcom,msm8909-rpmpd
25 - qcom,msm8916-rpmpd
26 - qcom,msm8917-rpmpd
27 - qcom,msm8939-rpmpd
28 - qcom,msm8953-rpmpd
[all …]
/linux/Documentation/devicetree/bindings/crypto/
H A Dqcom-qce.yaml4 $id: http://devicetree.org/schemas/crypto/qcom-qce.yaml#
20 - const: qcom,crypto-v5.1
24 - const: qcom,crypto-v5.4
30 - qcom,ipq4019-qce
31 - qcom,sm8150-qce
32 - const: qcom,qce
36 - qcom,ipq6018-qce
37 - qcom,ipq8074-qce
38 - qcom,ipq9574-qce
39 - qcom,msm8996-qce
[all …]
/linux/Documentation/devicetree/bindings/mmc/
H A Dsdhci-msm.yaml21 - qcom,sdhci-msm-v4
25 - qcom,apq8084-sdhci
26 - qcom,ipq4019-sdhci
27 - qcom,ipq8074-sdhci
28 - qcom,msm8226-sdhci
29 - qcom,msm8953-sdhci
30 - qcom,msm8974-sdhci
31 - qcom,msm8976-sdhci
32 - qcom,msm8916-sdhci
33 - qcom,msm8992-sdhci
[all …]
/linux/Documentation/devicetree/bindings/thermal/
H A Dqcom-tsens.yaml5 $id: http://devicetree.org/schemas/thermal/qcom-tsens.yaml#
8 title: QCOM SoC Temperature Sensor (TSENS)
14 QCOM SoCs have TSENS IP to allow temperature measurement. There are currently
25 - qcom,ipq8064-tsens
26 - qcom,msm8960-tsens
31 - qcom,mdm9607-tsens
32 - qcom,msm8226-tsens
33 - qcom,msm8909-tsens
34 - qcom,msm8916-tsens
35 - qcom,msm8939-tsens
[all …]
/linux/Documentation/devicetree/bindings/watchdog/
H A Dqcom-wdt.yaml4 $id: http://devicetree.org/schemas/watchdog/qcom-wdt.yaml#
20 - qcom,kpss-wdt-ipq4019
21 - qcom,apss-wdt-ipq5018
22 - qcom,apss-wdt-ipq5332
23 - qcom,apss-wdt-ipq5424
24 - qcom,apss-wdt-ipq9574
25 - qcom,apss-wdt-msm8226
26 - qcom,apss-wdt-msm8974
27 - qcom,apss-wdt-msm8994
28 - qcom,apss-wdt-qcm2290
[all …]
/linux/Documentation/devicetree/bindings/cpufreq/
H A Dcpufreq-qcom-hw.yaml4 $id: http://devicetree.org/schemas/cpufreq/cpufreq-qcom-hw.yaml#
24 - qcom,qcm2290-cpufreq-hw
25 - qcom,sc7180-cpufreq-hw
26 - qcom,sc8180x-cpufreq-hw
27 - qcom,sdm670-cpufreq-hw
28 - qcom,sdm845-cpufreq-hw
29 - qcom,sm6115-cpufreq-hw
30 - qcom,sm6350-cpufreq-hw
31 - qcom,sm8150-cpufreq-hw
32 - const: qcom,cpufreq-hw
[all …]
/linux/Documentation/devicetree/bindings/display/msm/
H A Ddsi-controller-main.yaml17 - qcom,apq8064-dsi-ctrl
18 - qcom,msm8226-dsi-ctrl
19 - qcom,msm8916-dsi-ctrl
20 - qcom,msm8953-dsi-ctrl
21 - qcom,msm8974-dsi-ctrl
22 - qcom,msm8976-dsi-ctrl
23 - qcom,msm8996-dsi-ctrl
24 - qcom,msm8998-dsi-ctrl
25 - qcom,qcm2290-dsi-ctrl
26 - qcom,sa8775p-dsi-ctrl
[all …]
/linux/Documentation/devicetree/bindings/ufs/
H A Dqcom,ufs.yaml4 $id: http://devicetree.org/schemas/ufs/qcom,ufs.yaml#
18 const: qcom,ufshc
26 - qcom,msm8994-ufshc
27 - qcom,msm8996-ufshc
28 - qcom,msm8998-ufshc
29 - qcom,qcs615-ufshc
30 - qcom,qcs8300-ufshc
31 - qcom,sa8775p-ufshc
32 - qcom,sc7180-ufshc
33 - qcom,sc7280-ufshc
[all …]

12345678910>>...69