rcar_du_format_infos   35 drivers/gpu/drm/rcar-du/rcar_du_kms.c static const struct rcar_du_format_info rcar_du_format_infos[] = {
rcar_du_format_infos  273 drivers/gpu/drm/rcar-du/rcar_du_kms.c 	for (i = 0; i < ARRAY_SIZE(rcar_du_format_infos); ++i) {
rcar_du_format_infos  274 drivers/gpu/drm/rcar-du/rcar_du_kms.c 		if (rcar_du_format_infos[i].fourcc == fourcc)
rcar_du_format_infos  275 drivers/gpu/drm/rcar-du/rcar_du_kms.c 			return &rcar_du_format_infos[i];