Lines Matching refs:sd_state

163 				      struct v4l2_subdev_state *sd_state)  in dcmipp_byteproc_init_state()  argument
171 mf = v4l2_subdev_state_get_format(sd_state, i); in dcmipp_byteproc_init_state()
175 r = v4l2_subdev_state_get_compose(sd_state, i); in dcmipp_byteproc_init_state()
177 r = v4l2_subdev_state_get_crop(sd_state, i); in dcmipp_byteproc_init_state()
190 struct v4l2_subdev_state *sd_state, in dcmipp_byteproc_enum_mbus_code() argument
206 sink_fmt = v4l2_subdev_state_get_format(sd_state, 0); in dcmipp_byteproc_enum_mbus_code()
215 struct v4l2_subdev_state *sd_state, in dcmipp_byteproc_enum_frame_size() argument
230 compose = v4l2_subdev_state_get_compose(sd_state, 0); in dcmipp_byteproc_enum_frame_size()
239 struct v4l2_subdev_state *sd_state, in dcmipp_byteproc_set_fmt() argument
249 mf = v4l2_subdev_state_get_format(sd_state, fmt->pad); in dcmipp_byteproc_set_fmt()
251 crop = v4l2_subdev_state_get_crop(sd_state, 1); in dcmipp_byteproc_set_fmt()
252 compose = v4l2_subdev_state_get_compose(sd_state, 0); in dcmipp_byteproc_set_fmt()
255 fmt->format = *v4l2_subdev_state_get_format(sd_state, 0); in dcmipp_byteproc_set_fmt()
266 *v4l2_subdev_state_get_format(sd_state, 1) = fmt->format; in dcmipp_byteproc_set_fmt()
274 struct v4l2_subdev_state *sd_state, in dcmipp_byteproc_get_selection() argument
297 sink_fmt = v4l2_subdev_state_get_format(sd_state, 0); in dcmipp_byteproc_get_selection()
298 crop = v4l2_subdev_state_get_crop(sd_state, 1); in dcmipp_byteproc_get_selection()
299 compose = v4l2_subdev_state_get_compose(sd_state, 0); in dcmipp_byteproc_get_selection()
327 struct v4l2_subdev_state *sd_state, in dcmipp_byteproc_set_selection() argument
349 crop = v4l2_subdev_state_get_crop(sd_state, 1); in dcmipp_byteproc_set_selection()
350 compose = v4l2_subdev_state_get_compose(sd_state, 0); in dcmipp_byteproc_set_selection()
357 mf = v4l2_subdev_state_get_format(sd_state, 1); in dcmipp_byteproc_set_selection()
365 mf = v4l2_subdev_state_get_format(sd_state, 0); in dcmipp_byteproc_set_selection()
370 mf = v4l2_subdev_state_get_format(sd_state, 1); in dcmipp_byteproc_set_selection()