| /linux/drivers/media/platform/qcom/camss/ |
| H A D | camss-format.c | 20 * @nformats: size of @formats array 25 u8 camss_format_get_bpp(const struct camss_format_info *formats, unsigned int nformats, u32 code) in camss_format_get_bpp() 29 for (i = 0; i < nformats; i++) in camss_format_get_bpp() 84 * @nformats: size of @formats array in camss_format_find_format() 89 unsigned int nformats) in camss_format_find_format() 93 for (i = 0; i < nformats; i++) { 99 for (i = 0; i < nformats; i++) { 23 camss_format_get_bpp(const struct camss_format_info * formats,unsigned int nformats,u32 code) camss_format_get_bpp() argument 75 camss_format_find_format(u32 code,u32 pixelformat,const struct camss_format_info * formats,unsigned int nformats) camss_format_find_format() argument
|
| H A D | camss-format.h | 53 unsigned int nformats; member 57 u8 camss_format_get_bpp(const struct camss_format_info *formats, unsigned int nformats, u32 code); 61 unsigned int nformats);
|
| H A D | camss-video.h | 50 unsigned int nformats; member
|
| H A D | camss-ispif.h | 47 unsigned int nformats; member
|
| /linux/drivers/gpu/drm/pl111/ |
| H A D | pl111_drv.c | 358 .nformats = ARRAY_SIZE(pl110_pixel_formats), 383 .nformats = ARRAY_SIZE(pl111_pixel_formats), 409 .nformats = ARRAY_SIZE(pl110_nomadik_pixel_formats),
|
| H A D | pl111_drm.h | 128 unsigned int nformats; member
|
| /linux/drivers/gpu/drm/omapdrm/ |
| H A D | omap_plane.c | 530 u32 nformats; in omap_plane_init() local 546 for (nformats = 0; formats[nformats]; ++nformats) in omap_plane_init() 553 nformats, NULL, type, NULL); in omap_plane_init()
|
| /linux/drivers/gpu/drm/sysfb/ |
| H A D | efidrm.c | 167 size_t nformats; in efidrm_device_create() 301 nformats = drm_sysfb_build_fourcc_list(dev, &format->format, 1, in efidrm_device_create() 306 efi->formats, nformats, in efidrm_device_create() 165 size_t nformats; efidrm_device_create() local
|
| H A D | ofdrm.c | 841 size_t nformats; in ofdrm_device_create() 1022 nformats = drm_sysfb_build_fourcc_list(dev, &format->format, 1, in ofdrm_device_create() 1027 odev->formats, nformats, in ofdrm_device_create() 839 size_t nformats; ofdrm_device_create() local
|
| /linux/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_plane.c | 590 int nformats; in virtio_gpu_plane_init() local 594 nformats = ARRAY_SIZE(virtio_gpu_cursor_formats); in virtio_gpu_plane_init() 598 nformats = ARRAY_SIZE(virtio_gpu_formats); in virtio_gpu_plane_init() 604 formats, nformats, NULL, type, NULL); in virtio_gpu_plane_init()
|
| /linux/drivers/gpu/drm/atmel-hlcdc/ |
| H A D | atmel_hlcdc_plane.c | 97 .nformats = ARRAY_SIZE(rgb_formats), 124 .nformats = ARRAY_SIZE(rgb_and_yuv_formats), 1237 desc->formats->nformats, NULL, type, NULL); in atmel_hlcdc_plane_create()
|
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop.h | 184 uint32_t nformats; member
|
| H A D | rockchip_drm_vop.c | 1882 win_data->phy->nformats, in vop_create_crtc() 1927 win_data->phy->nformats, in vop_create_crtc()
|
| /linux/drivers/media/usb/uvc/ |
| H A D | uvc_video.c | 194 for (i = 0; i < stream->nformats; ++i) { in uvc_fixup_video_ctrl() 2226 if (stream->nformats == 0) { in uvc_video_init() 2280 for (i = stream->nformats; i > 0; --i) { in uvc_video_init()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_atomic_helper.c | 851 size_t i, nformats; in drm_atomic_helper_check_wb_connector_state() local 858 nformats = pixel_format_blob->length / sizeof(u32); in drm_atomic_helper_check_wb_connector_state() 862 for (i = 0; i < nformats; i++) in drm_atomic_helper_check_wb_connector_state()
|
| /linux/drivers/staging/media/tegra-video/ |
| H A D | tegra210.c | 815 .nformats = ARRAY_SIZE(tegra210_video_formats),
|