Lines Matching defs:qmp

51 	struct qmp *qmp;  member
69 struct qmp { struct
85 struct qmp_cooling_device *cooling_devs; argument
89 struct qmp *qmp; argument
95 static void qmp_kick(struct qmp *qmp) in qmp_kick()
101 static bool qmp_magic_valid(struct qmp *qmp) in qmp_magic_valid()
106 static bool qmp_link_acked(struct qmp *qmp) in qmp_link_acked()
111 static bool qmp_mcore_channel_acked(struct qmp *qmp) in qmp_mcore_channel_acked()
116 static bool qmp_ucore_channel_up(struct qmp *qmp) in qmp_ucore_channel_up()
121 static int qmp_open(struct qmp *qmp) in qmp_open()
192 static void qmp_close(struct qmp *qmp) in qmp_close()
201 struct qmp *qmp = data; in qmp_intr() local
208 static bool qmp_message_empty(struct qmp *qmp) in qmp_message_empty()
225 static int qmp_send(struct qmp *qmp, const void *data, size_t len) 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()
346 static int qmp_pd_add(struct qmp *qmp) in qmp_pd_add()
394 static void qmp_pd_remove(struct qmp *qmp) in qmp_pd_remove()
455 static int qmp_cooling_device_add(struct qmp *qmp, in qmp_cooling_device_add()
476 static int qmp_cooling_devices_register(struct qmp *qmp) in qmp_cooling_devices_register()
510 static void qmp_cooling_devices_remove(struct qmp *qmp) in qmp_cooling_devices_remove()
521 struct qmp *qmp; in qmp_probe() local
586 struct qmp *qmp = platform_get_drvdata(pdev); in qmp_remove() local