Lines Matching refs:which

772 		 enum v4l2_subdev_format_whence which)  in __vfe_get_format()  argument
774 if (which == V4L2_SUBDEV_FORMAT_TRY) in __vfe_get_format()
792 enum v4l2_subdev_format_whence which) in __vfe_get_compose() argument
794 if (which == V4L2_SUBDEV_FORMAT_TRY) in __vfe_get_compose()
812 enum v4l2_subdev_format_whence which) in __vfe_get_crop() argument
814 if (which == V4L2_SUBDEV_FORMAT_TRY) in __vfe_get_crop()
833 enum v4l2_subdev_format_whence which) in vfe_try_format() argument
863 which); in vfe_try_format()
870 rect = __vfe_get_crop(line, sd_state, which); in vfe_try_format()
892 enum v4l2_subdev_format_whence which) in vfe_try_compose() argument
896 fmt = __vfe_get_format(line, sd_state, MSM_VFE_PAD_SINK, which); in vfe_try_compose()
931 enum v4l2_subdev_format_whence which) in vfe_try_crop() argument
935 compose = __vfe_get_compose(line, sd_state, which); in vfe_try_crop()
987 code->which); in vfe_enum_mbus_code()
1019 vfe_try_format(line, sd_state, fse->pad, &format, fse->which); in vfe_enum_frame_size()
1029 vfe_try_format(line, sd_state, fse->pad, &format, fse->which); in vfe_enum_frame_size()
1051 format = __vfe_get_format(line, sd_state, fmt->pad, fmt->which); in vfe_get_format()
1079 format = __vfe_get_format(line, sd_state, fmt->pad, fmt->which); in vfe_set_format()
1083 vfe_try_format(line, sd_state, fmt->pad, &fmt->format, fmt->which); in vfe_set_format()
1092 fmt->which); in vfe_set_format()
1096 fmt->which); in vfe_set_format()
1102 sel.which = fmt->which; in vfe_set_format()
1139 fmt.which = sel->which; in vfe_get_selection()
1150 rect = __vfe_get_compose(line, sd_state, sel->which); in vfe_get_selection()
1162 rect = __vfe_get_compose(line, sd_state, sel->which); in vfe_get_selection()
1172 rect = __vfe_get_crop(line, sd_state, sel->which); in vfe_get_selection()
1208 rect = __vfe_get_compose(line, sd_state, sel->which); in vfe_set_selection()
1212 vfe_try_compose(line, sd_state, &sel->r, sel->which); in vfe_set_selection()
1216 crop.which = sel->which; in vfe_set_selection()
1225 rect = __vfe_get_crop(line, sd_state, sel->which); in vfe_set_selection()
1229 vfe_try_crop(line, sd_state, &sel->r, sel->which); in vfe_set_selection()
1233 fmt.which = sel->which; in vfe_set_selection()
1262 .which = fh ? V4L2_SUBDEV_FORMAT_TRY : in vfe_init_formats()