Lines Matching defs:which
33 unsigned int pad, enum v4l2_subdev_format_whence which);
724 * The table address must be 64-bytes aligned, which is
1153 fmt_src.which = V4L2_SUBDEV_FORMAT_ACTIVE;
1419 * @event: Pointing which event trigger handler
1703 * for a short frame, which would result in the CCDC being stopped and
1941 unsigned int pad, enum v4l2_subdev_format_whence which)
1943 if (which == V4L2_SUBDEV_FORMAT_TRY)
1951 enum v4l2_subdev_format_whence which)
1953 if (which == V4L2_SUBDEV_FORMAT_TRY)
1969 enum v4l2_subdev_format_whence which)
2003 *fmt = *__ccdc_get_format(ccdc, cfg, CCDC_PAD_SINK, which);
2028 crop = __ccdc_get_crop(ccdc, cfg, which);
2045 *fmt = *__ccdc_get_format(ccdc, cfg, CCDC_PAD_SINK, which);
2138 code->which);
2169 code->which);
2200 ccdc_try_format(ccdc, cfg, fse->pad, &format, fse->which);
2210 ccdc_try_format(ccdc, cfg, fse->pad, &format, fse->which);
2244 format = __ccdc_get_format(ccdc, cfg, CCDC_PAD_SINK, sel->which);
2249 sel->r = *__ccdc_get_crop(ccdc, cfg, sel->which);
2289 sel->r = *__ccdc_get_crop(ccdc, cfg, sel->which);
2293 format = __ccdc_get_format(ccdc, cfg, CCDC_PAD_SINK, sel->which);
2295 *__ccdc_get_crop(ccdc, cfg, sel->which) = sel->r;
2298 format = __ccdc_get_format(ccdc, cfg, CCDC_PAD_SOURCE_OF, sel->which);
2299 ccdc_try_format(ccdc, cfg, CCDC_PAD_SOURCE_OF, format, sel->which);
2319 format = __ccdc_get_format(ccdc, cfg, fmt->pad, fmt->which);
2343 format = __ccdc_get_format(ccdc, cfg, fmt->pad, fmt->which);
2347 ccdc_try_format(ccdc, cfg, fmt->pad, &fmt->format, fmt->which);
2353 crop = __ccdc_get_crop(ccdc, cfg, fmt->which);
2363 fmt->which);
2366 fmt->which);
2369 fmt->which);
2372 fmt->which);
2454 format.which = fh ? V4L2_SUBDEV_FORMAT_TRY : V4L2_SUBDEV_FORMAT_ACTIVE;