Lines Matching defs:fmt
817 * @fmt: pointer to subdev format struct
824 struct v4l2_subdev_format *fmt)
828 fmt->format.code = MEDIA_BUS_FMT_YUYV10_1X20;
829 fmt->format.width = tvp7002->current_timings->timings.bt.width;
830 fmt->format.height = tvp7002->current_timings->timings.bt.height;
831 fmt->format.field = tvp7002->current_timings->scanmode;
832 fmt->format.colorspace = tvp7002->current_timings->color_space;
841 * @fmt: pointer to subdev format struct
848 struct v4l2_subdev_format *fmt)
850 return tvp7002_get_pad_format(sd, sd_state, fmt);