Searched refs:pipe_msg (Results 1 – 2 of 2) sorted by relevance
245 struct pipe_prt_msg *pipe_msg; in mousevsc_on_receive() local251 pipe_msg = (struct pipe_prt_msg *)((unsigned long)packet + in mousevsc_on_receive()254 if (pipe_msg->type != PIPE_MESSAGE_DATA) in mousevsc_on_receive()257 hid_msg_hdr = (struct synthhid_msg_hdr *)pipe_msg->data; in mousevsc_on_receive()266 if (struct_size(pipe_msg, data, pipe_msg->size) in mousevsc_on_receive()272 memcpy(&input_dev->protocol_resp, pipe_msg, in mousevsc_on_receive()273 struct_size(pipe_msg, data, pipe_msg->size)); in mousevsc_on_receive()278 WARN_ON(pipe_msg->size < sizeof(struct hv_input_dev_info)); in mousevsc_on_receive()285 (struct synthhid_device_info *)pipe_msg->data); in mousevsc_on_receive()289 (struct synthhid_input_report *)pipe_msg->data; in mousevsc_on_receive()
62 struct rpc_pipe_msg pipe_msg; member599 msg = &data->pipe_msg; in nfs_idmap_legacy_upcall()726 pipe_msg); in idmap_pipe_destroy_msg()
Completed in 7 milliseconds