Lines Matching refs:vid_hdr
187 struct synthvid_msg_hdr vid_hdr; member
247 msg->pipe_hdr.size = msg->vid_hdr.size; in synthvid_send()
250 msg->vid_hdr.size + sizeof(struct pipe_msg_hdr), in synthvid_send()
272 msg.vid_hdr.type = SYNTHVID_SITUATION_UPDATE; in synthvid_send_situ()
273 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_situ()
295 msg.vid_hdr.type = SYNTHVID_POINTER_POSITION; in synthvid_send_ptr()
296 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_ptr()
305 msg.vid_hdr.type = SYNTHVID_POINTER_SHAPE; in synthvid_send_ptr()
306 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_ptr()
331 msg.vid_hdr.type = SYNTHVID_DIRT; in synthvid_update()
332 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_update()
365 if (msg->vid_hdr.type == SYNTHVID_VERSION_RESPONSE || in synthvid_recv_sub()
366 msg->vid_hdr.type == SYNTHVID_VRAM_LOCATION_ACK) { in synthvid_recv_sub()
373 if (msg->vid_hdr.type == SYNTHVID_FEATURE_CHANGE) { in synthvid_recv_sub()
422 msg->vid_hdr.type = SYNTHVID_VERSION_REQUEST; in synthvid_negotiate_ver()
423 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_negotiate_ver()
497 msg->vid_hdr.type = SYNTHVID_VRAM_LOCATION; in synthvid_send_config()
498 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_config()