Home
last modified time | relevance | path

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

/linux/drivers/platform/goldfish/
H A Dgoldfish_pipe.c125 struct goldfish_pipe { struct
146 struct goldfish_pipe *prev_signalled; argument
147 struct goldfish_pipe *next_signalled; argument
197 struct goldfish_pipe **pipes;
204 struct goldfish_pipe *first_signalled_pipe;
217 static int goldfish_pipe_cmd_locked(struct goldfish_pipe *pipe, in goldfish_pipe_cmd_locked()
227 static int goldfish_pipe_cmd(struct goldfish_pipe *pipe, enum PipeCmdCode cmd) in goldfish_pipe_cmd()
324 static int transfer_max_buffers(struct goldfish_pipe *pipe, in transfer_max_buffers()
366 static int wait_for_host_signal(struct goldfish_pipe *pipe, int is_write) in wait_for_host_signal()
393 struct goldfish_pipe *pipe = filp->private_data; in goldfish_pipe_read_write()
[all …]
H A DMakefile5 obj-$(CONFIG_GOLDFISH_PIPE) += goldfish_pipe.o