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

/linux-master/drivers/hid/
H A Dhid-hyperv.c245 struct pipe_prt_msg *pipe_msg; local
251 pipe_msg = (struct pipe_prt_msg *)((unsigned long)packet +
254 if (pipe_msg->type != PIPE_MESSAGE_DATA)
257 hid_msg_hdr = (struct synthhid_msg_hdr *)pipe_msg->data;
261 len = struct_size(pipe_msg, data, pipe_msg->size);
271 memcpy(&input_dev->protocol_resp, pipe_msg, len);
276 WARN_ON(pipe_msg->size < sizeof(struct hv_input_dev_info));
283 (struct synthhid_device_info *)pipe_msg->data);
287 (struct synthhid_input_report *)pipe_msg
[all...]
/linux-master/fs/nfs/
H A Dnfs4idmap.c62 struct rpc_pipe_msg pipe_msg; member in struct:idmap_legacy_upcalldata
599 msg = &data->pipe_msg;
726 pipe_msg);

Completed in 118 milliseconds