Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/goldfish/
H A Dgoldfish_pipe.c86 struct goldfish_pipe_command { struct
142 struct goldfish_pipe_command *command_buffer;
294 struct goldfish_pipe_command *command) in populate_rw_params()
716 BUILD_BUG_ON(sizeof(struct goldfish_pipe_command) > PAGE_SIZE); in goldfish_pipe_open()
718 (struct goldfish_pipe_command *)__get_free_page(GFP_KERNEL); in goldfish_pipe_open()