Lines Matching refs:synthvid_msg
176 struct synthvid_msg { struct
232 struct synthvid_msg *msg) in synthvid_send()
256 struct synthvid_msg msg; in synthvid_send_situ()
261 memset(&msg, 0, sizeof(struct synthvid_msg)); in synthvid_send_situ()
283 struct synthvid_msg msg; in synthvid_send_ptr()
285 memset(&msg, 0, sizeof(struct synthvid_msg)); in synthvid_send_ptr()
295 memset(&msg, 0, sizeof(struct synthvid_msg)); in synthvid_send_ptr()
318 struct synthvid_msg msg; in synthvid_update()
320 memset(&msg, 0, sizeof(struct synthvid_msg)); in synthvid_update()
347 struct synthvid_msg *msg; in synthvid_recv_sub()
353 msg = (struct synthvid_msg *)par->recv_buf; in synthvid_recv_sub()
382 struct synthvid_msg *recv_buf; in synthvid_receive()
391 recv_buf = (struct synthvid_msg *)par->recv_buf; in synthvid_receive()
408 struct synthvid_msg *msg = (struct synthvid_msg *)par->init_buf; in synthvid_negotiate_ver()
412 memset(msg, 0, sizeof(struct synthvid_msg)); in synthvid_negotiate_ver()
482 struct synthvid_msg *msg = (struct synthvid_msg *)par->init_buf; in synthvid_send_config()
487 memset(msg, 0, sizeof(struct synthvid_msg)); in synthvid_send_config()