Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/goldfish/
Dgoldfish_pipe.c148 struct goldfish_pipe;
192 struct goldfish_pipe { struct
211 struct goldfish_pipe *prev_signalled; argument
212 struct goldfish_pipe *next_signalled; argument
255 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 …]
DMakefile4 obj-$(CONFIG_GOLDFISH_PIPE) += goldfish_pipe.o