/linux/Documentation/devicetree/bindings/reset/ |
H A D | qcom,aoss-reset.yaml | 4 $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 D | qcom_aoss.c | 18 #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 D | reset-qcom-aoss.c | 12 #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 D | Kconfig | 186 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 D | Makefile | 29 obj-$(CONFIG_RESET_QCOM_AOSS) += reset-qcom-aoss.o
|
/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | qcom,sc7180-mss-pil.yaml | 86 - description: AOSS restart 130 description: Reference to the AOSS side-channel message RAM. 193 #include <dt-bindings/reset/qcom,sdm845-aoss.h>
|
H A D | qcom,sc7280-mss-pil.yaml | 86 - description: AOSS restart 144 description: Reference to the AOSS side-channel message RAM. 211 #include <dt-bindings/reset/qcom,sdm845-aoss.h>
|
H A D | qcom,sc7280-adsp-pil.yaml | 101 description: Reference to the AOSS side-channel message RAM. 146 #include <dt-bindings/reset/qcom,sdm845-aoss.h>
|
H A D | qcom,sc8180x-pas.yaml | 36 description: Reference to the AOSS side-channel message RAM.
|
H A D | qcom,sdx55-pas.yaml | 54 description: Reference to the AOSS side-channel message RAM.
|
H A D | qcom,sc8280xp-pas.yaml | 36 description: Reference to the AOSS side-channel message RAM.
|
H A D | qcom,sm6350-pas.yaml | 36 description: Reference to the AOSS side-channel message RAM.
|
H A D | qcom,sm8150-pas.yaml | 40 description: Reference to the AOSS side-channel message RAM.
|
H A D | qcom,sc7180-pas.yaml | 43 description: Reference to the AOSS side-channel message RAM.
|
H A D | qcom,adsp.yaml | 42 description: Reference to the AOSS side-channel message RAM.
|
/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm4709-buffalo-wxr-1900dhp.dts | 93 button-aoss { 94 label = "AOSS";
|
H A D | bcm47081-buffalo-wzr-600dhp2.dts | 94 button-aoss { 95 label = "AOSS";
|
H A D | bcm4708-buffalo-wzr-1750dhp.dts | 109 button-aoss { 110 label = "AOSS";
|
H A D | bcm4708-buffalo-wzr-1166dhp-common.dtsi | 113 button-aoss { 114 label = "AOSS";
|
/linux/Documentation/devicetree/bindings/soc/qcom/ |
H A D | qcom-stats.yaml | 36 description: Reference to the AOSS side-channel message RAM
|
/linux/drivers/net/ipa/ |
H A D | ipa_power.c | 41 * @qmp: QMP handle for AOSS communication
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sa8775p.dtsi | 563 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 D | x1e80100.dtsi | 5647 compatible = "qcom,x1e80100-aoss-qmp", "qcom,aoss-qmp";
|
/linux/drivers/gpu/drm/msm/adreno/ |
H A D | a6xx_gmu.c | 1067 /* Notify AOSS about the ACD state (unimplemented for now => disable it) */ in a6xx_gmu_resume()
|