Symbol: synthvid_msg
drivers/gpu/drm/hyperv/hyperv_drm_proto.c
194
static inline int hyperv_sendpacket(struct hv_device *hdev, struct synthvid_msg *msg)
drivers/gpu/drm/hyperv/hyperv_drm_proto.c
217
struct synthvid_msg *msg = (struct synthvid_msg *)hv->init_buf;
drivers/gpu/drm/hyperv/hyperv_drm_proto.c
221
memset(msg, 0, sizeof(struct synthvid_msg));
drivers/gpu/drm/hyperv/hyperv_drm_proto.c
249
struct synthvid_msg *msg = (struct synthvid_msg *)hv->init_buf;
drivers/gpu/drm/hyperv/hyperv_drm_proto.c
253
memset(msg, 0, sizeof(struct synthvid_msg));
drivers/gpu/drm/hyperv/hyperv_drm_proto.c
278
struct synthvid_msg msg;
drivers/gpu/drm/hyperv/hyperv_drm_proto.c
280
memset(&msg, 0, sizeof(struct synthvid_msg));
drivers/gpu/drm/hyperv/hyperv_drm_proto.c
315
struct synthvid_msg msg;
drivers/gpu/drm/hyperv/hyperv_drm_proto.c
317
memset(&msg, 0, sizeof(struct synthvid_msg));
drivers/gpu/drm/hyperv/hyperv_drm_proto.c
327
memset(&msg, 0, sizeof(struct synthvid_msg));
drivers/gpu/drm/hyperv/hyperv_drm_proto.c
349
struct synthvid_msg msg;
drivers/gpu/drm/hyperv/hyperv_drm_proto.c
354
memset(&msg, 0, sizeof(struct synthvid_msg));
drivers/gpu/drm/hyperv/hyperv_drm_proto.c
374
struct synthvid_msg *msg = (struct synthvid_msg *)hv->init_buf;
drivers/gpu/drm/hyperv/hyperv_drm_proto.c
380
memset(msg, 0, sizeof(struct synthvid_msg));
drivers/gpu/drm/hyperv/hyperv_drm_proto.c
423
struct synthvid_msg *msg;
drivers/gpu/drm/hyperv/hyperv_drm_proto.c
428
msg = (struct synthvid_msg *)hv->recv_buf;
drivers/gpu/drm/hyperv/hyperv_drm_proto.c
450
struct synthvid_msg *recv_buf;
drivers/gpu/drm/hyperv/hyperv_drm_proto.c
458
recv_buf = (struct synthvid_msg *)hv->recv_buf;