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.c124 struct goldfish_pipe { struct
145 struct goldfish_pipe *prev_signalled; argument
146 struct goldfish_pipe *next_signalled; argument
196 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 …]
H A DMakefile5 obj-$(CONFIG_GOLDFISH_PIPE) += goldfish_pipe.o