Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hid/
Dhid-hyperv.c118 struct pipe_prt_msg { struct
235 sizeof(struct pipe_prt_msg) - sizeof(unsigned char) + in mousevsc_on_receive_device_info()
253 struct pipe_prt_msg *pipe_msg; in mousevsc_on_receive()
259 pipe_msg = (struct pipe_prt_msg *)((unsigned long)packet + in mousevsc_on_receive()
274 if ((pipe_msg->size + sizeof(struct pipe_prt_msg) in mousevsc_on_receive()
282 pipe_msg->size + sizeof(struct pipe_prt_msg) - in mousevsc_on_receive()
362 sizeof(struct pipe_prt_msg) - in mousevsc_connect_to_vsp()