Home
last modified time | relevance | path

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

/linux/drivers/platform/goldfish/
H A Dgoldfish_pipe.c85 struct goldfish_pipe_command { struct
86 s32 cmd; /* PipeCmdCode, guest -> host */
87 s32 id; /* pipe id, guest -> host */
88 s32 status; /* command execution status, host -> guest */
89 s32 reserved; /* to pad to 64-bit boundary */
90 union {