Searched refs:cur_pipe (Results 1 – 1 of 1) sorted by relevance
1878 const struct pipe_ctx *new_pipe, *cur_pipe; in recource_find_free_pipe_not_used_in_cur_res_ctx() local1882 cur_pipe = &cur_res_ctx->pipe_ctx[i]; in recource_find_free_pipe_not_used_in_cur_res_ctx()1885 if (resource_is_pipe_type(cur_pipe, FREE_PIPE) && in recource_find_free_pipe_not_used_in_cur_res_ctx()1901 const struct pipe_ctx *new_pipe, *cur_pipe; in recource_find_free_pipe_used_as_otg_master_in_cur_res_ctx() local1905 cur_pipe = &cur_res_ctx->pipe_ctx[i]; in recource_find_free_pipe_used_as_otg_master_in_cur_res_ctx()1908 if (resource_is_pipe_type(cur_pipe, OTG_MASTER) && in recource_find_free_pipe_used_as_otg_master_in_cur_res_ctx()1924 const struct pipe_ctx *new_pipe, *cur_pipe; in resource_find_free_pipe_used_as_cur_sec_dpp() local1928 cur_pipe = &cur_res_ctx->pipe_ctx[i]; in resource_find_free_pipe_used_as_cur_sec_dpp()1931 if (resource_is_pipe_type(cur_pipe, DPP_PIPE) && in resource_find_free_pipe_used_as_cur_sec_dpp()1932 !resource_is_pipe_type(cur_pipe, OPP_HEAD) && in resource_find_free_pipe_used_as_cur_sec_dpp()[all …]