| /linux/Documentation/devicetree/bindings/watchdog/ |
| H A D | qcom-wdt.yaml | 21 - qcom,apss-wdt-ipq5018 22 - qcom,apss-wdt-ipq5332 23 - qcom,apss-wdt-ipq5424 24 - qcom,apss-wdt-ipq9574 25 - qcom,apss-wdt-kaanapali 26 - qcom,apss-wdt-msm8226 27 - qcom,apss-wdt-msm8974 28 - qcom,apss-wdt-msm8994 29 - qcom,apss-wdt-qcm2290 30 - qcom,apss-wdt-qcs404 [all …]
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | qcom,ipq5424-apss-clk.yaml | 4 $id: http://devicetree.org/schemas/clock/qcom,ipq5424-apss-clk.yaml# 7 title: Qualcomm APSS IPQ5424 Clock Controller 19 - qcom,ipq5424-apss-clk 49 compatible = "qcom,ipq5424-apss-clk";
|
| /linux/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | qcom,mpm.yaml | 16 monitors the interrupts when the system is asleep, wakes up the APSS when 37 Phandle to the APSS MPM slice of the RPM Message RAM 42 Specify the IRQ used by RPM to wakeup APSS.
|
| /linux/drivers/clk/qcom/ |
| H A D | apss-ipq5424.c | 17 #include <dt-bindings/clock/qcom,apss-ipq.h> 241 { .compatible = "qcom,ipq5424-apss-clk" }, 249 .name = "apss-ipq5424-clk", 257 MODULE_DESCRIPTION("QCOM APSS IPQ5424 CLK Driver");
|
| H A D | apss-ipq6018.c | 15 #include <dt-bindings/clock/qcom,apss-ipq.h> 157 .name = "qcom,apss-ipq6018-clk", 163 MODULE_DESCRIPTION("QCOM APSS IPQ 6018 CLK Driver");
|
| H A D | Makefile | 34 obj-$(CONFIG_IPQ_APSS_PLL) += apss-ipq-pll.o 35 obj-$(CONFIG_IPQ_APSS_5424) += apss-ipq5424.o 36 obj-$(CONFIG_IPQ_APSS_6018) += apss-ipq6018.o
|
| H A D | apss-ipq-pll.c | 221 .name = "qcom-ipq-apss-pll", 227 MODULE_DESCRIPTION("Qualcomm technology Inc APSS ALPHA PLL Driver");
|
| H A D | Kconfig | 210 tristate "IPQ APSS PLL" 212 Support for APSS PLL on ipq devices. The APSS PLL is the main 218 tristate "IPQ5424 APSS Clock Controller" 222 Support for APSS Clock controller on Qualcomm IPQ5424 platform. 227 tristate "IPQ6018 APSS Clock Controller" 232 Support for APSS clock controller on IPQ platforms. The 233 APSS clock controller manages the Mux and enable block that feeds the
|
| /linux/Documentation/devicetree/bindings/soc/qcom/ |
| H A D | qcom,rpm-master-stats.yaml | 15 spanning a single subsystem (e.g. APSS, ADSP, CDSP). All of the RPM decisions 65 qcom,master-names = "APSS",
|
| /linux/Documentation/devicetree/bindings/mailbox/ |
| H A D | qcom-ipcc.yaml | 16 entity on the Application Processor Subsystem (APSS) that wants to listen to
|
| /linux/drivers/watchdog/ |
| H A D | qcom-wdt.c | 331 { .compatible = "qcom,apss-wdt-ipq5424", .data = &match_data_ipq5424 },
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | ipq5424.dtsi | 10 #include <dt-bindings/clock/qcom,apss-ipq.h> 590 compatible = "qcom,apss-wdt-ipq5424", "qcom,kpss-wdt"; 815 compatible = "qcom,ipq5424-apss-clk";
|
| H A D | sc7180.dtsi | 2713 funnel@7800000 { /* APSS Funnel */ 3706 compatible = "qcom,sc7180-apss-shared", 3707 "qcom,sdm845-apss-shared"; 3713 compatible = "qcom,apss-wdt-sc7180", "qcom,kpss-wdt";
|
| H A D | sm8150.dtsi | 3252 funnel@7800000 { /* APSS Funnel */ 4391 compatible = "qcom,sm8150-apss-shared", 4392 "qcom,sdm845-apss-shared"; 4398 compatible = "qcom,apss-wdt-sm8150", "qcom,kpss-wdt";
|
| H A D | talos.dtsi | 4140 compatible = "qcom,qcs615-apss-shared", 4141 "qcom,sdm845-apss-shared"; 4147 compatible = "qcom,apss-wdt-qcs615", "qcom,kpss-wdt";
|
| H A D | msm8996.dtsi | 2930 funnel@39b0000 { /* APSS Funnel 0 */ 3024 funnel@3bb0000 { /* APSS Funnel 1 */
|
| H A D | msm8917.dtsi | 1618 compatible = "qcom,apss-wdt-qcs404", "qcom,kpss-wdt";
|
| H A D | msm8937.dtsi | 1780 compatible = "qcom,apss-wdt-qcs404", "qcom,kpss-wdt";
|
| H A D | sdm845.dtsi | 3812 funnel@7800000 { /* APSS Funnel */ 5303 compatible = "qcom,apss-wdt-sdm845", "qcom,kpss-wdt"; 5310 compatible = "qcom,sdm845-apss-shared";
|
| H A D | sc8180x.dtsi | 3779 compatible = "qcom,sc8180x-apss-shared", "qcom,sdm845-apss-shared";
|
| /linux/drivers/mailbox/ |
| H A D | qcom-ipcc.c | 44 * @base: Base address of the IPCC frame associated to APSS
|
| /linux/drivers/soc/qcom/ |
| H A D | qcom_stats.c | 62 { "apss", 631, QCOM_SMEM_HOST_ANY },
|
| /linux/arch/arm/boot/dts/qcom/ |
| H A D | qcom-msm8226.dtsi | 153 qcom,master-names = "APSS", 419 compatible = "qcom,apss-wdt-msm8226", "qcom,kpss-wdt";
|
| H A D | qcom-sdx65.dtsi | 664 compatible = "qcom,apss-wdt-sdx65", "qcom,kpss-wdt";
|
| H A D | qcom-msm8974.dtsi | 128 qcom,master-names = "APSS", 358 compatible = "qcom,apss-wdt-msm8974", "qcom,kpss-wdt";
|