Home
last modified time | relevance | path

Searched refs:get_fmt (Results 1 – 25 of 136) sorted by relevance

123456

/Linux-v5.4/drivers/staging/media/imx/
Dimx-media-capture.c162 ret = v4l2_subdev_call(priv->src_sd, pad, get_fmt, NULL, &fmt_src); in capture_enum_fmt_vid_cap()
270 ret = v4l2_subdev_call(priv->src_sd, pad, get_fmt, NULL, &fmt_src); in capture_try_fmt_vid_cap()
291 ret = v4l2_subdev_call(priv->src_sd, pad, get_fmt, NULL, &fmt_src); in capture_s_fmt_vid_cap()
540 ret = v4l2_subdev_call(priv->src_sd, pad, get_fmt, NULL, &fmt_src); in capture_validate_fmt()
786 v4l2_subdev_call(sd, pad, get_fmt, NULL, &fmt_src); in imx_media_capture_device_register()
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-subdev.c163 sd->ops->pad->get_fmt(sd, cfg, format); in call_get_fmt()
303 .get_fmt = call_get_fmt,
450 return v4l2_subdev_call(sd, pad, get_fmt, subdev_fh->pad, format); in subdev_do_ioctl()
708 return v4l2_subdev_call(sd, pad, get_fmt, NULL, fmt); in v4l2_subdev_link_validate_get_format()
/Linux-v5.4/drivers/media/platform/vsp1/
Dvsp1_lif.c73 .get_fmt = vsp1_subdev_get_pad_format,
Dvsp1_hsit.c118 .get_fmt = vsp1_subdev_get_pad_format,
Dvsp1_lut.c136 .get_fmt = vsp1_subdev_get_pad_format,
Dvsp1_clu.c160 .get_fmt = vsp1_subdev_get_pad_format,
Dvsp1_uif.c179 .get_fmt = vsp1_subdev_get_pad_format,
Dvsp1_drm.c89 ret = v4l2_subdev_call(&prev->subdev, pad, get_fmt, NULL, &format); in vsp1_du_insert_uif()
172 ret = v4l2_subdev_call(&rpf->entity.subdev, pad, get_fmt, NULL, in vsp1_du_pipeline_setup_rpf()
500 ret = v4l2_subdev_call(&pipe->output->entity.subdev, pad, get_fmt, NULL, in vsp1_du_pipeline_setup_output()
Dvsp1_rwpf.c246 .get_fmt = vsp1_subdev_get_pad_format,
Dvsp1_brx.c270 .get_fmt = vsp1_subdev_get_pad_format,
Dvsp1_sru.c258 .get_fmt = vsp1_subdev_get_pad_format,
Dvsp1_uds.c246 .get_fmt = vsp1_subdev_get_pad_format,
/Linux-v5.4/drivers/media/i2c/adv748x/
Dadv748x-csi2.c218 .get_fmt = adv748x_csi2_get_format,
/Linux-v5.4/drivers/media/i2c/
Dak881x.c220 .get_fmt = ak881x_fill_fmt,
Dadv7170.c326 .get_fmt = adv7170_get_fmt,
Dadv7175.c380 .get_fmt = adv7175_get_fmt,
Ds5k6a3.c170 .get_fmt = s5k6a3_get_fmt,
Dml86v7667.c299 .get_fmt = ml86v7667_fill_fmt,
/Linux-v5.4/drivers/media/platform/omap3isp/
Dispvideo.c293 ret = v4l2_subdev_call(subdev, pad, get_fmt, NULL, &fmt); in __isp_video_get_format()
759 ret = v4l2_subdev_call(subdev, pad, get_fmt, NULL, &fmt); in isp_video_try_format()
812 ret = v4l2_subdev_call(subdev, pad, get_fmt, NULL, &format); in isp_video_get_selection()
1007 pad, get_fmt, NULL, &fmt); in isp_video_check_external_subdevs()
/Linux-v5.4/drivers/media/platform/exynos4-is/
Dfimc-isp-video.c460 ret = v4l2_subdev_call(sd, pad, get_fmt, NULL, &sink_fmt); in isp_video_pipeline_validate()
472 ret = v4l2_subdev_call(sd, pad, get_fmt, NULL, &src_fmt); in isp_video_pipeline_validate()
/Linux-v5.4/drivers/media/pci/saa7134/
Dsaa7134-empress.c107 saa_call_all(dev, pad, get_fmt, NULL, &fmt); in empress_g_fmt_vid_cap()
/Linux-v5.4/drivers/staging/media/omap4iss/
Diss_video.c261 ret = v4l2_subdev_call(subdev, pad, get_fmt, NULL, &fmt); in __iss_video_get_format()
636 ret = v4l2_subdev_call(subdev, pad, get_fmt, NULL, &fmt); in iss_video_try_format()
690 ret = v4l2_subdev_call(subdev, pad, get_fmt, NULL, &format); in iss_video_get_selection()
/Linux-v5.4/drivers/media/platform/vimc/
Dvimc-scaler.c203 .get_fmt = vimc_sca_get_fmt,
Dvimc-common.c261 ret = v4l2_subdev_call(sd, pad, get_fmt, NULL, fmt); in vimc_get_mbus_format()
/Linux-v5.4/drivers/media/platform/sunxi/sun4i-csi/
Dsun4i_v4l2.c345 .get_fmt = sun4i_csi_subdev_get_fmt,

123456