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

/drivers/platform/goldfish/
H A DMakefile5 obj-$(CONFIG_GOLDFISH_PIPE) += goldfish_pipe.o
H A Dgoldfish_pipe.c63 * in external/qemu/hw/goldfish_pipe.c in the Android source tree.
138 struct goldfish_pipe { struct
154 static u32 goldfish_cmd_status(struct goldfish_pipe *pipe, u32 cmd)
169 static void goldfish_cmd(struct goldfish_pipe *pipe, u32 cmd)
243 struct goldfish_pipe *pipe, int *status)
273 struct goldfish_pipe *pipe = filp->private_data;
416 struct goldfish_pipe *pipe = filp->private_data;
456 struct goldfish_pipe *pipe;
473 pipe = (struct goldfish_pipe *)(ptrdiff_t)channel;
506 struct goldfish_pipe *pip
618 static struct platform_driver goldfish_pipe = { variable in typeref:struct:platform_driver
626 module_platform_driver(goldfish_pipe); variable
[all...]

Completed in 64 milliseconds