Lines Matching defs:which

70  * which filters are enabled. To avoid format changes when the filters are
71 * enabled or disabled (which would prevent them from being turned on or off
1055 * which processing blocks are enabled. The driver assumes all those blocks are
1125 * Configures the memory address from which the input frame is to be read.
1153 * Configures the memory address to which the output frame is written.
1684 unsigned int pad, enum v4l2_subdev_format_whence which)
1686 if (which == V4L2_SUBDEV_FORMAT_TRY)
1695 enum v4l2_subdev_format_whence which)
1697 if (which == V4L2_SUBDEV_FORMAT_TRY)
1728 * @which: try/active format selector
1737 enum v4l2_subdev_format_whence which)
1777 which);
1795 crop = __preview_get_crop(prev, sd_state, which);
1813 * depending on which filters are enabled. Enforce minimum crop margins to
1829 * know which filters will be enabled, increase the left and right
1905 preview_try_format(prev, sd_state, fse->pad, &format, fse->which);
1915 preview_try_format(prev, sd_state, fse->pad, &format, fse->which);
1950 sel->which);
1955 sel->r = *__preview_get_crop(prev, sd_state, sel->which);
1995 sel->r = *__preview_get_crop(prev, sd_state, sel->which);
2000 sel->which);
2002 *__preview_get_crop(prev, sd_state, sel->which) = sel->r;
2006 sel->which);
2008 sel->which);
2027 format = __preview_get_format(prev, sd_state, fmt->pad, fmt->which);
2050 format = __preview_get_format(prev, sd_state, fmt->pad, fmt->which);
2054 preview_try_format(prev, sd_state, fmt->pad, &fmt->format, fmt->which);
2060 crop = __preview_get_crop(prev, sd_state, fmt->which);
2070 fmt->which);
2072 fmt->which);
2094 format.which = fh ? V4L2_SUBDEV_FORMAT_TRY : V4L2_SUBDEV_FORMAT_ACTIVE;