| /linux/drivers/media/platform/qcom/camss/ |
| H A D | camss-format.c | 23 u8 camss_format_get_bpp(const struct camss_format_info *formats, unsigned int nformats, u32 code) in camss_format_get_bpp() argument 27 for (i = 0; i < nformats; i++) in camss_format_get_bpp() 75 unsigned int nformats) in camss_format_find_format() argument 79 for (i = 0; i < nformats; i++) { in camss_format_find_format() 85 for (i = 0; i < nformats; i++) { in camss_format_find_format()
|
| 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); 60 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/rockchip/ |
| H A D | rockchip_vop2_reg.c | 603 .nformats = ARRAY_SIZE(formats_smart), 617 .nformats = ARRAY_SIZE(formats_smart), 631 .nformats = ARRAY_SIZE(formats_rk356x_esmart), 645 .nformats = ARRAY_SIZE(formats_rk356x_esmart), 660 .nformats = ARRAY_SIZE(formats_cluster), 676 .nformats = ARRAY_SIZE(formats_cluster), 860 .nformats = ARRAY_SIZE(formats_rk3576_cluster), 877 .nformats = ARRAY_SIZE(formats_rk3576_cluster), 894 .nformats = ARRAY_SIZE(formats_rk3576_esmart), 910 .nformats = ARRAY_SIZE(formats_rk3576_esmart), [all …]
|
| H A D | rockchip_drm_vop.h | 184 uint32_t nformats; member
|
| H A D | rockchip_drm_vop2.c | 2297 win_data->nformats, in vop2_plane_init()
|
| /linux/drivers/gpu/drm/pl111/ |
| H A D | pl111_drv.c | 357 .nformats = ARRAY_SIZE(pl110_pixel_formats), 382 .nformats = ARRAY_SIZE(pl111_pixel_formats), 408 .nformats = ARRAY_SIZE(pl110_nomadik_pixel_formats),
|
| H A D | pl111_drm.h | 128 unsigned int nformats; member
|
| /linux/drivers/staging/media/starfive/camss/ |
| H A D | stf-video.h | 82 unsigned int nformats; member
|
| H A D | stf-capture.c | 259 cap->video.nformats = ARRAY_SIZE(stf_wr_fmts); in stf_capture_init() 263 cap->video.nformats = ARRAY_SIZE(stf_isp_fmts); in stf_capture_init()
|
| H A D | stf-isp.h | 414 unsigned int nformats; member
|
| /linux/drivers/staging/media/tegra-video/ |
| H A D | vi.h | 81 const unsigned int nformats; member
|
| H A D | tegra210.c | 816 .nformats = ARRAY_SIZE(tegra210_video_formats),
|
| /linux/drivers/media/usb/uvc/ |
| H A D | uvc_driver.c | 551 unsigned int nformats = 0, nframes = 0, nintervals = 0; in uvc_parse_streaming() local 676 nformats++; in uvc_parse_streaming() 684 nformats++; in uvc_parse_streaming() 715 if (nformats == 0) { in uvc_parse_streaming() 727 size = nformats * sizeof(*format); in uvc_parse_streaming() 738 frame = (void *)format + nformats * sizeof(*format); in uvc_parse_streaming() 744 streaming->nformats = 0; in uvc_parse_streaming() 760 streaming->nformats++; in uvc_parse_streaming()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_atomic_helper.c | 850 size_t i, nformats; in drm_atomic_helper_check_wb_connector_state() local 857 nformats = pixel_format_blob->length / sizeof(u32); in drm_atomic_helper_check_wb_connector_state() 861 for (i = 0; i < nformats; i++) in drm_atomic_helper_check_wb_connector_state()
|