Lines Matching refs:pipe
47 * use that yet, so just ignoring the 2nd 2d pipe for now
147 /* pipe functions:
153 struct fd_pipe *fd_pipe_ref(struct fd_pipe *pipe);
154 struct fd_pipe *fd_pipe_ref_locked(struct fd_pipe *pipe);
155 void fd_pipe_del(struct fd_pipe *pipe);
156 void fd_pipe_purge(struct fd_pipe *pipe);
157 const struct fd_dev_id * fd_pipe_dev_id(struct fd_pipe *pipe);
158 int fd_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param,
160 int fd_pipe_set_param(struct fd_pipe *pipe, enum fd_param_id param,
162 int fd_pipe_wait(struct fd_pipe *pipe, const struct fd_fence *fence);
164 int fd_pipe_wait_timeout(struct fd_pipe *pipe, const struct fd_fence *fence,
221 int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op);