Searched refs:synthvid_msg (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/hyperv/ |
H A D | hyperv_drm_proto.c | 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() [all …]
|
/linux/drivers/video/fbdev/ |
H A D | hyperv_fb.c | 214 struct synthvid_msg { struct 289 struct synthvid_msg *msg) in synthvid_send() 313 struct synthvid_msg msg; in synthvid_send_situ() 318 memset(&msg, 0, sizeof(struct synthvid_msg)); in synthvid_send_situ() 340 struct synthvid_msg msg; in synthvid_send_ptr() 342 memset(&msg, 0, sizeof(struct synthvid_msg)); in synthvid_send_ptr() 352 memset(&msg, 0, sizeof(struct synthvid_msg)); in synthvid_send_ptr() 376 struct synthvid_msg msg; in synthvid_update() 378 memset(&msg, 0, sizeof(struct synthvid_msg)); in synthvid_update() 463 struct synthvid_msg *msg; in synthvid_recv_sub() [all …]
|