Searched refs:synthvid_msg (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/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() [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | hyperv_fb.c | 222 struct synthvid_msg { struct 295 struct synthvid_msg *msg) in synthvid_send() 319 struct synthvid_msg msg; in synthvid_send_situ() 324 memset(&msg, 0, sizeof(struct synthvid_msg)); in synthvid_send_situ() 346 struct synthvid_msg msg; in synthvid_send_ptr() 348 memset(&msg, 0, sizeof(struct synthvid_msg)); in synthvid_send_ptr() 358 memset(&msg, 0, sizeof(struct synthvid_msg)); in synthvid_send_ptr() 382 struct synthvid_msg msg; in synthvid_update() 384 memset(&msg, 0, sizeof(struct synthvid_msg)); in synthvid_update() 470 struct synthvid_msg *ms in synthvid_recv_sub() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A 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 *ms in synthvid_recv_sub() [all...] |
Completed in 5 milliseconds