Searched refs:comp_sel_map (Results 1 – 1 of 1) sorted by relevance
367 static struct rgb_comp_sel comp_sel_map[] = { variable383 for (i = 0; i < ARRAY_SIZE(comp_sel_map); i++) { in to_comp_sel()384 if (comp_sel_map[i].drm_format == pix_fmt) { in to_comp_sel()385 *a_sel = comp_sel_map[i].a_sel; in to_comp_sel()386 *r_sel = comp_sel_map[i].r_sel; in to_comp_sel()387 *g_sel = comp_sel_map[i].g_sel; in to_comp_sel()388 *b_sel = comp_sel_map[i].b_sel; in to_comp_sel()