Searched refs:qcom_rpm_write (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/drivers/clk/qcom/ |
| D | clk-rpm.c | 129 ret = qcom_rpm_write(r->rpm, QCOM_RPM_ACTIVE_STATE, in clk_rpm_handoff() 133 ret = qcom_rpm_write(r->rpm, QCOM_RPM_SLEEP_STATE, in clk_rpm_handoff() 145 return qcom_rpm_write(r->rpm, QCOM_RPM_ACTIVE_STATE, in clk_rpm_set_rate_active() 153 return qcom_rpm_write(r->rpm, QCOM_RPM_SLEEP_STATE, in clk_rpm_set_rate_sleep() 265 ret = qcom_rpm_write(r->rpm, QCOM_RPM_ACTIVE_STATE, clk_id, &value, 1); in clk_rpm_xo_prepare() 286 ret = qcom_rpm_write(r->rpm, QCOM_RPM_ACTIVE_STATE, clk_id, &value, 1); in clk_rpm_xo_unprepare() 301 ret = qcom_rpm_write(r->rpm, QCOM_RPM_ACTIVE_STATE, in clk_rpm_fixed_prepare() 315 ret = qcom_rpm_write(r->rpm, QCOM_RPM_ACTIVE_STATE, in clk_rpm_fixed_unprepare()
|
| /Linux-v6.1/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-v6.1/drivers/mfd/ |
| D | qcom_rpm.c | 445 int qcom_rpm_write(struct qcom_rpm *rpm, in qcom_rpm_write() function 490 EXPORT_SYMBOL(qcom_rpm_write);
|
| /Linux-v6.1/drivers/regulator/ |
| D | qcom_rpm-regulator.c | 199 return qcom_rpm_write(vreg->rpm, in rpm_reg_write()
|