Home
last modified time | relevance | path

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

/linux-6.15/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;
393 struct goldfish_pipe *pipe = filp->private_data; in goldfish_pipe_read_write()
516 struct goldfish_pipe *pipe; in signalled_pipes_add_locked()
536 struct goldfish_pipe *pipe) in signalled_pipes_remove_locked()
551 struct goldfish_pipe *pipe; in signalled_pipes_pop_front()
580 struct goldfish_pipe *pipe; in goldfish_interrupt_task()
[all …]
H A DMakefile5 obj-$(CONFIG_GOLDFISH_PIPE) += goldfish_pipe.o