Home
last modified time | relevance | path

Searched refs:qmp_send (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/linux/soc/qcom/
H A Dqcom_aoss.h16 int qmp_send(struct qmp *qmp, const char *fmt, ...);
22 static inline int qmp_send(struct qmp *qmp, const char *fmt, ...) in qmp_send() function
/linux-6.15/drivers/soc/qcom/
H A Dqcom_aoss.c228 int __printf(2, 3) qmp_send(struct qmp *qmp, const char *fmt, ...) in qmp_send() function
278 EXPORT_SYMBOL_GPL(qmp_send);
285 return qmp_send(qmp, buf); in qmp_qdss_clk_prepare()
293 qmp_send(qmp, buf); in qmp_qdss_clk_unprepare()
361 ret = qmp_send(qmp_cdev->qmp, "{class: volt_flr, event:zero_temp, res:%s, value:%s}", in qmp_cdev_set_cur_state()
547 ret = qmp_send(qmp, buf); in qmp_debugfs_write()
/linux-6.15/drivers/net/ipa/
H A Dipa_power.c229 ret = qmp_send(power->qmp, fmt, enable ? '1' : '0'); in ipa_power_retention()
/linux-6.15/drivers/remoteproc/
H A Dqcom_q6v5.c31 ret = qmp_send(q6v5->qmp, "{class: image, res: load_state, name: %s, val: %s}", in q6v5_load_state_toggle()
/linux-6.15/drivers/gpu/drm/msm/adreno/
H A Da6xx_gmu.c1069 ret = qmp_send(gmu->qmp, "{class: gpu, res: acd, val: %d}", in a6xx_gmu_resume()