Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hid/
Dhid-hyperv.c253 struct pipe_prt_msg *pipe_msg; in mousevsc_on_receive() local
259 pipe_msg = (struct pipe_prt_msg *)((unsigned long)packet + in mousevsc_on_receive()
262 if (pipe_msg->type != PIPE_MESSAGE_DATA) in mousevsc_on_receive()
265 hid_msg = (struct synthhid_msg *)pipe_msg->data; in mousevsc_on_receive()
274 if ((pipe_msg->size + sizeof(struct pipe_prt_msg) in mousevsc_on_receive()
281 memcpy(&input_dev->protocol_resp, pipe_msg, in mousevsc_on_receive()
282 pipe_msg->size + sizeof(struct pipe_prt_msg) - in mousevsc_on_receive()
288 WARN_ON(pipe_msg->size < sizeof(struct hv_input_dev_info)); in mousevsc_on_receive()
295 (struct synthhid_device_info *)pipe_msg->data); in mousevsc_on_receive()
299 (struct synthhid_input_report *)pipe_msg->data; in mousevsc_on_receive()
/Linux-v6.1/fs/nfs/
Dnfs4idmap.c62 struct rpc_pipe_msg pipe_msg; member
599 msg = &data->pipe_msg; in nfs_idmap_legacy_upcall()
726 pipe_msg); in idmap_pipe_destroy_msg()