Searched refs:nformats (Results 1 - 25 of 46) sorted by relevance

12

/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_vop2_reg.c181 .nformats = ARRAY_SIZE(formats_smart),
193 .nformats = ARRAY_SIZE(formats_smart),
206 .nformats = ARRAY_SIZE(formats_rk356x_esmart),
219 .nformats = ARRAY_SIZE(formats_rk356x_esmart),
233 .nformats = ARRAY_SIZE(formats_cluster),
248 .nformats = ARRAY_SIZE(formats_cluster),
331 .nformats = ARRAY_SIZE(formats_cluster),
346 .nformats = ARRAY_SIZE(formats_cluster),
361 .nformats = ARRAY_SIZE(formats_cluster),
376 .nformats
[all...]
H A Drockchip_vop_reg.c118 .nformats = ARRAY_SIZE(formats_win_full),
138 .nformats = ARRAY_SIZE(formats_win_lite),
209 .nformats = ARRAY_SIZE(formats_win_lite),
306 .nformats = ARRAY_SIZE(formats_win_full),
326 .nformats = ARRAY_SIZE(formats_win_lite),
343 .nformats = ARRAY_SIZE(formats_win_lite),
406 .nformats = ARRAY_SIZE(formats_win_full),
425 .nformats = ARRAY_SIZE(formats_win_full),
444 .nformats = ARRAY_SIZE(formats_win_lite),
530 .nformats
[all...]
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-video.h52 unsigned int nformats; member in struct:camss_video
H A Dcamss-ispif.h47 unsigned int nformats; member in struct:ispif_line
H A Dcamss-csiphy.c104 * @nformats: size of @formats array
110 unsigned int nformats, u32 code)
114 for (i = 0; i < nformats; i++)
134 u8 bpp = csiphy_get_bpp(csiphy->formats, csiphy->nformats,
247 u8 bpp = csiphy_get_bpp(csiphy->formats, csiphy->nformats,
353 for (i = 0; i < csiphy->nformats; i++)
358 if (i >= csiphy->nformats)
395 if (code->index >= csiphy->nformats)
572 csiphy->nformats = ARRAY_SIZE(csiphy_formats_8x16);
577 csiphy->nformats
109 csiphy_get_bpp(const struct csiphy_format *formats, unsigned int nformats, u32 code) argument
[all...]
H A Dcamss-video.c271 unsigned int nformats)
275 for (i = 0; i < nformats; i++) {
281 for (i = 0; i < nformats; i++)
364 video->formats, video->nformats);
610 if (f->index >= video->nformats)
626 for (i = 0; i < video->nformats; i++) {
668 for (i = 0; i < video->nformats; i++) {
673 if (i == video->nformats)
720 for (j = 0; j < video->nformats; j++)
724 if (j == video->nformats)
269 video_find_format(u32 code, u32 pixelformat, const struct camss_format_info *formats, unsigned int nformats) argument
[all...]
H A Dcamss-csid.h171 unsigned int nformats; member in struct:csid_device
193 * @nformats: Length of @nformats array
199 unsigned int nformats,
H A Dcamss-csiphy.h83 unsigned int nformats; member in struct:csiphy_device
H A Dcamss-csid-4-7.c216 format = csid_get_fmt_entry(csid->formats, csid->nformats,
243 format = csid_get_fmt_entry(csid->formats, csid->nformats,
391 csid->nformats = ARRAY_SIZE(csid_formats);
H A Dcamss-csid-4-1.c187 format = csid_get_fmt_entry(csid->formats, csid->nformats,
214 format = csid_get_fmt_entry(csid->formats, csid->nformats,
315 csid->nformats = ARRAY_SIZE(csid_formats);
H A Dcamss-vfe.c130 * @nformats: size of @formats array
136 unsigned int nformats, u32 code)
140 for (i = 0; i < nformats; i++)
563 l->nformats,
644 l->nformats,
931 for (i = 0; i < line->nformats; i++)
936 if (i >= line->nformats)
1068 if (code->index >= line->nformats)
1503 l->nformats = ARRAY_SIZE(formats_pix_8x16);
1506 l->nformats
135 vfe_get_bpp(const struct vfe_format *formats, unsigned int nformats, u32 code) argument
[all...]
H A Dcamss-csid.c69 unsigned int nformats,
74 for (i = 0; i < nformats; i++)
95 fmt = csid_get_fmt_entry(csid->formats, csid->nformats,
304 for (i = 0; i < csid->nformats; i++)
309 if (i >= csid->nformats)
333 for (i = 0; i < csid->nformats; i++)
338 if (i >= csid->nformats)
366 if (code->index >= csid->nformats)
383 if (code->index >= csid->nformats)
68 csid_get_fmt_entry(const struct csid_format *formats, unsigned int nformats, u32 code) argument
H A Dcamss-vfe.h96 unsigned int nformats; member in struct:vfe_line
H A Dcamss-csid-gen2.c344 const struct csid_format *format = csid_get_fmt_entry(csid->formats, csid->nformats,
616 csid->nformats = ARRAY_SIZE(csid_formats);
/linux-master/drivers/staging/media/starfive/camss/
H A Dstf-video.h82 unsigned int nformats; member in struct:stfcamss_video
H A Dstf-video.c32 if (index >= video->nformats)
43 for (i = 0; i < video->nformats; i++) {
56 for (i = 0; i < video->nformats; i++) {
351 if (f->index >= video->nformats)
381 for (i = 0; i < video->nformats; i++) {
386 if (i == video->nformats)
/linux-master/drivers/gpu/drm/pl111/
H A Dpl111_versatile.c319 .nformats = ARRAY_SIZE(pl110_integrator_pixel_formats),
333 .nformats = ARRAY_SIZE(pl110_integrator_pixel_formats),
346 .nformats = ARRAY_SIZE(pl110_versatile_pixel_formats),
358 .nformats = ARRAY_SIZE(pl111_realview_pixel_formats),
370 .nformats = ARRAY_SIZE(pl111_realview_pixel_formats),
H A Dpl111_drv.c356 .nformats = ARRAY_SIZE(pl110_pixel_formats),
381 .nformats = ARRAY_SIZE(pl111_pixel_formats),
407 .nformats = ARRAY_SIZE(pl110_nomadik_pixel_formats),
H A Dpl111_drm.h116 * @nformats: the length of the array of supported pixel formats
128 unsigned int nformats; member in struct:pl111_variant_data
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c384 int nformats; local
388 nformats = ARRAY_SIZE(virtio_gpu_cursor_formats);
392 nformats = ARRAY_SIZE(virtio_gpu_formats);
398 formats, nformats, NULL, type, NULL);
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_plane.c529 u32 nformats; local
545 for (nformats = 0; formats[nformats]; ++nformats)
552 nformats, NULL, type, NULL);
/linux-master/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_plane.c25 uint32_t nformats; member in struct:mdp4_plane
395 mdp4_plane->nformats = mdp_get_formats(mdp4_plane->formats,
401 mdp4_plane->formats, mdp4_plane->nformats,
/linux-master/drivers/staging/media/tegra-video/
H A Dvi.h71 * @nformats: total video formats
81 const unsigned int nformats; member in struct:tegra_vi_soc
/linux-master/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.h217 * @nformats: number of supported formats
221 int nformats; member in struct:atmel_hlcdc_formats
/linux-master/drivers/gpu/drm/tiny/
H A Dsimpledrm.c248 size_t nformats; member in struct:simpledrm_device
777 size_t nformats; local
936 nformats = drm_fb_build_fourcc_list(dev, &format->format, 1,
941 sdev->formats, nformats,

Completed in 597 milliseconds

12