Lines Matching refs:vid_hdr
178 struct synthvid_msg_hdr vid_hdr; member
238 msg->pipe_hdr.size = msg->vid_hdr.size; in synthvid_send()
241 msg->vid_hdr.size + sizeof(struct pipe_msg_hdr), in synthvid_send()
263 msg.vid_hdr.type = SYNTHVID_SITUATION_UPDATE; in synthvid_send_situ()
264 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_situ()
286 msg.vid_hdr.type = SYNTHVID_POINTER_POSITION; in synthvid_send_ptr()
287 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_ptr()
296 msg.vid_hdr.type = SYNTHVID_POINTER_SHAPE; in synthvid_send_ptr()
297 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_ptr()
322 msg.vid_hdr.type = SYNTHVID_DIRT; in synthvid_update()
323 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_update()
356 if (msg->vid_hdr.type == SYNTHVID_VERSION_RESPONSE || in synthvid_recv_sub()
357 msg->vid_hdr.type == SYNTHVID_VRAM_LOCATION_ACK) { in synthvid_recv_sub()
364 if (msg->vid_hdr.type == SYNTHVID_FEATURE_CHANGE) { in synthvid_recv_sub()
413 msg->vid_hdr.type = SYNTHVID_VERSION_REQUEST; in synthvid_negotiate_ver()
414 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_negotiate_ver()
488 msg->vid_hdr.type = SYNTHVID_VRAM_LOCATION; in synthvid_send_config()
489 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_config()