Lines Matching defs:fmt
607 struct v4l2_fmtdesc *fmt)
610 enum v4l2_buf_type type = fmt->type;
612 if (fmt->index > 0)
615 *fmt = *data->chip->format;
616 fmt->type = type;
660 struct v4l2_format *fmt)
664 struct v4l2_pix_format *pix = &fmt->fmt.pix;
679 struct v4l2_format *fmt)
686 return video_i2c_try_fmt_vid_cap(file, fh, fmt);