Searched refs:goldfish_pipe (Results 1 – 2 of 2) sorted by relevance
148 struct goldfish_pipe;192 struct goldfish_pipe { struct211 struct goldfish_pipe *prev_signalled; argument212 struct goldfish_pipe *next_signalled; argument255 struct goldfish_pipe **pipes;262 struct goldfish_pipe *first_signalled_pipe;272 static int goldfish_cmd_locked(struct goldfish_pipe *pipe, enum PipeCmdCode cmd) in goldfish_cmd_locked()281 static int goldfish_cmd(struct goldfish_pipe *pipe, enum PipeCmdCode cmd) in goldfish_cmd()384 static int transfer_max_buffers(struct goldfish_pipe *pipe, in transfer_max_buffers()420 static int wait_for_host_signal(struct goldfish_pipe *pipe, int is_write) in wait_for_host_signal()[all …]
4 obj-$(CONFIG_GOLDFISH_PIPE) += goldfish_pipe.o