Home
last modified time | relevance | path

Searched refs:pipe_hdr (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/hyperv/
Dhyperv_drm_proto.c168 struct pipe_msg_hdr pipe_hdr; member
202 msg->pipe_hdr.type = PIPE_MSG_DATA; in hyperv_sendpacket()
203 msg->pipe_hdr.size = msg->vid_hdr.size; in hyperv_sendpacket()
470 recv_buf->pipe_hdr.type == PIPE_MSG_DATA) in hyperv_receive()
/drivers/video/fbdev/
Dhyperv_fb.c216 struct pipe_msg_hdr pipe_hdr; member
293 msg->pipe_hdr.type = PIPE_MSG_DATA; in synthvid_send()
294 msg->pipe_hdr.size = msg->vid_hdr.size; in synthvid_send()
514 recv_buf->pipe_hdr.type == PIPE_MSG_DATA) in synthvid_receive()