Searched refs:goldfish_pipe (Results 1 – 3 of 3) sorted by relevance
126 struct goldfish_pipe { struct147 struct goldfish_pipe *prev_signalled; argument148 struct goldfish_pipe *next_signalled; argument198 struct goldfish_pipe **pipes;205 struct goldfish_pipe *first_signalled_pipe;221 static int goldfish_pipe_cmd_locked(struct goldfish_pipe *pipe, in goldfish_pipe_cmd_locked()231 static int goldfish_pipe_cmd(struct goldfish_pipe *pipe, enum PipeCmdCode cmd) in goldfish_pipe_cmd()328 static int transfer_max_buffers(struct goldfish_pipe *pipe, in transfer_max_buffers()370 static int wait_for_host_signal(struct goldfish_pipe *pipe, int is_write) in wait_for_host_signal()397 struct goldfish_pipe *pipe = filp->private_data; in goldfish_pipe_read_write()[all …]
5 obj-$(CONFIG_GOLDFISH_PIPE) += goldfish_pipe.o
709 # required by goldfish_pipe.ko