Searched refs:qcom_rpm_write (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/clk/qcom/ |
D | clk-rpm.c | 185 ret = qcom_rpm_write(r->rpm, QCOM_RPM_ACTIVE_STATE, in clk_rpm_handoff() 189 ret = qcom_rpm_write(r->rpm, QCOM_RPM_SLEEP_STATE, in clk_rpm_handoff() 201 return qcom_rpm_write(r->rpm, QCOM_RPM_ACTIVE_STATE, in clk_rpm_set_rate_active() 209 return qcom_rpm_write(r->rpm, QCOM_RPM_SLEEP_STATE, in clk_rpm_set_rate_sleep() 321 ret = qcom_rpm_write(r->rpm, QCOM_RPM_ACTIVE_STATE, clk_id, &value, 1); in clk_rpm_xo_prepare() 342 ret = qcom_rpm_write(r->rpm, QCOM_RPM_ACTIVE_STATE, clk_id, &value, 1); in clk_rpm_xo_unprepare() 357 ret = qcom_rpm_write(r->rpm, QCOM_RPM_ACTIVE_STATE, in clk_rpm_fixed_prepare() 371 ret = qcom_rpm_write(r->rpm, QCOM_RPM_ACTIVE_STATE, in clk_rpm_fixed_unprepare()
|
/Linux-v4.19/include/linux/mfd/ |
D | qcom_rpm.h | 12 int qcom_rpm_write(struct qcom_rpm *rpm, int state, int resource, u32 *buf, size_t count);
|
/Linux-v4.19/drivers/mfd/ |
D | qcom_rpm.c | 453 int qcom_rpm_write(struct qcom_rpm *rpm, in qcom_rpm_write() function 498 EXPORT_SYMBOL(qcom_rpm_write);
|
/Linux-v4.19/drivers/regulator/ |
D | qcom_rpm-regulator.c | 207 return qcom_rpm_write(vreg->rpm, in rpm_reg_write()
|