Searched refs:fourccs_end (Results 1 – 1 of 1) sorted by relevance
85 const u32 *fourccs_end = fourccs + nfourccs; in is_listed_fourcc() local87 while (fourccs < fourccs_end) { in is_listed_fourcc()136 const u32 *fourccs_end = fourccs_out + nfourccs_out; in drm_sysfb_build_fourcc_list() local153 } else if (fourccs == fourccs_end) { in drm_sysfb_build_fourcc_list()168 for (i = 0; (i < extra_nfourccs) && (fourccs < fourccs_end); ++i) { in drm_sysfb_build_fourcc_list()173 } else if (fourccs == fourccs_end) { in drm_sysfb_build_fourcc_list()
Completed in 4 milliseconds