Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/platform/goldfish/
Dgoldfish_pipe.c138 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()
[all …]
DMakefile5 obj-$(CONFIG_GOLDFISH_PIPE) += goldfish_pipe.o