Lines Matching +full:smd +full:- +full:rpm
1 // SPDX-License-Identifier: GPL-2.0
3 * RPM over SMD communication wrapper for interconnects
9 #include <linux/interconnect-provider.h>
12 #include <linux/soc/qcom/smd-rpm.h>
14 #include "icc-rpm.h"
54 if (clk->branch) in qcom_icc_rpm_set_bus_rate()
60 clk->resource_type, in qcom_icc_rpm_set_bus_rate()
61 clk->clock_id, in qcom_icc_rpm_set_bus_rate()
73 icc_smd_rpm = dev_get_drvdata(pdev->dev.parent); in qcom_icc_rpm_smd_probe()
76 dev_err(&pdev->dev, "unable to retrieve handle to RPM\n"); in qcom_icc_rpm_smd_probe()
77 return -ENODEV; in qcom_icc_rpm_smd_probe()
92 MODULE_DESCRIPTION("Qualcomm SMD RPM interconnect proxy driver");