• Home
  • Raw
  • Download

Lines Matching defs:pipe

215 static int goldfish_pipe_cmd_locked(struct goldfish_pipe *pipe, enum PipeCmdCode cmd)  in goldfish_pipe_cmd_locked()
223 static int goldfish_pipe_cmd(struct goldfish_pipe *pipe, enum PipeCmdCode cmd) in goldfish_pipe_cmd()
322 static int transfer_max_buffers(struct goldfish_pipe *pipe, in transfer_max_buffers()
357 static int goldfish_pipe_wait_event(u32 wakeBit, struct goldfish_pipe *pipe) { in goldfish_pipe_wait_event()
370 static int wait_for_host_signal(struct goldfish_pipe *pipe, int is_write) in wait_for_host_signal()
385 struct goldfish_pipe *pipe = filp->private_data; in goldfish_pipe_read_write() local
475 struct goldfish_pipe *pipe = filp->private_data; in goldfish_pipe_poll() local
501 struct goldfish_pipe *pipe; in signalled_pipes_add_locked() local
521 struct goldfish_pipe *pipe) { in signalled_pipes_remove_locked()
535 struct goldfish_pipe *pipe; in signalled_pipes_pop_front() local
558 static void goldfish_pipe_dma_clear_lock(struct goldfish_pipe *pipe) { in goldfish_pipe_dma_clear_lock()
572 struct goldfish_pipe *pipe; in goldfish_interrupt_task() local
681 struct goldfish_pipe *pipe = kzalloc(sizeof(*pipe), GFP_KERNEL); in goldfish_pipe_open() local
746 static void goldfish_pipe_dma_release(struct goldfish_pipe *pipe) { in goldfish_pipe_dma_release()
775 struct goldfish_pipe *pipe = filp->private_data; in goldfish_pipe_release() local
833 static void goldfish_pipe_dma_alloc_locked(struct goldfish_pipe *pipe) { in goldfish_pipe_dma_alloc_locked()
877 struct goldfish_pipe *pipe = (struct goldfish_pipe *)(filp->private_data); in goldfish_dma_mmap() local
917 struct goldfish_pipe *pipe, in goldfish_pipe_dma_create_region()
935 static int goldfish_pipe_dma_acquire_lock(struct goldfish_pipe *pipe) { in goldfish_pipe_dma_acquire_lock()
953 struct goldfish_pipe *pipe; in goldfish_dma_ioctl() local