Home
last modified time | relevance | path

Searched refs:synthvid_msg (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/hyperv/
Dhyperv_drm_proto.c167 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/
Dhyperv_fb.c214 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 …]