Lines Matching refs:sd_state

974 		 struct v4l2_subdev_state *sd_state,  in __vfe_get_format()  argument
979 return v4l2_subdev_state_get_format(sd_state, pad); in __vfe_get_format()
994 struct v4l2_subdev_state *sd_state, in __vfe_get_compose() argument
998 return v4l2_subdev_state_get_compose(sd_state, in __vfe_get_compose()
1014 struct v4l2_subdev_state *sd_state, in __vfe_get_crop() argument
1018 return v4l2_subdev_state_get_crop(sd_state, MSM_VFE_PAD_SRC); in __vfe_get_crop()
1032 struct v4l2_subdev_state *sd_state, in vfe_try_format() argument
1064 *fmt = *__vfe_get_format(line, sd_state, MSM_VFE_PAD_SINK, in vfe_try_format()
1072 rect = __vfe_get_crop(line, sd_state, which); in vfe_try_format()
1092 struct v4l2_subdev_state *sd_state, in vfe_try_compose() argument
1098 fmt = __vfe_get_format(line, sd_state, MSM_VFE_PAD_SINK, which); in vfe_try_compose()
1131 struct v4l2_subdev_state *sd_state, in vfe_try_crop() argument
1137 compose = __vfe_get_compose(line, sd_state, which); in vfe_try_crop()
1175 struct v4l2_subdev_state *sd_state, in vfe_enum_mbus_code() argument
1188 sink_fmt = __vfe_get_format(line, sd_state, MSM_VFE_PAD_SINK, in vfe_enum_mbus_code()
1209 struct v4l2_subdev_state *sd_state, in vfe_enum_frame_size() argument
1221 vfe_try_format(line, sd_state, fse->pad, &format, fse->which); in vfe_enum_frame_size()
1231 vfe_try_format(line, sd_state, fse->pad, &format, fse->which); in vfe_enum_frame_size()
1247 struct v4l2_subdev_state *sd_state, in vfe_get_format() argument
1253 format = __vfe_get_format(line, sd_state, fmt->pad, fmt->which); in vfe_get_format()
1263 struct v4l2_subdev_state *sd_state,
1275 struct v4l2_subdev_state *sd_state, in vfe_set_format() argument
1281 format = __vfe_get_format(line, sd_state, fmt->pad, fmt->which); in vfe_set_format()
1285 vfe_try_format(line, sd_state, fmt->pad, &fmt->format, fmt->which); in vfe_set_format()
1293 format = __vfe_get_format(line, sd_state, MSM_VFE_PAD_SRC, in vfe_set_format()
1297 vfe_try_format(line, sd_state, MSM_VFE_PAD_SRC, format, in vfe_set_format()
1309 ret = vfe_set_selection(sd, sd_state, &sel); in vfe_set_format()
1326 struct v4l2_subdev_state *sd_state, in vfe_get_selection() argument
1342 ret = vfe_get_format(sd, sd_state, &fmt); in vfe_get_selection()
1352 rect = __vfe_get_compose(line, sd_state, sel->which); in vfe_get_selection()
1364 rect = __vfe_get_compose(line, sd_state, sel->which); in vfe_get_selection()
1374 rect = __vfe_get_crop(line, sd_state, sel->which); in vfe_get_selection()
1396 struct v4l2_subdev_state *sd_state, in vfe_set_selection() argument
1410 rect = __vfe_get_compose(line, sd_state, sel->which); in vfe_set_selection()
1414 vfe_try_compose(line, sd_state, &sel->r, sel->which); in vfe_set_selection()
1422 ret = vfe_set_selection(sd, sd_state, &crop); in vfe_set_selection()
1427 rect = __vfe_get_crop(line, sd_state, sel->which); in vfe_set_selection()
1431 vfe_try_crop(line, sd_state, &sel->r, sel->which); in vfe_set_selection()
1437 ret = vfe_get_format(sd, sd_state, &fmt); in vfe_set_selection()
1443 ret = vfe_set_format(sd, sd_state, &fmt); in vfe_set_selection()