Lines Matching refs:vid_hdr

224 	struct synthvid_msg_hdr vid_hdr;  member
303 msg->pipe_hdr.size = msg->vid_hdr.size; in synthvid_send()
306 msg->vid_hdr.size + sizeof(struct pipe_msg_hdr), in synthvid_send()
328 msg.vid_hdr.type = SYNTHVID_SITUATION_UPDATE; in synthvid_send_situ()
329 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_situ()
351 msg.vid_hdr.type = SYNTHVID_POINTER_POSITION; in synthvid_send_ptr()
352 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_ptr()
361 msg.vid_hdr.type = SYNTHVID_POINTER_SHAPE; in synthvid_send_ptr()
362 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_ptr()
392 msg.vid_hdr.type = SYNTHVID_DIRT; in synthvid_update()
393 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_update()
481 if (msg->vid_hdr.type == SYNTHVID_VERSION_RESPONSE || in synthvid_recv_sub()
482 msg->vid_hdr.type == SYNTHVID_RESOLUTION_RESPONSE || in synthvid_recv_sub()
483 msg->vid_hdr.type == SYNTHVID_VRAM_LOCATION_ACK) { in synthvid_recv_sub()
490 if (msg->vid_hdr.type == SYNTHVID_FEATURE_CHANGE) { in synthvid_recv_sub()
550 msg->vid_hdr.type = SYNTHVID_VERSION_REQUEST; in synthvid_negotiate_ver()
551 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_negotiate_ver()
587 msg->vid_hdr.type = SYNTHVID_RESOLUTION_REQUEST; in synthvid_get_supported_resolution()
588 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_get_supported_resolution()
705 msg->vid_hdr.type = SYNTHVID_VRAM_LOCATION; in synthvid_send_config()
706 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_config()