| H A D | qcom_rpm.c | 20 #include <dt-bindings/mfd/qcom-rpm.h> 60 #define RPM_STATUS_REG(rpm, i) ((rpm)->status_regs + (i) * 4) argument 61 #define RPM_CTRL_REG(rpm, i) ((rpm)->ctrl_regs + (i) * 4) argument 62 #define RPM_REQ_REG(rpm, i) ((rpm)->req_regs + (i) * 4) argument 439 { .compatible = "qcom,rpm-apq8064", .data = &apq8064_template }, 440 { .compatible = "qcom,rpm-msm8660", .data = &msm8660_template }, 441 { .compatible = "qcom,rpm 447 qcom_rpm_write(struct qcom_rpm * rpm,int state,int resource,u32 * buf,size_t count) qcom_rpm_write() argument 496 struct qcom_rpm *rpm = dev; qcom_rpm_ack_interrupt() local 518 struct qcom_rpm *rpm = dev; qcom_rpm_err_interrupt() local 534 struct qcom_rpm *rpm; qcom_rpm_probe() local [all...] |