Searched refs:pipe_msg (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/hid/
H A Dhid-hyperv.c256 struct pipe_prt_msg *pipe_msg; mousevsc_on_receive() local
262 pipe_msg = (struct pipe_prt_msg *)((unsigned long)packet + mousevsc_on_receive()
265 if (pipe_msg->type != PIPE_MESSAGE_DATA) mousevsc_on_receive()
268 hid_msg = (struct synthhid_msg *)pipe_msg->data; mousevsc_on_receive()
277 if ((pipe_msg->size + sizeof(struct pipe_prt_msg) mousevsc_on_receive()
284 memcpy(&input_dev->protocol_resp, pipe_msg, mousevsc_on_receive()
285 pipe_msg->size + sizeof(struct pipe_prt_msg) - mousevsc_on_receive()
291 WARN_ON(pipe_msg->size < sizeof(struct hv_input_dev_info)); mousevsc_on_receive()
298 (struct synthhid_device_info *)pipe_msg->data); mousevsc_on_receive()
302 (struct synthhid_input_report *)pipe_msg->data; mousevsc_on_receive()
/linux-4.4.14/fs/nfs/
H A Dnfs4idmap.c60 struct rpc_pipe_msg pipe_msg; member in struct:idmap_legacy_upcalldata
577 msg = &data->pipe_msg; nfs_idmap_legacy_upcall()
700 pipe_msg); idmap_pipe_destroy_msg()

Completed in 212 milliseconds