Searched refs:synthvid_msg (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/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 …]
|
| /Linux-v5.15/drivers/video/fbdev/ |
| D | hyperv_fb.c | 223 struct synthvid_msg { struct 298 struct synthvid_msg *msg) in synthvid_send() 322 struct synthvid_msg msg; in synthvid_send_situ() 327 memset(&msg, 0, sizeof(struct synthvid_msg)); in synthvid_send_situ() 349 struct synthvid_msg msg; in synthvid_send_ptr() 351 memset(&msg, 0, sizeof(struct synthvid_msg)); in synthvid_send_ptr() 361 memset(&msg, 0, sizeof(struct synthvid_msg)); in synthvid_send_ptr() 385 struct synthvid_msg msg; in synthvid_update() 387 memset(&msg, 0, sizeof(struct synthvid_msg)); in synthvid_update() 473 struct synthvid_msg *msg; in synthvid_recv_sub() [all …]
|