Lines Matching defs:qmp
51 struct qmp *qmp; member
70 struct qmp { struct
86 struct qmp_cooling_device *cooling_devs; argument
90 struct qmp *qmp; argument
96 static void qmp_kick(struct qmp *qmp) in qmp_kick()
102 static bool qmp_magic_valid(struct qmp *qmp) in qmp_magic_valid()
107 static bool qmp_link_acked(struct qmp *qmp) in qmp_link_acked()
112 static bool qmp_mcore_channel_acked(struct qmp *qmp) in qmp_mcore_channel_acked()
117 static bool qmp_ucore_channel_up(struct qmp *qmp) in qmp_ucore_channel_up()
122 static int qmp_open(struct qmp *qmp) in qmp_open()
193 static void qmp_close(struct qmp *qmp) in qmp_close()
202 struct qmp *qmp = data; in qmp_intr() local
209 static bool qmp_message_empty(struct qmp *qmp) in qmp_message_empty()
226 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()
514 static void qmp_cooling_devices_remove(struct qmp *qmp) in qmp_cooling_devices_remove()
525 struct qmp *qmp; in qmp_probe() local
590 struct qmp *qmp = platform_get_drvdata(pdev); in qmp_remove() local