Home
last modified time | relevance | path

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

/drivers/hid/
Dhid-hyperv.c248 struct pipe_prt_msg *pipe_msg; in mousevsc_on_receive() local
254 pipe_msg = (struct pipe_prt_msg *)((unsigned long)packet + in mousevsc_on_receive()
257 if (pipe_msg->type != PIPE_MESSAGE_DATA) in mousevsc_on_receive()
260 hid_msg = (struct synthhid_msg *)pipe_msg->data; in mousevsc_on_receive()
269 if ((pipe_msg->size + sizeof(struct pipe_prt_msg) in mousevsc_on_receive()
276 memcpy(&input_dev->protocol_resp, pipe_msg, in mousevsc_on_receive()
277 pipe_msg->size + sizeof(struct pipe_prt_msg) - in mousevsc_on_receive()
283 WARN_ON(pipe_msg->size < sizeof(struct hv_input_dev_info)); in mousevsc_on_receive()
290 (struct synthhid_device_info *)pipe_msg->data); in mousevsc_on_receive()
294 (struct synthhid_input_report *)pipe_msg->data; in mousevsc_on_receive()