Lines Matching refs:synthvid_msg
167 struct synthvid_msg { struct
196 static inline int hyperv_sendpacket(struct hv_device *hdev, struct synthvid_msg *msg) in hyperv_sendpacket()
219 struct synthvid_msg *msg = (struct synthvid_msg *)hv->init_buf; in hyperv_negotiate_version()
223 memset(msg, 0, sizeof(struct synthvid_msg)); in hyperv_negotiate_version()
251 struct synthvid_msg *msg = (struct synthvid_msg *)hv->init_buf; in hyperv_update_vram_location()
255 memset(msg, 0, sizeof(struct synthvid_msg)); in hyperv_update_vram_location()
280 struct synthvid_msg msg; in hyperv_update_situation()
282 memset(&msg, 0, sizeof(struct synthvid_msg)); in hyperv_update_situation()
320 struct synthvid_msg msg; in hyperv_hide_hw_ptr()
322 memset(&msg, 0, sizeof(struct synthvid_msg)); in hyperv_hide_hw_ptr()
332 memset(&msg, 0, sizeof(struct synthvid_msg)); in hyperv_hide_hw_ptr()
354 struct synthvid_msg msg; in hyperv_update_dirt()
359 memset(&msg, 0, sizeof(struct synthvid_msg)); in hyperv_update_dirt()
379 struct synthvid_msg *msg = (struct synthvid_msg *)hv->init_buf; in hyperv_get_supported_resolution()
385 memset(msg, 0, sizeof(struct synthvid_msg)); in hyperv_get_supported_resolution()
428 struct synthvid_msg *msg; in hyperv_receive_sub()
433 msg = (struct synthvid_msg *)hv->recv_buf; in hyperv_receive_sub()
455 struct synthvid_msg *recv_buf; in hyperv_receive()
463 recv_buf = (struct synthvid_msg *)hv->recv_buf; in hyperv_receive()