Searched refs:synthvid_msg (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/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-6.12.1/drivers/video/fbdev/ |
D | hyperv_fb.c | 214 struct synthvid_msg { struct 287 struct synthvid_msg *msg) in synthvid_send() 311 struct synthvid_msg msg; in synthvid_send_situ() 316 memset(&msg, 0, sizeof(struct synthvid_msg)); in synthvid_send_situ() 338 struct synthvid_msg msg; in synthvid_send_ptr() 340 memset(&msg, 0, sizeof(struct synthvid_msg)); in synthvid_send_ptr() 350 memset(&msg, 0, sizeof(struct synthvid_msg)); in synthvid_send_ptr() 374 struct synthvid_msg msg; in synthvid_update() 376 memset(&msg, 0, sizeof(struct synthvid_msg)); in synthvid_update() 461 struct synthvid_msg *msg; in synthvid_recv_sub() [all …]
|