Lines Matching refs:vid_hdr

217 	struct synthvid_msg_hdr vid_hdr;  member
294 msg->pipe_hdr.size = msg->vid_hdr.size; in synthvid_send()
297 msg->vid_hdr.size + sizeof(struct pipe_msg_hdr), in synthvid_send()
319 msg.vid_hdr.type = SYNTHVID_SITUATION_UPDATE; in synthvid_send_situ()
320 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_situ()
342 msg.vid_hdr.type = SYNTHVID_POINTER_POSITION; in synthvid_send_ptr()
343 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_ptr()
352 msg.vid_hdr.type = SYNTHVID_POINTER_SHAPE; in synthvid_send_ptr()
353 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_ptr()
383 msg.vid_hdr.type = SYNTHVID_DIRT; in synthvid_update()
384 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_update()
471 if (msg->vid_hdr.type == SYNTHVID_VERSION_RESPONSE || in synthvid_recv_sub()
472 msg->vid_hdr.type == SYNTHVID_RESOLUTION_RESPONSE || in synthvid_recv_sub()
473 msg->vid_hdr.type == SYNTHVID_VRAM_LOCATION_ACK) { in synthvid_recv_sub()
480 if (msg->vid_hdr.type == SYNTHVID_FEATURE_CHANGE) { in synthvid_recv_sub()
540 msg->vid_hdr.type = SYNTHVID_VERSION_REQUEST; in synthvid_negotiate_ver()
541 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_negotiate_ver()
576 msg->vid_hdr.type = SYNTHVID_RESOLUTION_REQUEST; in synthvid_get_supported_resolution()
577 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_get_supported_resolution()
677 msg->vid_hdr.type = SYNTHVID_VRAM_LOCATION; in synthvid_send_config()
678 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_config()