Lines Matching defs:which
226 mt9v032_update_aec_agc(struct mt9v032 *mt9v032, u16 which, int enable)
233 value |= which;
235 value &= ~which;
353 unsigned int pad, enum v4l2_subdev_format_whence which)
355 switch (which) {
367 unsigned int pad, enum v4l2_subdev_format_whence which)
369 switch (which) {
466 format->which);
507 format->which);
523 format->which);
527 if (format->which == V4L2_SUBDEV_FORMAT_ACTIVE) {
547 sel->r = *__mt9v032_get_pad_crop(mt9v032, cfg, sel->pad, sel->which);
584 __crop = __mt9v032_get_pad_crop(mt9v032, cfg, sel->pad, sel->which);
591 sel->which);
594 if (sel->which == V4L2_SUBDEV_FORMAT_ACTIVE) {
620 * this setting. This limits the speed in which AGC/AEC adjust their settings.