Home
last modified time | relevance | path

Searched defs:goldfish_pipe_command (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/platform/goldfish/
Dgoldfish_pipe.c152 struct goldfish_pipe_command { struct
153 s32 cmd; /* PipeCmdCode, guest -> host */
154 s32 id; /* pipe id, guest -> host */
155 s32 status; /* command execution status, host -> guest */
156 s32 reserved; /* to pad to 64-bit boundary */
157 union {