Searched refs:qmp_send (Results 1 – 3 of 3) sorted by relevance
16 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
229 ret = qmp_send(power->qmp, fmt, enable ? '1' : '0'); in ipa_power_retention()
211 ret = qmp_send(qcom_stats_qmp, "{class: ddr, action: freqsync}"); in qcom_ddr_stats_show()