Searched refs:goldfish_pipe (Results 1 – 2 of 2) sorted by relevance
138 struct goldfish_pipe { struct154 static u32 goldfish_cmd_status(struct goldfish_pipe *pipe, u32 cmd) in goldfish_cmd_status() argument169 static void goldfish_cmd(struct goldfish_pipe *pipe, u32 cmd) in goldfish_cmd()243 struct goldfish_pipe *pipe, int *status) in access_with_param()273 struct goldfish_pipe *pipe = filp->private_data; in goldfish_pipe_read_write()416 struct goldfish_pipe *pipe = filp->private_data; in goldfish_pipe_poll()456 struct goldfish_pipe *pipe; in goldfish_pipe_interrupt()473 pipe = (struct goldfish_pipe *)(ptrdiff_t)channel; in goldfish_pipe_interrupt()506 struct goldfish_pipe *pipe; in goldfish_pipe_open()537 struct goldfish_pipe *pipe = filp->private_data; in goldfish_pipe_release()[all …]
5 obj-$(CONFIG_GOLDFISH_PIPE) += goldfish_pipe.o