Searched refs:nformats (Results 26 - 45 of 45) sorted by last modified time

12

/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/tiny/
H A Dofdrm.c1109 size_t nformats; local
1283 nformats = drm_fb_build_fourcc_list(dev, &format->format, 1,
1288 odev->formats, nformats,
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.h132 u32 nformats; member in struct:vop2_win_data
H A Drockchip_drm_vop.h183 uint32_t nformats; member in struct:vop_win_phy
H A Drockchip_drm_vop.c1879 win_data->phy->nformats,
1924 win_data->phy->nformats,
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-ispif.h47 unsigned int nformats; member in struct:ispif_line
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-video.h52 unsigned int nformats; member in struct:camss_video
/linux-master/drivers/gpu/drm/pl111/
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_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_drm.h116 * @nformats: the length of the array of supported pixel formats
128 unsigned int nformats; member in struct:pl111_variant_data
H A Dpl111_display.c589 priv->variant->nformats,
/linux-master/drivers/media/usb/uvc/
H A Duvc_v4l2.c238 for (i = 0; i < stream->nformats; ++i) {
244 if (i == stream->nformats) {
322 for (i = 0; i < stream->nformats; ++i) {
329 if (i == stream->nformats)
705 if (fmt->type != stream->type || fmt->index >= stream->nformats)
1259 for (i = 0; i < stream->nformats; i++) {
1300 for (i = 0; i < stream->nformats; i++) {
/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
H A Dtegra210.c816 .nformats = ARRAY_SIZE(tegra210_video_formats),
/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/atmel-hlcdc/
H A Datmel_hlcdc_plane.c98 .nformats = ARRAY_SIZE(rgb_formats),
125 .nformats = ARRAY_SIZE(rgb_and_yuv_formats),
976 desc->formats->nformats,
H A Datmel_hlcdc_dc.h217 * @nformats: number of supported formats
221 int nformats; member in struct:atmel_hlcdc_formats

Completed in 565 milliseconds

12