Lines Matching defs:rpm
16 #include <dt-bindings/mfd/qcom-rpm.h>
48 struct qcom_rpm *rpm;
199 return qcom_rpm_write(vreg->rpm,
927 { .compatible = "qcom,rpm-pm8018-regulators",
929 { .compatible = "qcom,rpm-pm8058-regulators", .data = &rpm_pm8058_regulators },
930 { .compatible = "qcom,rpm-pm8901-regulators", .data = &rpm_pm8901_regulators },
931 { .compatible = "qcom,rpm-pm8921-regulators", .data = &rpm_pm8921_regulators },
932 { .compatible = "qcom,rpm-smb208-regulators", .data = &rpm_smb208_regulators },
944 struct qcom_rpm *rpm;
946 rpm = dev_get_drvdata(pdev->dev.parent);
947 if (!rpm) {
948 dev_err(&pdev->dev, "unable to retrieve handle to rpm\n");
968 vreg->rpm = rpm;