Home
last modified time | relevance | path

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

/linux/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/drivers/net/ipa/
H A Dipa_power.c229 ret = qmp_send(power->qmp, fmt, enable ? '1' : '0'); in ipa_power_retention()
/linux/drivers/soc/qcom/
H A Dqcom_stats.c211 ret = qmp_send(qcom_stats_qmp, "{class: ddr, action: freqsync}"); in qcom_ddr_stats_show()