Searched refs:synthvid_msg (Results 1 – 2 of 2) sorted by relevance
/drivers/gpu/drm/hyperv/ |
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 …]
|
/drivers/video/fbdev/ |
D | hyperv_fb.c | 215 struct synthvid_msg { struct 288 struct synthvid_msg *msg) in synthvid_send() 312 struct synthvid_msg msg; in synthvid_send_situ() 317 memset(&msg, 0, sizeof(struct synthvid_msg)); in synthvid_send_situ() 339 struct synthvid_msg msg; in synthvid_send_ptr() 341 memset(&msg, 0, sizeof(struct synthvid_msg)); in synthvid_send_ptr() 351 memset(&msg, 0, sizeof(struct synthvid_msg)); in synthvid_send_ptr() 375 struct synthvid_msg msg; in synthvid_update() 377 memset(&msg, 0, sizeof(struct synthvid_msg)); in synthvid_update() 462 struct synthvid_msg *msg; in synthvid_recv_sub() [all …]
|