Home
last modified time | relevance | path

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

12345678

/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_tpg.c104 .get_fmt = tpg_get_fmt,
H A Datomisp_csi2.c166 .get_fmt = csi2_get_format,
/openbmc/linux/drivers/staging/media/imx/
H A Dimx-media-capture.c362 ret = v4l2_subdev_call(priv->src_sd, pad, get_fmt, NULL, &fmt_src); in capture_legacy_enum_fmt_vid_cap()
435 ret = v4l2_subdev_call(priv->src_sd, pad, get_fmt, NULL, &fmt_src); in capture_legacy_try_fmt_vid_cap()
461 ret = v4l2_subdev_call(priv->src_sd, pad, get_fmt, NULL, &fmt_src); in capture_legacy_s_fmt_vid_cap()
683 ret = v4l2_subdev_call(priv->src_sd, pad, get_fmt, NULL, &fmt_src); in capture_validate_fmt()
882 ret = v4l2_subdev_call(priv->src_sd, pad, get_fmt, NULL, in capture_init_format()
/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_lif.c74 .get_fmt = vsp1_subdev_get_pad_format,
H A Dvsp1_hsit.c120 .get_fmt = vsp1_subdev_get_pad_format,
H A Dvsp1_lut.c137 .get_fmt = vsp1_subdev_get_pad_format,
H A Dvsp1_clu.c161 .get_fmt = vsp1_subdev_get_pad_format,
H A Dvsp1_uif.c182 .get_fmt = vsp1_subdev_get_pad_format,
H A 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()
505 ret = v4l2_subdev_call(&pipe->output->entity.subdev, pad, get_fmt, NULL, in vsp1_du_pipeline_setup_output()
H A Dvsp1_rwpf.c250 .get_fmt = vsp1_subdev_get_pad_format,
H A Dvsp1_brx.c272 .get_fmt = vsp1_subdev_get_pad_format,
/openbmc/linux/drivers/media/i2c/
H A Dak881x.c220 .get_fmt = ak881x_fill_fmt,
H A Dadv7170.c326 .get_fmt = adv7170_get_fmt,
H A Dadv7175.c380 .get_fmt = adv7175_get_fmt,
H A Drdacm20.c444 .get_fmt = rdacm20_get_fmt,
H A Ds5k6a3.c171 .get_fmt = s5k6a3_get_fmt,
/openbmc/linux/drivers/media/i2c/adv748x/
H A Dadv748x-csi2.c231 .get_fmt = adv748x_csi2_get_format,
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Dispvideo.c285 ret = v4l2_subdev_call(subdev, pad, get_fmt, NULL, &fmt); in __isp_video_get_format()
752 ret = v4l2_subdev_call(subdev, pad, get_fmt, NULL, &fmt); in isp_video_try_format()
806 ret = v4l2_subdev_call(subdev, pad, get_fmt, NULL, &format); in isp_video_get_selection()
1002 pad, get_fmt, NULL, &fmt); in isp_video_check_external_subdevs()
/openbmc/linux/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-ip.c196 .get_fmt = v4l2_subdev_get_fmt,
/openbmc/linux/drivers/media/platform/microchip/
H A Dmicrochip-isc-scaler.c171 .get_fmt = isc_scaler_get_fmt,
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-isp-video.c468 ret = v4l2_subdev_call(sd, pad, get_fmt, NULL, &sink_fmt); in isp_video_pipeline_validate()
479 ret = v4l2_subdev_call(sd, pad, get_fmt, NULL, &src_fmt); in isp_video_pipeline_validate()
/openbmc/linux/drivers/media/test-drivers/vimc/
H A Dvimc-common.c251 ret = v4l2_subdev_call(sd, pad, get_fmt, NULL, &sd_fmt); in vimc_get_pix_format()
/openbmc/linux/drivers/staging/media/omap4iss/
H A Diss_video.c254 ret = v4l2_subdev_call(subdev, pad, get_fmt, NULL, &fmt); in __iss_video_get_format()
630 ret = v4l2_subdev_call(subdev, pad, get_fmt, NULL, &fmt); in iss_video_try_format()
685 ret = v4l2_subdev_call(subdev, pad, get_fmt, NULL, &format); in iss_video_get_selection()
/openbmc/linux/drivers/media/pci/saa7134/
H A Dsaa7134-empress.c107 saa_call_all(dev, pad, get_fmt, NULL, &fmt); in empress_g_fmt_vid_cap()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-subdev.c212 sd->ops->pad->get_fmt(sd, state, format); in call_get_fmt()
431 DEFINE_STATE_WRAPPER(get_fmt, struct v4l2_subdev_format);
440 .get_fmt = call_get_fmt_state,
656 return v4l2_subdev_call(sd, pad, get_fmt, state, format); in subdev_do_ioctl()
1172 ret = v4l2_subdev_call(sd, pad, get_fmt, state, fmt); in v4l2_subdev_link_validate_get_format()

12345678