Lines Matching defs:which
336 * @which: select try or active crop rect
342 enum v4l2_subdev_format_whence which)
344 switch (which) {
358 * @which: select try or active format
364 enum v4l2_subdev_format_whence which)
366 switch (which) {
383 fmt->format = *__mt9m032_get_pad_format(sensor, cfg, fmt->which);
398 if (sensor->streaming && fmt->which == V4L2_SUBDEV_FORMAT_ACTIVE) {
404 fmt->format = *__mt9m032_get_pad_format(sensor, cfg, fmt->which);
422 sel->r = *__mt9m032_get_pad_crop(sensor, cfg, sel->which);
443 if (sensor->streaming && sel->which == V4L2_SUBDEV_FORMAT_ACTIVE) {
465 __crop = __mt9m032_get_pad_crop(sensor, cfg, sel->which);
471 format = __mt9m032_get_pad_format(sensor, cfg, sel->which);
479 if (sel->which == V4L2_SUBDEV_FORMAT_ACTIVE)