Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/goldfish/
H A Dgoldfish_pipe.c126 struct goldfish_pipe { struct
147 struct goldfish_pipe *prev_signalled; argument
148 struct goldfish_pipe *next_signalled; argument
198 struct goldfish_pipe **pipes;
205 struct goldfish_pipe *first_signalled_pipe;
394 struct goldfish_pipe *pipe = filp->private_data; in goldfish_pipe_read_write()
517 struct goldfish_pipe *pipe; in signalled_pipes_add_locked()
537 struct goldfish_pipe *pipe) in signalled_pipes_remove_locked()
552 struct goldfish_pipe *pipe; in signalled_pipes_pop_front()
581 struct goldfish_pipe *pipe; in goldfish_interrupt_task()
[all …]
H A DMakefile5 obj-$(CONFIG_GOLDFISH_PIPE) += goldfish_pipe.o