Lines Matching refs:vid_hdr
216 struct synthvid_msg_hdr vid_hdr; member
295 msg->pipe_hdr.size = msg->vid_hdr.size; in synthvid_send()
298 msg->vid_hdr.size + sizeof(struct pipe_msg_hdr), in synthvid_send()
320 msg.vid_hdr.type = SYNTHVID_SITUATION_UPDATE; in synthvid_send_situ()
321 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_situ()
343 msg.vid_hdr.type = SYNTHVID_POINTER_POSITION; in synthvid_send_ptr()
344 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_ptr()
353 msg.vid_hdr.type = SYNTHVID_POINTER_SHAPE; in synthvid_send_ptr()
354 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_ptr()
384 msg.vid_hdr.type = SYNTHVID_DIRT; in synthvid_update()
385 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_update()
472 if (msg->vid_hdr.type == SYNTHVID_VERSION_RESPONSE || in synthvid_recv_sub()
473 msg->vid_hdr.type == SYNTHVID_RESOLUTION_RESPONSE || in synthvid_recv_sub()
474 msg->vid_hdr.type == SYNTHVID_VRAM_LOCATION_ACK) { in synthvid_recv_sub()
481 if (msg->vid_hdr.type == SYNTHVID_FEATURE_CHANGE) { in synthvid_recv_sub()
541 msg->vid_hdr.type = SYNTHVID_VERSION_REQUEST; in synthvid_negotiate_ver()
542 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_negotiate_ver()
577 msg->vid_hdr.type = SYNTHVID_RESOLUTION_REQUEST; in synthvid_get_supported_resolution()
578 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_get_supported_resolution()
678 msg->vid_hdr.type = SYNTHVID_VRAM_LOCATION; in synthvid_send_config()
679 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_config()