Home
last modified time | relevance | path

Searched full:aoss (Results 1 – 24 of 24) sorted by relevance

/linux/Documentation/devicetree/bindings/reset/
H A Dqcom,aoss-reset.yaml4 $id: http://devicetree.org/schemas/reset/qcom,aoss-reset.yaml#
7 title: Qualcomm AOSS Reset Controller
13 The bindings describe the reset-controller found on AOSS-CC (always on
21 - const: qcom,sc7180-aoss-cc
22 - const: qcom,sdm845-aoss-cc
26 - const: qcom,sc7280-aoss-cc
27 - const: qcom,sdm845-aoss-cc
31 - const: qcom,sdm845-aoss-cc
49 compatible = "qcom,sdm845-aoss-cc";
/linux/drivers/soc/qcom/
H A Dqcom_aoss.c18 #include "trace-aoss.h"
216 * qmp_send() - send a message to the AOSS
221 * Transmit message to AOSS and wait for the AOSS to acknowledge the message.
603 "aoss-qmp", qmp); in qmp_probe()
619 dev_err(&pdev->dev, "failed to register aoss cooling devices\n"); in qmp_probe()
649 { .compatible = "qcom,sc7180-aoss-qmp", },
650 { .compatible = "qcom,sc7280-aoss-qmp", },
651 { .compatible = "qcom,sdm845-aoss-qmp", },
652 { .compatible = "qcom,sm8150-aoss-qmp", },
653 { .compatible = "qcom,sm8250-aoss-qmp", },
[all …]
/linux/drivers/reset/
H A Dreset-qcom-aoss.c12 #include <dt-bindings/reset/qcom,sdm845-aoss.h>
116 { .compatible = "qcom,sdm845-aoss-cc", .data = &sdm845_aoss_desc },
131 MODULE_DESCRIPTION("Qualcomm AOSS Reset Driver");
H A DKconfig186 tristate "Qcom AOSS Reset Driver"
189 This enables the AOSS (always on subsystem) reset driver
191 reset signals provided by AOSS for Modem, Venus, ADSP,
H A DMakefile29 obj-$(CONFIG_RESET_QCOM_AOSS) += reset-qcom-aoss.o
/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,sc7180-mss-pil.yaml86 - description: AOSS restart
130 description: Reference to the AOSS side-channel message RAM.
193 #include <dt-bindings/reset/qcom,sdm845-aoss.h>
H A Dqcom,sc7280-mss-pil.yaml86 - description: AOSS restart
144 description: Reference to the AOSS side-channel message RAM.
211 #include <dt-bindings/reset/qcom,sdm845-aoss.h>
H A Dqcom,sc7280-adsp-pil.yaml101 description: Reference to the AOSS side-channel message RAM.
146 #include <dt-bindings/reset/qcom,sdm845-aoss.h>
H A Dqcom,sc8180x-pas.yaml36 description: Reference to the AOSS side-channel message RAM.
H A Dqcom,sdx55-pas.yaml54 description: Reference to the AOSS side-channel message RAM.
H A Dqcom,sc8280xp-pas.yaml36 description: Reference to the AOSS side-channel message RAM.
H A Dqcom,sm6350-pas.yaml36 description: Reference to the AOSS side-channel message RAM.
H A Dqcom,sm8150-pas.yaml40 description: Reference to the AOSS side-channel message RAM.
H A Dqcom,sc7180-pas.yaml43 description: Reference to the AOSS side-channel message RAM.
H A Dqcom,adsp.yaml42 description: Reference to the AOSS side-channel message RAM.
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm4709-buffalo-wxr-1900dhp.dts93 button-aoss {
94 label = "AOSS";
H A Dbcm47081-buffalo-wzr-600dhp2.dts94 button-aoss {
95 label = "AOSS";
H A Dbcm4708-buffalo-wzr-1750dhp.dts109 button-aoss {
110 label = "AOSS";
H A Dbcm4708-buffalo-wzr-1166dhp-common.dtsi113 button-aoss {
114 label = "AOSS";
/linux/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom-stats.yaml36 description: Reference to the AOSS side-channel message RAM
/linux/drivers/net/ipa/
H A Dipa_power.c41 * @qmp: QMP handle for AOSS communication
/linux/arch/arm64/boot/dts/qcom/
H A Dsa8775p.dtsi563 aoss_backup_mem: aoss-backup@91b00000 {
4225 compatible = "qcom,sa8775p-aoss-qmp", "qcom,aoss-qmp";
5418 aoss-0-thermal {
5648 aoss-1-thermal {
5878 aoss-2-thermal {
6132 aoss-3-thermal {
H A Dx1e80100.dtsi5647 compatible = "qcom,x1e80100-aoss-qmp", "qcom,aoss-qmp";
/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gmu.c1067 /* Notify AOSS about the ACD state (unimplemented for now => disable it) */ in a6xx_gmu_resume()