Searched refs:r_hwpipe (Results 1 – 3 of 3) sorted by relevance
12 struct mdp5_hw_pipe **r_hwpipe) in mdp5_pipe_assign() argument63 if (r_hwpipe) { in mdp5_pipe_assign()77 *r_hwpipe = r_cur; in mdp5_pipe_assign()83 if (!r_hwpipe || r_found) in mdp5_pipe_assign()91 if (r_hwpipe && !(*r_hwpipe)) in mdp5_pipe_assign()98 WARN_ON(r_hwpipe); in mdp5_pipe_assign()113 if (r_hwpipe) { in mdp5_pipe_assign()115 (*r_hwpipe)->name, plane->name, caps); in mdp5_pipe_assign()116 new_state->hwpipe_to_plane[(*r_hwpipe)->idx] = plane; in mdp5_pipe_assign()
39 struct mdp5_hw_pipe **r_hwpipe);
98 struct mdp5_hw_pipe *r_hwpipe; /* right hwpipe */ member