Lines Matching refs:vid_hdr

216 	struct synthvid_msg_hdr vid_hdr;  member
293 msg->pipe_hdr.size = msg->vid_hdr.size; in synthvid_send()
296 msg->vid_hdr.size + sizeof(struct pipe_msg_hdr), in synthvid_send()
318 msg.vid_hdr.type = SYNTHVID_SITUATION_UPDATE; in synthvid_send_situ()
319 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_situ()
341 msg.vid_hdr.type = SYNTHVID_POINTER_POSITION; in synthvid_send_ptr()
342 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_ptr()
351 msg.vid_hdr.type = SYNTHVID_POINTER_SHAPE; in synthvid_send_ptr()
352 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_ptr()
382 msg.vid_hdr.type = SYNTHVID_DIRT; in synthvid_update()
383 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_update()
470 if (msg->vid_hdr.type == SYNTHVID_VERSION_RESPONSE || in synthvid_recv_sub()
471 msg->vid_hdr.type == SYNTHVID_RESOLUTION_RESPONSE || in synthvid_recv_sub()
472 msg->vid_hdr.type == SYNTHVID_VRAM_LOCATION_ACK) { in synthvid_recv_sub()
479 if (msg->vid_hdr.type == SYNTHVID_FEATURE_CHANGE) { in synthvid_recv_sub()
539 msg->vid_hdr.type = SYNTHVID_VERSION_REQUEST; in synthvid_negotiate_ver()
540 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_negotiate_ver()
575 msg->vid_hdr.type = SYNTHVID_RESOLUTION_REQUEST; in synthvid_get_supported_resolution()
576 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_get_supported_resolution()
676 msg->vid_hdr.type = SYNTHVID_VRAM_LOCATION; in synthvid_send_config()
677 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_config()