Searched refs:msm_pipe (Results 1 – 3 of 3) sorted by relevance
39 struct msm_pipe *msm_pipe = to_msm_pipe(pipe); in msm_pipe_get_param() local43 *value = msm_pipe->gpu_id; in msm_pipe_get_param()46 *value = msm_pipe->gmem; in msm_pipe_get_param()49 *value = msm_pipe->chip_id; in msm_pipe_get_param()79 struct msm_pipe *msm_pipe = to_msm_pipe(pipe); in msm_pipe_destroy() local80 free(msm_pipe); in msm_pipe_destroy()114 struct msm_pipe *msm_pipe = NULL; in msm_pipe_new() local117 msm_pipe = calloc(1, sizeof(*msm_pipe)); in msm_pipe_new()118 if (!msm_pipe) { in msm_pipe_new()123 pipe = &msm_pipe->base; in msm_pipe_new()[all …]
51 struct msm_pipe { struct59 static inline struct msm_pipe * to_msm_pipe(struct fd_pipe *x) in to_msm_pipe() argument61 return (struct msm_pipe *)x; in to_msm_pipe()
10 msm/msm_pipe.c \