Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/
Dhid-hyperv.c126 struct pipe_prt_msg { struct
238 sizeof(struct pipe_prt_msg) - sizeof(unsigned char) + in mousevsc_on_receive_device_info()
256 struct pipe_prt_msg *pipe_msg; in mousevsc_on_receive()
262 pipe_msg = (struct pipe_prt_msg *)((unsigned long)packet + in mousevsc_on_receive()
277 if ((pipe_msg->size + sizeof(struct pipe_prt_msg) in mousevsc_on_receive()
285 pipe_msg->size + sizeof(struct pipe_prt_msg) - in mousevsc_on_receive()
363 sizeof(struct pipe_prt_msg) - in mousevsc_connect_to_vsp()