Lines Matching defs:qmp
51 struct qmp *qmp; member
69 struct qmp { struct
84 struct qmp_cooling_device *cooling_devs; argument
87 static void qmp_kick(struct qmp *qmp) in qmp_kick()
93 static bool qmp_magic_valid(struct qmp *qmp) in qmp_magic_valid()
98 static bool qmp_link_acked(struct qmp *qmp) in qmp_link_acked()
103 static bool qmp_mcore_channel_acked(struct qmp *qmp) in qmp_mcore_channel_acked()
108 static bool qmp_ucore_channel_up(struct qmp *qmp) in qmp_ucore_channel_up()
113 static int qmp_open(struct qmp *qmp) in qmp_open()
184 static void qmp_close(struct qmp *qmp) in qmp_close()
193 struct qmp *qmp = data; in qmp_intr() local
200 static bool qmp_message_empty(struct qmp *qmp) in qmp_message_empty()
217 int qmp_send(struct qmp *qmp, const char *fmt, ...) in qmp_send()
268 struct qmp *qmp = container_of(hw, struct qmp, qdss_clk); in qmp_qdss_clk_prepare() local
276 struct qmp *qmp = container_of(hw, struct qmp, qdss_clk); in qmp_qdss_clk_unprepare() local
286 static int qmp_qdss_clk_add(struct qmp *qmp) in qmp_qdss_clk_add()
311 static void qmp_qdss_clk_remove(struct qmp *qmp) in qmp_qdss_clk_remove()
360 static int qmp_cooling_device_add(struct qmp *qmp, in qmp_cooling_device_add()
381 static int qmp_cooling_devices_register(struct qmp *qmp) in qmp_cooling_devices_register()
421 static void qmp_cooling_devices_remove(struct qmp *qmp) in qmp_cooling_devices_remove()
439 struct qmp *qmp; in qmp_get() local
467 void qmp_put(struct qmp *qmp) in qmp_put()
480 struct qmp *qmp; in qmp_probe() local
538 struct qmp *qmp = platform_get_drvdata(pdev); in qmp_remove() local