/linux/Documentation/devicetree/bindings/interconnect/ |
H A D | qcom,qcm2290.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/interconnect/qcom,qcm2290.yaml# 5 $schema: http://devicetree.org/meta-schema [all...] |
/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | qcom,rpm-proc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/remoteproc/qcom,rpm-pro [all...] |
/linux/drivers/interconnect/qcom/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 obj-$(CONFIG_INTERCONNECT_QCOM) += interconnect_qcom.o 5 interconnect_qcom-y := icc-common.o 6 icc-bcm-voter-objs := bcm-vote [all...] |
H A D | qcm2290.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Qualcomm QCM2290 Network-on-Chip (NoC) QoS driver 9 #include <dt-bindings/interconnect/qcom,qcm2290.h> 11 #include <linux/interconnect-provider.h> 19 #include "icc-rp [all...] |
/linux/Documentation/devicetree/bindings/clock/ |
H A D | qcom,rpmcc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
/linux/arch/arm64/boot/dts/qcom/ |
H A D | qcm2290.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 8 #include <dt-bindings/clock/qcom,dispcc-qcm2290.h> 9 #include <dt-bindings/clock/qcom,dsi-ph 209 rpm: remoteproc { global() label [all...] |
H A D | qrb2210-rb1.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 6 /dts-v1/; 8 #include <dt-bindings/leds/common.h> 9 #include "qcm2290.dtsi" 14 compatible = "qcom,qrb2210-rb1", "qcom,qrb2210", "qcom,qcm2290"; [all...] |
/linux/Documentation/devicetree/bindings/soc/qcom/ |
H A D | qcom,smd-rpm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/qcom/qcom,smd-rpm [all...] |
/linux/drivers/soc/qcom/ |
H A D | smd-rpm.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. 15 #include <linux/soc/qcom/smd-rpm.h> 20 * struct qcom_smd_rpm - state of the rpm device driver 22 * @dev: rpm devic 94 qcom_rpm_smd_write(struct qcom_smd_rpm * rpm,int state,u32 type,u32 id,void * buf,size_t count) qcom_rpm_smd_write() argument 156 struct qcom_smd_rpm *rpm = dev_get_drvdata(&rpdev->dev); qcom_smd_rpm_callback() local 197 struct qcom_smd_rpm *rpm; qcom_smd_rpm_probe() local [all...] |
H A D | socinfo.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (c) 2009-2017, The Linux Foundation. All rights reserved. 4 * Copyright (c) 2017-2019, Linaro Ltd. 22 #include <dt-bindings/arm/qcom,ids.h> 65 [SMEM_IMAGE_TABLE_RPM_INDEX] = "rpm", 245 { qcom_board_id_named(MSM8974PRO_AC, "MSM8974PRO-AC") }, 256 { qcom_board_id_named(APQ8074PRO_AA, "APQ8074PRO-AA") }, 257 { qcom_board_id_named(APQ8074PRO_AB, "APQ8074PRO-A [all...] |
/linux/Documentation/devicetree/bindings/power/ |
H A D | qcom,rpmpd.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
/linux/drivers/clk/qcom/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 2 obj-$(CONFIG_COMMON_CLK_QCOM) += clk-qcom.o 4 clk-qcom-y += common.o 5 clk-qcom-y += clk-regma [all...] |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 77 tristate "QCM2290 Graphics Clock Controller" 81 Support for the graphics clock controller on QCM2290 devices. 131 tristate "RPM based Clock Controller" 134 The RPM (Resource Power Manager) is a dedicated hardware engine for 139 Say Y if you want to support the clocks exposed by the RPM on 143 tristate "RPM ove [all...] |
/linux/Documentation/devicetree/bindings/arm/ |
H A D | qcom-soc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/arm/qcom-so [all...] |
/linux/include/dt-bindings/power/ |
H A D | qcom-rpmpd.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 398 /* QCM2290 Power Domains */ 408 /* RPM SMD Power Domain performance levels */
|