Searched refs:goldfish_pipe (Results 1 – 2 of 2) sorted by relevance
124 struct goldfish_pipe { struct145 struct goldfish_pipe *prev_signalled; argument146 struct goldfish_pipe *next_signalled; argument196 struct goldfish_pipe **pipes;203 struct goldfish_pipe *first_signalled_pipe;216 static int goldfish_pipe_cmd_locked(struct goldfish_pipe *pipe, in goldfish_pipe_cmd_locked()226 static int goldfish_pipe_cmd(struct goldfish_pipe *pipe, enum PipeCmdCode cmd) in goldfish_pipe_cmd()323 static int transfer_max_buffers(struct goldfish_pipe *pipe, in transfer_max_buffers()365 static int wait_for_host_signal(struct goldfish_pipe *pipe, int is_write) in wait_for_host_signal()392 struct goldfish_pipe *pipe = filp->private_data; in goldfish_pipe_read_write()[all …]
5 obj-$(CONFIG_GOLDFISH_PIPE) += goldfish_pipe.o