Lines Matching refs:sd_state
768 struct v4l2_subdev_state *sd_state, in __vfe_get_format() argument
773 return v4l2_subdev_get_try_format(&line->subdev, sd_state, in __vfe_get_format()
789 struct v4l2_subdev_state *sd_state, in __vfe_get_compose() argument
793 return v4l2_subdev_get_try_compose(&line->subdev, sd_state, in __vfe_get_compose()
809 struct v4l2_subdev_state *sd_state, in __vfe_get_crop() argument
813 return v4l2_subdev_get_try_crop(&line->subdev, sd_state, in __vfe_get_crop()
828 struct v4l2_subdev_state *sd_state, in vfe_try_format() argument
860 *fmt = *__vfe_get_format(line, sd_state, MSM_VFE_PAD_SINK, in vfe_try_format()
868 rect = __vfe_get_crop(line, sd_state, which); in vfe_try_format()
888 struct v4l2_subdev_state *sd_state, in vfe_try_compose() argument
894 fmt = __vfe_get_format(line, sd_state, MSM_VFE_PAD_SINK, which); in vfe_try_compose()
927 struct v4l2_subdev_state *sd_state, in vfe_try_crop() argument
933 compose = __vfe_get_compose(line, sd_state, which); in vfe_try_crop()
971 struct v4l2_subdev_state *sd_state, in vfe_enum_mbus_code() argument
984 sink_fmt = __vfe_get_format(line, sd_state, MSM_VFE_PAD_SINK, in vfe_enum_mbus_code()
1005 struct v4l2_subdev_state *sd_state, in vfe_enum_frame_size() argument
1017 vfe_try_format(line, sd_state, fse->pad, &format, fse->which); in vfe_enum_frame_size()
1027 vfe_try_format(line, sd_state, fse->pad, &format, fse->which); in vfe_enum_frame_size()
1043 struct v4l2_subdev_state *sd_state, in vfe_get_format() argument
1049 format = __vfe_get_format(line, sd_state, fmt->pad, fmt->which); in vfe_get_format()
1059 struct v4l2_subdev_state *sd_state,
1071 struct v4l2_subdev_state *sd_state, in vfe_set_format() argument
1077 format = __vfe_get_format(line, sd_state, fmt->pad, fmt->which); in vfe_set_format()
1081 vfe_try_format(line, sd_state, fmt->pad, &fmt->format, fmt->which); in vfe_set_format()
1089 format = __vfe_get_format(line, sd_state, MSM_VFE_PAD_SRC, in vfe_set_format()
1093 vfe_try_format(line, sd_state, MSM_VFE_PAD_SRC, format, in vfe_set_format()
1105 ret = vfe_set_selection(sd, sd_state, &sel); in vfe_set_format()
1122 struct v4l2_subdev_state *sd_state, in vfe_get_selection() argument
1138 ret = vfe_get_format(sd, sd_state, &fmt); in vfe_get_selection()
1148 rect = __vfe_get_compose(line, sd_state, sel->which); in vfe_get_selection()
1160 rect = __vfe_get_compose(line, sd_state, sel->which); in vfe_get_selection()
1170 rect = __vfe_get_crop(line, sd_state, sel->which); in vfe_get_selection()
1192 struct v4l2_subdev_state *sd_state, in vfe_set_selection() argument
1206 rect = __vfe_get_compose(line, sd_state, sel->which); in vfe_set_selection()
1210 vfe_try_compose(line, sd_state, &sel->r, sel->which); in vfe_set_selection()
1218 ret = vfe_set_selection(sd, sd_state, &crop); in vfe_set_selection()
1223 rect = __vfe_get_crop(line, sd_state, sel->which); in vfe_set_selection()
1227 vfe_try_crop(line, sd_state, &sel->r, sel->which); in vfe_set_selection()
1233 ret = vfe_get_format(sd, sd_state, &fmt); in vfe_set_selection()
1239 ret = vfe_set_format(sd, sd_state, &fmt); in vfe_set_selection()