Lines Matching refs:which

36 		  unsigned int pad, enum v4l2_subdev_format_whence which);
1159 fmt_src.which = V4L2_SUBDEV_FORMAT_ACTIVE; in ccdc_configure()
1939 unsigned int pad, enum v4l2_subdev_format_whence which) in __ccdc_get_format() argument
1941 if (which == V4L2_SUBDEV_FORMAT_TRY) in __ccdc_get_format()
1949 enum v4l2_subdev_format_whence which) in __ccdc_get_crop() argument
1951 if (which == V4L2_SUBDEV_FORMAT_TRY) in __ccdc_get_crop()
1967 enum v4l2_subdev_format_whence which) in ccdc_try_format() argument
2001 *fmt = *__ccdc_get_format(ccdc, cfg, CCDC_PAD_SINK, which); in ccdc_try_format()
2026 crop = __ccdc_get_crop(ccdc, cfg, which); in ccdc_try_format()
2043 *fmt = *__ccdc_get_format(ccdc, cfg, CCDC_PAD_SINK, which); in ccdc_try_format()
2136 code->which); in ccdc_enum_mbus_code()
2167 code->which); in ccdc_enum_mbus_code()
2198 ccdc_try_format(ccdc, cfg, fse->pad, &format, fse->which); in ccdc_enum_frame_size()
2208 ccdc_try_format(ccdc, cfg, fse->pad, &format, fse->which); in ccdc_enum_frame_size()
2242 format = __ccdc_get_format(ccdc, cfg, CCDC_PAD_SINK, sel->which); in ccdc_get_selection()
2247 sel->r = *__ccdc_get_crop(ccdc, cfg, sel->which); in ccdc_get_selection()
2287 sel->r = *__ccdc_get_crop(ccdc, cfg, sel->which); in ccdc_set_selection()
2291 format = __ccdc_get_format(ccdc, cfg, CCDC_PAD_SINK, sel->which); in ccdc_set_selection()
2293 *__ccdc_get_crop(ccdc, cfg, sel->which) = sel->r; in ccdc_set_selection()
2296 format = __ccdc_get_format(ccdc, cfg, CCDC_PAD_SOURCE_OF, sel->which); in ccdc_set_selection()
2297 ccdc_try_format(ccdc, cfg, CCDC_PAD_SOURCE_OF, format, sel->which); in ccdc_set_selection()
2317 format = __ccdc_get_format(ccdc, cfg, fmt->pad, fmt->which); in ccdc_get_format()
2341 format = __ccdc_get_format(ccdc, cfg, fmt->pad, fmt->which); in ccdc_set_format()
2345 ccdc_try_format(ccdc, cfg, fmt->pad, &fmt->format, fmt->which); in ccdc_set_format()
2351 crop = __ccdc_get_crop(ccdc, cfg, fmt->which); in ccdc_set_format()
2361 fmt->which); in ccdc_set_format()
2364 fmt->which); in ccdc_set_format()
2367 fmt->which); in ccdc_set_format()
2370 fmt->which); in ccdc_set_format()
2452 format.which = fh ? V4L2_SUBDEV_FORMAT_TRY : V4L2_SUBDEV_FORMAT_ACTIVE; in ccdc_init_formats()