Lines Matching refs:goldfish_pipe
138 struct goldfish_pipe { struct
154 static u32 goldfish_cmd_status(struct goldfish_pipe *pipe, u32 cmd) in goldfish_cmd_status() argument
169 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()
618 static struct platform_driver goldfish_pipe = { variable
626 module_platform_driver(goldfish_pipe);