Lines Matching refs:pad
1690 unsigned int pad, enum v4l2_subdev_format_whence which) in __preview_get_format() argument
1693 return v4l2_subdev_get_try_format(&prev->subdev, cfg, pad); in __preview_get_format()
1695 return &prev->formats[pad]; in __preview_get_format()
1739 struct v4l2_subdev_pad_config *cfg, unsigned int pad, in preview_try_format() argument
1747 switch (pad) { in preview_try_format()
1875 switch (code->pad) { in preview_enum_mbus_code()
1908 preview_try_format(prev, cfg, fse->pad, &format, fse->which); in preview_enum_frame_size()
1918 preview_try_format(prev, cfg, fse->pad, &format, fse->which); in preview_enum_frame_size()
1942 if (sel->pad != PREV_PAD_SINK) in preview_get_selection()
1986 sel->pad != PREV_PAD_SINK) in preview_set_selection()
2026 format = __preview_get_format(prev, cfg, fmt->pad, fmt->which); in preview_get_format()
2048 format = __preview_get_format(prev, cfg, fmt->pad, fmt->which); in preview_set_format()
2052 preview_try_format(prev, cfg, fmt->pad, &fmt->format, fmt->which); in preview_set_format()
2056 if (fmt->pad == PREV_PAD_SINK) { in preview_set_format()
2091 format.pad = PREV_PAD_SINK; in preview_init_formats()
2096 preview_set_format(sd, fh ? fh->pad : NULL, &format); in preview_init_formats()
2125 .pad = &preview_v4l2_pad_ops,