Searched refs:qmp_send (Results 1 – 2 of 2) 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()