Lines Matching refs:vid_hdr

225 	struct synthvid_msg_hdr vid_hdr;  member
304 msg->pipe_hdr.size = msg->vid_hdr.size; in synthvid_send()
307 msg->vid_hdr.size + sizeof(struct pipe_msg_hdr), in synthvid_send()
329 msg.vid_hdr.type = SYNTHVID_SITUATION_UPDATE; in synthvid_send_situ()
330 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_situ()
352 msg.vid_hdr.type = SYNTHVID_POINTER_POSITION; in synthvid_send_ptr()
353 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_ptr()
362 msg.vid_hdr.type = SYNTHVID_POINTER_SHAPE; in synthvid_send_ptr()
363 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_ptr()
393 msg.vid_hdr.type = SYNTHVID_DIRT; in synthvid_update()
394 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_update()
482 if (msg->vid_hdr.type == SYNTHVID_VERSION_RESPONSE || in synthvid_recv_sub()
483 msg->vid_hdr.type == SYNTHVID_RESOLUTION_RESPONSE || in synthvid_recv_sub()
484 msg->vid_hdr.type == SYNTHVID_VRAM_LOCATION_ACK) { in synthvid_recv_sub()
491 if (msg->vid_hdr.type == SYNTHVID_FEATURE_CHANGE) { in synthvid_recv_sub()
551 msg->vid_hdr.type = SYNTHVID_VERSION_REQUEST; in synthvid_negotiate_ver()
552 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_negotiate_ver()
588 msg->vid_hdr.type = SYNTHVID_RESOLUTION_REQUEST; in synthvid_get_supported_resolution()
589 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_get_supported_resolution()
706 msg->vid_hdr.type = SYNTHVID_VRAM_LOCATION; in synthvid_send_config()
707 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_config()