n_pixel_formats   961 drivers/gpu/drm/arm/malidp_hw.c 			.n_pixel_formats = ARRAY_SIZE(malidp500_de_formats),
n_pixel_formats  1010 drivers/gpu/drm/arm/malidp_hw.c 			.n_pixel_formats = ARRAY_SIZE(malidp550_de_formats),
n_pixel_formats  1064 drivers/gpu/drm/arm/malidp_hw.c 			.n_pixel_formats = ARRAY_SIZE(malidp650_de_formats),
n_pixel_formats  1087 drivers/gpu/drm/arm/malidp_hw.c 	for (i = 0; i < map->n_pixel_formats; i++) {
n_pixel_formats   125 drivers/gpu/drm/arm/malidp_hw.h 	const u8 n_pixel_formats;
n_pixel_formats   194 drivers/gpu/drm/arm/malidp_mw.c 	formats = kcalloc(map->n_pixel_formats, sizeof(*formats),
n_pixel_formats   199 drivers/gpu/drm/arm/malidp_mw.c 	for (n = 0, i = 0;  i < map->n_pixel_formats; i++) {
n_pixel_formats   959 drivers/gpu/drm/arm/malidp_planes.c 	formats = kcalloc(map->n_pixel_formats, sizeof(*formats), GFP_KERNEL);
n_pixel_formats   975 drivers/gpu/drm/arm/malidp_planes.c 		for (n = 0, j = 0;  j < map->n_pixel_formats; j++) {