Searched refs:supported_formats (Results 1 – 2 of 2) sorted by relevance
30 static struct simplefb_format supported_formats[] = { variable43 for (i = 0; i < ARRAY_SIZE(supported_formats); i++) { in arc_pgu_set_pxl_fmt()44 if (supported_formats[i].fourcc == pixel_format) in arc_pgu_set_pxl_fmt()45 format = &supported_formats[i]; in arc_pgu_set_pxl_fmt()206 u32 formats[ARRAY_SIZE(supported_formats)], i; in arc_pgu_plane_init()213 for (i = 0; i < ARRAY_SIZE(supported_formats); i++) in arc_pgu_plane_init()214 formats[i] = supported_formats[i].fourcc; in arc_pgu_plane_init()
75 static struct simplefb_format supported_formats[] = SIMPLEFB_FORMATS; variable91 for (i = 0; i < ARRAY_SIZE(supported_formats); i++) { in hdlcd_set_pxl_fmt()92 if (supported_formats[i].fourcc == pixel_format) in hdlcd_set_pxl_fmt()93 format = &supported_formats[i]; in hdlcd_set_pxl_fmt()295 u32 formats[ARRAY_SIZE(supported_formats)], i; in hdlcd_plane_init()302 for (i = 0; i < ARRAY_SIZE(supported_formats); i++) in hdlcd_plane_init()303 formats[i] = supported_formats[i].fourcc; in hdlcd_plane_init()